BIS fnc getUnitInsignia: Difference between revisions
Jump to navigation
Jump to search
m (formatting) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Get a unit's uniform insignia placed with [[BIS_fnc_setUnitInsignia]] |= | | Get a unit's uniform insignia placed with [[BIS_fnc_setUnitInsignia]] |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [ object ] call BIS_fnc_getUnitInsignia; |= | | [ object ] call BIS_fnc_getUnitInsignia; |SYNTAX= | ||
|p1= '''Target:''': [[Object]] - Object to return insignia from. |= | |p1= '''Target:''': [[Object]] - Object to return insignia from. |= | ||
| [[String]] - Path to texture |= | | [[String]] - Path to texture |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_setUnitInsignia]], [[Arma 3 Unit Insignia]] |= | | [[BIS_fnc_setUnitInsignia]], [[Arma 3 Unit Insignia]] |SEEALSO= | ||
}} | }} |
Revision as of 11:28, 7 April 2019
Description
- Description:
- Get a unit's uniform insignia placed with BIS_fnc_setUnitInsignia
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [ object ] call BIS_fnc_getUnitInsignia;
- Parameters:
- Target:: Object - Object to return insignia from.
- Return Value:
- String - Path to texture
Examples
- Example 1:
_texture = [ player ] call BIS_fnc_getUnitInsignia
Additional Information
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