BIS fnc textureMarker: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1 = Map and Markers |GROUP1= | |gr1 = Map and Markers |GROUP1= | ||
| Checks whether texture is defined in CfgMarkers and if so, returns the marker texture. |Description= | | Checks whether texture is defined in CfgMarkers and if so, returns the marker texture. |Description= | ||
| [wantedMarker] call [[BIS_fnc_textureMarker]] |Syntax= | | [wantedMarker] call [[BIS_fnc_textureMarker]] |Syntax= | ||
Line 17: | Line 14: | ||
| [[String]] - icon texture path, or ''wantedMarker'' if not found |Return value= | | [[String]] - icon texture path, or ''wantedMarker'' if not found |Return value= | ||
|x1= <code>_notWhiteFlag = ["flag_France"] [[call]] [[BIS_fnc_textureMarker]];</code> |Example 1= | |x1= <code>_notWhiteFlag = ["flag_France"] [[call]] [[BIS_fnc_textureMarker]];</code> |Example 1= | ||
| [[BIS_fnc_textureVehicleIcon]] |See also= | | [[BIS_fnc_textureVehicleIcon]] |See also= |
Revision as of 23:48, 16 January 2021
Description
- Description:
- Checks whether texture is defined in CfgMarkers and if so, returns the marker texture.
- Execution:
- call
- Groups:
- Map and Markers
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