set3DENAttribute: Difference between revisions
Jump to navigation
Jump to search
m (formatting) |
|||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|1.56 | |version1= 1.56 | ||
|gr1= Eden Editor | |gr1= Eden Editor | ||
| | |descr= Sets one of entity [[Eden Editor: Entity Attributes|attributes]]. For the list of all attributes with their properties see [[Eden_Editor:_Setting_Attributes#Attributes|Setting Attributes]]. | ||
{{Feature|important|Attributes are available only within the Eden Editor workspace. You cannot access them in scenario preview or exported scenario!}} | {{Feature|important|Attributes are available only within the [[Eden Editor]] workspace. You cannot access them in scenario preview or exported scenario!}} | ||
|s1= entity '''set3DENAttribute''' [class, value] | |||
|p1= entity: [[Eden Entity]] or [[Eden ID]] | |p1= entity: [[Eden Entity]] or [[Eden ID]] | ||
| | |p2= class: [[String]] - Attribute name | ||
|p3= value: [[Anything]] - New attribute value | |||
| | |r1= [[Boolean]] - [[true]] If the value was set | ||
[[ | |||
[[ | |||
|x1= <code>[[player]] [[set3DENAttribute]] ["allowDamage", [[false]]]; {{cc|Mark player as invincible}}</code> | |||
|seealso= [[set3DENAttributes]] [[get3DENAttribute]] | |||
}} | |||
[[ |
Revision as of 22:28, 14 May 2021
Description
- Description:
- Sets one of entity attributes. For the list of all attributes with their properties see Setting Attributes.
- Groups:
- Eden Editor
Syntax
- Syntax:
- entity set3DENAttribute [class, value]
- Parameters:
- entity: Eden Entity or Eden ID
- class: String - Attribute name
- value: Anything - New attribute value
- Return Value:
- Boolean - true If the value was set
Examples
- Example 1:
player set3DENAttribute ["allowDamage", false]; // Mark player as invincible
Additional Information
- See also:
- set3DENAttributes get3DENAttribute
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