get3DENMissionAttribute: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "|= Game version" to "|Game version=")
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


|arma3|= Game name
|arma3|Game name=


|1.56|= Game version
|1.56|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return value of [[Eden_Editor:_Scenario_Atttributes|scenario attribute]]. |= Description
| Return value of [[Eden_Editor:_Scenario_Atttributes|scenario attribute]].
{{Important|Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!}}
|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| section '''get3DENMissionAttribute''' class |= Syntax
| section '''get3DENMissionAttribute''' class |SYNTAX=
|p1= section: [[String]] - attribute section |= PARAMETER1
|p1= section: [[String]] - attribute section |PARAMETER1=
|p2= class: [[String]] - attribute name |= PARAMETER2
|p2= class: [[String]] - attribute name |PARAMETER2=
| [[Anything]] |= RETURNVALUE
| [[Anything]] |RETURNVALUE=  


|x1= <code>[[systemChat]] [[str]] ("Multiplayer" get3DENMissionAttribute "respawn");</code> |= EXAMPLE1
|x1= <code>[[systemChat]] [[str]] ("Multiplayer" [[get3DENMissionAttribute]] "respawn");</code> |EXAMPLE1=  
____________________________________________________________________________________________
____________________________________________________________________________________________


|  
|  
[[set3DENMissionAttributes]]
[[set3DENMissionAttributes]]
  |= SEEALSO
  |SEEALSO=  
|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 53: Line 55:
; Garbage Collection
; Garbage Collection
:GarbageCollection
:GarbageCollection
; Preferences
:Preferences
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 21:25, 31 August 2019

Hover & click on the images for description

Description

Description:
Return value of scenario attribute.
Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!
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:54 (UTC)
Revo
The class names of the vanilla sections are:
General
Scenario
Environment
Intel
Multiplayer
Multiplayer
Garbage Collection
GarbageCollection
Preferences
Preferences