AutoPatrol, Bureaucrats, Administrators
481
edits
m (Text replacement - "^" to "{{deprecated}}") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | {{deprecated}}__NOTOC__ | ||
Create container object. | Create container object. | ||
| Line 26: | Line 26: | ||
== Examples == | == Examples == | ||
<syntaxhighlight lang="c"> | |||
CreateContainer(FindObject(2), "New Container"); // Create container directly under "Infrastructure Services" | CreateContainer(FindObject(2), "New Container"); // Create container directly under "Infrastructure Services" | ||
</syntaxhighlight> | |||