createSite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Some wiki formatting)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Broken Commands
|gr1= Broken Commands
|gr2= Sides
|gr2= Sides


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


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


|p1= type: [[String]]
|p1= type: [[String]]
Line 17: Line 16:
|p2= pos: [[Position]]
|p2= pos: [[Position]]


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


|x1= -
|x1= -


|seealso= [[deleteSite]], [[allSites]]
|seealso= [[deleteSite]] [[allSites]]
}}
}}


<dl class='command_description'>
{{Note
<!-- Note Section BEGIN -->
|user= Strangepete
<dd class="notedate">Posted on February 18, 2014</dd>
|timestamp= 20140219024900
<dt class="note">[[User:Strangepete|Strangepete]]</dt>
|text= {{Feature|quote|
<dd class="note">
CreateSite is an obsolete command from the time in development when Sites were handled separately from other modules. Now they use the modules framework.<!--
''"CreateSite is an obsolete command from the time in development when Sites were handled separately from other modules. Now they use the modules framework.''<br>
--> 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).
''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 [http://forums.bistudio.com/showthread.php?148841-How-do-we-use-quot-createSite-quot&p=2441414&viewfull=1#post2441414]
| [[User:Jezuro|Jezuro]]
<!-- Note Section END -->
| https://forums.bohemia.net/forums/topic/140086-how-do-we-use-createsite/?tab{{=}}comments#comment-2382204
</dl>
}}
}}

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)