get3DENMissionAttribute: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(( \[\[[a-zA-Z0-9]+\]\])+) \}\}" to "|seealso= $1 }}") |
||
Line 17: | Line 17: | ||
|x1= <code>[[systemChat]] [[str]] ("Multiplayer" [[get3DENMissionAttribute]] "respawn");</code> | |x1= <code>[[systemChat]] [[str]] ("Multiplayer" [[get3DENMissionAttribute]] "respawn");</code> | ||
| | |seealso= | ||
[[set3DENMissionAttributes]] | [[set3DENMissionAttributes]] | ||
}} | }} |
Revision as of 09:34, 11 June 2021
Description
- Description:
- Description needed
- Groups:
- Eden Editor
Syntax
- Syntax:
- Syntax needed
- 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
- Posted on February 26, 2016 - 16:54 (UTC)
- R3vo
-
The class names of the vanilla sections are:
Display Name Class Name (section) Environment Intel Multiplayer Multiplayer Performance GarbageCollection Preferences Preferences - Posted on November 2, 2020 - 16:57 (UTC)
- R3vo
- It seems that Preferences can be returned just fine during preview.