BIS fnc worldArea: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "= <code>(\[?[^\[]+\]?) *\[\[(call|spawn)\]\] *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "= <sqf>$1 $2 $4;</sqf>") |
Lou Montana (talk | contribs) |
||
Line 15: | Line 15: | ||
|s1= call [[BIS_fnc_worldArea]] | |s1= call [[BIS_fnc_worldArea]] | ||
|r1= [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable | |r1= [[Object]]: a [[Trigger|trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable | ||
|x1= <sqf>private _bigTrigger = call BIS_fnc_worldArea;</sqf> | |x1= <sqf>private _bigTrigger = call BIS_fnc_worldArea;</sqf> |
Latest revision as of 18:37, 15 July 2022
Description
- Description:
- Creates (or returns if it already exists) trigger with size of map.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- call BIS_fnc_worldArea
- Return Value:
- Object: a trigger covering the whole defined terrain. Referenced by hsim_worldArea variable
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