briefingName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command Group: Briefing)
No edit summary
Line 37: Line 37:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Briefing|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<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>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 21:39, 23 March 2016

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.