createSite: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(cite Jezuro quote - createSite is obsolete. ...it appears allSites works, does deleteSite? added seeAlso deleteSite and allSites anyway)
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= 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>

Revision as of 03:49, 19 February 2014

Hover & click on the images for description

Description

Description:
Create a new site.
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