get3DENMissionAttribute: Difference between revisions
Jump to navigation
Jump to search
m (1.56) |
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 24, 2016 - 18:39 (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 | |||
:Garbage Collection | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 19:39, 24 February 2016
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 24, 2016 - 18:39 (UTC)
- Revo
-
The class names of the vanilla sections are:
- General
- Scenario
- Environment
- Intel
- Multiplayer
- Multiplayer
- Garbage Collection
- Garbage Collection