get3DENMissionAttribute: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on November ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-11-0$1") |
||
(33 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|version1= 1.56 | |||
|1.56 | |||
|gr1= Eden Editor | |gr1= Eden Editor | ||
| Return value of [[Eden_Editor:_Scenario_Atttributes|scenario attribute]]. For a list of all available mission attributes see [[Eden_Editor:_Setting_Attributes#Scenario|Mission Attributes]]. | |descr= Return value of [[Eden_Editor:_Scenario_Atttributes|scenario attribute]]. For a list of all available mission attributes see [[Eden_Editor:_Setting_Attributes#Scenario|Mission Attributes]]. | ||
{{ | {{Feature|important|Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!}} | ||
|s1= section [[get3DENMissionAttribute]] class | |||
|p1= section: [[String]] - attribute section. See [[Eden_Editor:_Setting_Attributes#Sections_.26_Properties|Sections & Properties]] | |||
|p1= section: [[String]] - attribute section | |||
|p2= class: [[String]] - attribute name | |p2= class: [[String]] - attribute name | ||
| [[Anything]] | |r1= [[Anything]] | ||
|x1= < | |x1= <sqf>systemChat str ("Multiplayer" get3DENMissionAttribute "respawn");</sqf> | ||
| | |seealso= | ||
[[set3DENMissionAttributes]] | [[set3DENMissionAttributes]] | ||
}} | }} | ||
<dl class="command_description"> | |||
<dl class= | |||
<dt></dt> | |||
< | <dd class="notedate">Posted on 2016-02-26 - 16:54 (UTC)</dd> | ||
<dd class="notedate">Posted on | |||
<dt class="note">[[User:R3vo|R3vo]]</dt> | <dt class="note">[[User:R3vo|R3vo]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
Line 57: | Line 41: | ||
|} | |} | ||
</dd> | </dd> | ||
< | <dt><dt> | ||
< | <dd class="notedate">Posted on 2020-11-02 - 16:57 (UTC)</dd> | ||
<dd class="notedate">Posted on | |||
<dt class="note">[[User:R3vo|R3vo]]</dt> | <dt class="note">[[User:R3vo|R3vo]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
It seems that [[Eden_Editor:_Configuring_Attributes#Preferences|Preferences]] can be returned just fine during preview. | It seems that [[Eden_Editor:_Configuring_Attributes#Preferences|Preferences]] can be returned just fine during preview. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Latest revision as of 23:12, 13 May 2023
Description
- Description:
- Return value of scenario attribute. For a list of all available mission attributes see Mission Attributes.
- Groups:
- Eden Editor
Syntax
- Syntax:
- section get3DENMissionAttribute class
- Parameters:
- section: String - attribute section. See Sections & Properties
- class: String - attribute name
- Return Value:
- Anything
Examples
- Example 1:
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 2016-02-26 - 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 2020-11-02 - 16:57 (UTC)
- R3vo
- It seems that Preferences can be returned just fine during preview.