triggerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
|arg= global|Multiplayer Arguments=
|version2= 1.50


____________________________________________________________________________________________
|game3= tkoh
|version3= 1.00


| Returns trigger text.
|game4= arma3
|version4= 0.50


<br><br>{{Important | The trigger could be [[local]] or remote but the result returned by this command will be for the trigger text set up locally on the client that executed the command. See [[createTrigger]] for more info.}} |DESCRIPTION=
|arg= global
____________________________________________________________________________________________


| '''triggerText''' trigger |SYNTAX=
|gr1= Triggers


|p1= trigger: [[Object]] |PARAMETER1=
|descr= Returns trigger text.


|p2= |PARAMETER2=
|mp= The trigger could be [[Multiplayer Scripting#Locality|local]] or remote but the result returned by this command will be for the trigger text set up locally on the client that executed the command. See [[createTrigger]] for more info.


|p3= |PARAMETER3=  
|s1= [[triggerText]] trigger


| [[String]] |RETURNVALUE=
|p1= trigger: [[Object]]


|r1= [[String]]


|x1= <code>_text = [[triggerText]] triggerName;</code>|EXAMPLE1=
|x1= <sqf>_text = triggerText triggerName;</sqf>


____________________________________________________________________________________________
|seealso= [[setTriggerText]]
 
| [[setTriggerText]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Activators|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:25, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns trigger text.
Multiplayer:
The trigger could be local or remote but the result returned by this command will be for the trigger text set up locally on the client that executed the command. See createTrigger for more info.
Groups:
Triggers

Syntax

Syntax:
triggerText trigger
Parameters:
trigger: Object
Return Value:
String

Examples

Example 1:
_text = triggerText triggerName;

Additional Information

See also:
setTriggerText

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note