createSite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
m (Some wiki formatting)
 
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.50


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


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


| type '''createSite''' pos |= Syntax
|s1= type [[createSite]] pos


|p1= type: [[String]] |= PARAMETER1
|p1= type: [[String]]


|p2= pos: [[Position]] |= PARAMETER2
|p2= pos: [[Position]]


| [[Object]] |= RETURNVALUE
|r1= [[Object]]


|x1= -


|x1= <code>
|seealso= [[deleteSite]] [[allSites]]
</code>|= EXAMPLE1
}}


____________________________________________________________________________________________
{{Note
 
|user= Strangepete
| |= SEEALSO
|timestamp= 20140219024900
 
|text= {{Feature|quote|
| |= MPBEHAVIOUR
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).
| [[User:Jezuro|Jezuro]]
| https://forums.bohemia.net/forums/topic/140086-how-do-we-use-createsite/?tab{{=}}comments#comment-2382204
}}
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 03:11, 10 February 2023

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:
deleteSite allSites

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
Strangepete - c
Posted on Feb 19, 2014 - 02:49 (UTC)
«
« 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 (source)