BIS fnc worldArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function
| tkoh|1.00|gr1= Map and Markers|eff= local |= Effect


| Creates (or returns if it already exists) trigger with size of map.| call [[BIS_fnc_worldArea]]| [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable|x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code>|seealso= [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]]
|game1= tkoh
}}
|version1= 1.00
 
|game2= arma3
|version2= 0.50
 
|gr1= Map and Markers
 
|eff= local
 
|descr= Creates (or returns if it already exists) trigger with size of map.
 
|s1= call [[BIS_fnc_worldArea]]


|r1= [[Object]]: a [[trigger]] covering the whole ''defined'' terrain. Referenced by '''hsim_worldArea''' variable


|x1= <code>_bigTrigger = [[call]] [[BIS_fnc_worldArea]];</code>


[[Category:{{Name|tkoh}}: Functions|{{uc:worldArea}}]]
|seealso= [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]]
[[Category:{{Name|arma3}}: Functions|{{uc:worldArea}}]]
}}

Revision as of 22:19, 9 June 2021

Hover & click on the images for description

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

See also:
worldSize2D Editor: TriggersEden Editor: TriggercreateTrigger

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