get3DENMissionAttribute: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Undo revision 94610 by Revo (talk))
No edit summary
Line 38: Line 38:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on February 26, 2016 - 16:51 (UTC)</dd>
<dt class="note">[[User:Revo|Revo]]</dt>
<dd class="note">
+
The class names of the vanilla sections are:
+
;General
+
: Scenario
+
;Environment
+
: Intel
+
;Multiplayer
+
: Multiplayer
+
; Garbage Collection
+
:GarbageCollection
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 18:51, 26 February 2016

Hover & click on the images for description

Description

Description:
Return value of scenario attribute.
Groups:
Uncategorised

Syntax

Syntax:
section get3DENMissionAttribute class
Parameters:
section: String - attribute section
class: String - attribute name
Return Value:
Anything

Examples

Example 1:
systemChat str ("Multiplayer" get3DENMissionAttribute "respawn");

Additional Information

See also:
set3DENMissionAttributes

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 February 26, 2016 - 16:51 (UTC)
Revo
+ The class names of the vanilla sections are: +
General
+
Scenario
+
Environment
+
Intel
+
Multiplayer
+
Multiplayer
+
Garbage Collection
+
GarbageCollection