briefingName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 94993 by R3vo on 2016-03-23T19:42:20Z)
m (template:command argument fix)
Line 12: Line 12:
| '''briefingName''' |= Syntax
| '''briefingName''' |= Syntax


| [[String]] |= RETURNVALUE
| [[String]] |RETURNVALUE=  




|x1= <code>_name = [[briefingName]];</code>|= EXAMPLE1
|x1= <code>_name = [[briefingName]];</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


|[[missionName]], [[worldName]], [[serverName]], [[worldSize]] |= SEEALSO
|[[missionName]], [[worldName]], [[serverName]], [[worldSize]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:29, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns the name of the current briefing/scenario name.
Groups:
Uncategorised

Syntax

Syntax:
briefingName
Return Value:
String

Examples

Example 1:
_name = briefingName;

Additional Information

See also:
missionNameworldNameserverNameworldSize

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

Notes

Bottom Section