getUnitTrait: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
For the default values please visit [[setUnitTrait]]. | For the default values please visit [[setUnitTrait]]. | ||
|= | |DESCRIPTION= | ||
|unit '''getUnitTrait''' skillName |= | |unit '''getUnitTrait''' skillName |SYNTAX= | ||
|p1= Unit: [[Object]] |= | |p1= Unit: [[Object]] |PARAMETER1= | ||
|p2= skillName: [[String]] - Name of the skill |= | |p2= skillName: [[String]] - Name of the skill |PARAMETER1= | ||
| [[Bool]] or [[Scalar]] - Value of the trait <br/> [[Nothing]] if unit is empty vehicle |RETURNVALUE= | | [[Bool]] or [[Scalar]] - Value of the trait <br/> [[Nothing]] if unit is empty vehicle |RETURNVALUE= | ||
|x1= <code>[[player]] [[getUnitTrait]] "Medic";</code>|EXAMPLE1= | |x1= <code>[[player]] [[getUnitTrait]] "Medic";</code>|EXAMPLE1= |
Revision as of 14:40, 7 April 2019
Description
- Description:
- Gets the current value of a trait of the given unit.
For the default values please visit setUnitTrait. - Groups:
- Uncategorised
Syntax
- Syntax:
- unit getUnitTrait skillName
- Parameters:
- Unit: Object
- skillName: String - Name of the skill
- Return Value:
- Bool or Scalar - Value of the trait
Nothing if unit is empty vehicle
Examples
- Example 1:
player getUnitTrait "Medic";
Additional Information
- See also:
- setUnitTrait
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