BIS fnc worldArea: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| tkoh |Game name= | | tkoh |Game name= | ||
Line 9: | Line 8: | ||
|eff= local |= Effect | |eff= local |= Effect | ||
| Creates (or returns if it already exists) trigger with size of map. |DESCRIPTION= | | Creates (or returns if it already exists) trigger with size of map. |DESCRIPTION= | ||
| call [[BIS_fnc_worldArea]] |SYNTAX= | | call [[BIS_fnc_worldArea]] |SYNTAX= | ||
| [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable |RETURNVALUE= | | [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable |RETURNVALUE= | ||
|x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code> |EXAMPLE1= | |x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code> |EXAMPLE1= | ||
| [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]] |SEEALSO= | | [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]] |SEEALSO= |
Revision as of 00:10, 17 January 2021
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:
_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