set3DENAttribute: Difference between revisions
m (1.56) |
Lou Montana (talk | contribs) m (Text replacement - "Category:Eden Editor" to "Eden Editor") |
||
| (38 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3|= | |game1= arma3 | ||
|version1= 1.56 | |||
| | |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 [[:Category:Eden Editor|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]] | ||
| | |p2= class: [[String]] - Attribute name | ||
[[ | |||
[[ | |p3= value: [[Anything]] - New attribute value | ||
|r1= [[Boolean]] - [[true]] If the value was set | |||
|x1= <sqf>player set3DENAttribute ["allowDamage", false]; // Mark player as invincible</sqf> | |||
|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