worldSize: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (2 totally different ways of obtaining the world size) |
No edit summary |
||
Line 32: | Line 32: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Mission_Information|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 13:00, 1 September 2019
Description
- Description:
- Returns the engine calculated size of the current world (do not confuse with BIS_fnc_mapSize, which could return the same value, but is just a simple look up in config).
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_size = worldSize;
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
Notes
Bottom Section