set3DENAttribute: Difference between revisions
m (formatting) |
Lou Montana (talk | contribs) m (Text replacement - "Category:Eden Editor" to "Eden Editor") |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.56 | |version1= 1.56 | ||
| Line 8: | Line 7: | ||
|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]]. | |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 [[:Category:Eden Editor|Eden Editor]] workspace. You cannot access them in scenario preview or exported scenario!}} | ||
|s1= entity | |s1= entity [[set3DENAttribute]] [class, value] | ||
|p1= entity: [[Eden Entity]] or [[Eden ID]] | |p1= entity: [[Eden Entity]] or [[Eden ID]] | ||
| Line 20: | Line 19: | ||
|r1= [[Boolean]] - [[true]] If the value was set | |r1= [[Boolean]] - [[true]] If the value was set | ||
|x1= < | |x1= <sqf>player set3DENAttribute ["allowDamage", false]; // Mark player as invincible</sqf> | ||
|seealso= [[set3DENAttributes]] [[get3DENAttribute]] | |seealso= [[set3DENAttributes]] [[get3DENAttribute]] | ||
}} | }} | ||
Revision as of 13:26, 9 July 2023
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:
Additional Information
- See also:
- set3DENAttributes get3DENAttribute
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note