BIS fnc worldArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 6: Line 5:


|1.00|= Game version
|1.00|= Game version
|eff= local |= Effect
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Creates (or returns if it already exists) trigger with size of map. |= Description
 
Description:
Creates (or returns if it already exists) trigger with size of map
 
Parameter(s):
NOTHING
 
Returns:
OBJECT
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_worldArea]]; --> |= Syntax
| call [[BIS_fnc_worldArea]] |= Syntax
 
|p1= |= Parameter 1


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


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


| |= See also
| [[worldSize]], [[2D Editor: Triggers]], [[Eden Editor: Trigger]], [[createTrigger]] |= See also
 
}}
}}



Revision as of 15:52, 29 April 2018

Hover & click on the images for description

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

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