briefingName

From Bohemia Interactive Community
Revision as of 21:39, 23 March 2016 by R3vo (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the name of the current briefing.
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

Posted on March 23, 2016 - 19:39 (UTC)
Revo
briefingName actually returns the scenario name set in the editor, the name is probably misleading for new players. The missionName on the other hand returns the name of the pbo or the name of the folder the mission.sqm is in.