BIS fnc getMarkerState: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[private\]\] (_?[a-zA-Z0-9_]+) = \[([^\[]*)\] \[\[(call|spawn)\]\] \[\[(BI(N|S)_fnc_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>private $1 = [$2] $3 $4;</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *M([a-z ])" to "$1 - m$2") |
||
Line 10: | Line 10: | ||
|s1= [marker] call [[BIS_fnc_getMarkerState]] | |s1= [marker] call [[BIS_fnc_getMarkerState]] | ||
|p1= marker: [[String]] - | |p1= marker: [[String]] - marker | ||
|r1= [[String]] - Returns state of the marker. "Shown", "Hidden", "Canceled", "Default", if marker does not exist, [[nil]] is returned | |r1= [[String]] - Returns state of the marker. "Shown", "Hidden", "Canceled", "Default", if marker does not exist, [[nil]] is returned |
Revision as of 15:39, 8 November 2023
Description
- Description:
- Returns the state of a marker.
- Execution:
- call
- Groups:
- Map and Markers
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:
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