briefingName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the name of the current briefing.  |= Description
| Returns the name of the current briefing/scenario name.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 40: Line 40:
<!-- CONTINUE Notes -->
<!-- CONTINUE Notes -->
<dl class="command_description">
<dl class="command_description">
<dd class="notedate">Posted on March 23, 2016 - 19:39 (UTC)</dd>
<dt class="note">[[User:Revo|Revo]]</dt>
<dd class="note">
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.
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 21:41, 23 March 2016

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