BIS fnc textureMarker: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Checks whether texture is defined in CfgMarkers and if so, returns the marker texture. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [wantedMarker] call [[BIS_fnc_textureMarker]] |Syntax= | ||
|p1= | | |p1= wantedMarker: [[String]] - marker type |Parameter 1= | ||
| | | | [[String]] - icon texture path, or ''wantedMarker'' if not found |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>_notWhiteFlag = ["flag_France"] [[call]] [[BIS_fnc_textureMarker]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_textureVehicleIcon]] |See also= | ||
}} | }} | ||
Revision as of 15:44, 6 June 2018
Description
- Description:
- Checks whether texture is defined in CfgMarkers and if so, returns the marker texture.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [wantedMarker] call BIS_fnc_textureMarker
- Parameters:
- wantedMarker: String - marker type
- Return Value:
- String - icon texture path, or wantedMarker if not found
Examples
- Example 1:
_notWhiteFlag = ["flag_France"] call BIS_fnc_textureMarker;
Additional Information
- See also:
- BIS_fnc_textureVehicleIcon
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