BIS fnc worldArea: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Creates (or returns if it already exists) trigger with size of map. |= | | Creates (or returns if it already exists) trigger with size of map. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| call [[BIS_fnc_worldArea]] |= | | call [[BIS_fnc_worldArea]] |SYNTAX= | ||
| [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable |= | | [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code> |= | |x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]] |= | | [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:34, 7 April 2019
Description
- Description:
- Creates (or returns if it already exists) trigger with size of map.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- call BIS_fnc_worldArea
- Return Value:
- Object: a trigger covering the whole defined terrain. Referenced by hsim_worldArea variable
Examples
- Example 1:
_bigTrigger = call BIS_fnc_worldArea;
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