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 (template:command argument fix)
(9 intermediate revisions by 6 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| type '''createSite''' pos |= Syntax
| type '''createSite''' pos |SYNTAX=


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


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


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




|x1= <code>
|x1= -|EXAMPLE1=  
</code>|= EXAMPLE1


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO
| [[deleteSite]], [[allSites]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 33: Line 33:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
<dd class="notedate">Posted on February 18, 2014
<dt class="note">'''[[User:Strangepete|Strangepete]]'''
<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.''<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)."'' - Jezuro [http://forums.bistudio.com/showthread.php?148841-How-do-we-use-quot-createSite-quot&p=2441414&viewfull=1#post2441414]
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
Line 39: Line 43:
<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{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 15:36, 7 April 2019

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