createSite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\<dt class\=\"note\"\>\'\'\'\[\[(.*)\]\]\'\'\'" to "<dt class="note">$1")
mNo edit summary
Line 5: Line 5:


|0.50|Game version=
|0.50|Game version=
|gr1= Broken Commands |=GROUP1
|gr2= Sides |=GROUP2
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 45: Line 48:
[[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 17:23, 15 September 2020

Hover & click on the images for description

Description

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

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