BIS fnc getMarkerState: Difference between revisions
Jump to navigation
Jump to search
m (infobox to template) |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.78 | |version1= 1.78 | ||
<! | <!--|exec= server|=--> | ||
<! | <!--|arg= local--> | ||
| | <!--|eff= local--> | ||
|descr= Returns the state of a marker. | |||
||s1= [marker] call [[BIS_fnc_getMarkerState]]|=Syntax | |||
|p1= marker: [[String]] - Marker | |||
|r1= [[String]] - Returns state of the marker. "Shown", "Hidden", "Canceled", "Default", if marker does not exist, [[nil]] is returned | |||
|x1= <code>_state = ["BIS_marker_1"] [[call]] [[BIS_fnc_getMarkerState]];</code> | |||
| | |exec= call | ||
| | |seealso= [[BIS_fnc_blinkMarker]] [[BIS_fnc_changeColorMarker]] [[BIS_fnc_getMarkers]] [[BIS_fnc_getMarkerState]] [[BIS_fnc_colorMarker]] | ||
}} | }} | ||
Revision as of 19:08, 6 January 2020
Description
- Description:
- Returns the state of a marker.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [marker] call BIS_fnc_getMarkerState
- Parameters:
- marker: String - Marker
- Return Value:
- String - Returns state of the marker. "Shown", "Hidden", "Canceled", "Default", if marker does not exist, nil is returned
Examples
- Example 1:
_state = ["BIS_marker_1"] call BIS_fnc_getMarkerState;
Additional Information
- See also:
- BIS_fnc_blinkMarker BIS_fnc_changeColorMarker BIS_fnc_getMarkers BIS_fnc_getMarkerState BIS_fnc_colorMarker
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