createSite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added deprecation note)
(obsolete)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create a new site. This command is considered deprecated and is no longer supported|= Description
| Create a new site.  
{{warning | This command is considered deprecated and is no longer supported}}  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 45: Line 46:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Broken Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 13:23, 26 August 2015

Hover & click on the images for description

Description

Description:
Create a new site.
This command is considered deprecated and is no longer supported
Groups:
Uncategorised

Syntax

Syntax:
type createSite pos
Parameters:
type: String
pos: Position
Return Value:
Object

Examples

Example 1:

Additional Information

See also:
deleteSiteallSites

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

Posted on February 18, 2014
Strangepete
"CreateSite is an obsolete command from the time in development when Sites were handled separately from other modules. Now they use the modules framework.
If you want a specific Site to be activated during the mission, place it in the editor and use the Condition line in its parameters (the last one)." - Jezuro [1]

Bottom Section