Difference between revisions of "DCS func outText"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 45: Line 45:
 
}}
 
}}
 
[[Category:Singleton Functions|outText]]
 
[[Category:Singleton Functions|outText]]
 +
[[Category:Game Patch 1.2.0|outText]]

Latest revision as of 22:47, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: outText Added with: 1.2.0
Member Of: trigger.action
Syntax: function trigger.action.outText(string text , number displayTime , boolean clearview)
Description: Displays the passed string of text for the specified time to all players. Boolean clearview defines whether or not to use the old message display format. The old message display overwrites existing messages and is good for displaying anything that must be updated at a high rate like lap times.


Return Value: function
Return Example: none
Examples:
Related Functions: Trigger Functions: ctfColorTag, getUserFlag, setUserFlag, getZone, explosion, smoke, effectSmokeBig, effectSmokeStop, illuminationBomb, signalFlare, radioTransmission, stopRadioTransmission, setUnitInternalCargo

outSound, outSoundForCoalition, outSoundForCountry, outSoundForGroup, outSoundForUnit, outText, outTextForCoalition, outTextForCountry, outTextForGroup, outTextForUnit

addOtherCommand, removeOtherCommand, addOtherCommandForCoalition, removeOtherCommandForCoalition, addOtherCommandForGroup, removeOtherCommandForGroup

markToAll, markToCoalition, markToGroup, removeMark, markupToAll, lineToAll, circleToAll, rectToAll, quadToAll, textToAll, arrowToAll, setMarkupRadius, setMarkupText, setMarkupFontSize, setMarkupColor, setMarkupColorFill, setMarkupTypeLine, setMarkupPositionEnd, setMarkupPositionStart

setAITask, pushAITask, activateGroup, deactivateGroup, setGroupAIOn, setGroupAIOff, groupStopMoving, groupContinueMoving

Notes: Clearview option added with 1.5. If value is present script is still safe to use in 1.2.16.