BIS fnc worldArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:Function Group: [a-zA-Z0-9_: ]+(\|\{\{[a-zA-Z0-9_: ]+\}\})?\]\]" to " ")
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 01:10, 17 January 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

Notes

Bottom Section