R3vo/Sandbox – User

From Bohemia Interactive Community
< User:R3vo
Revision as of 14:30, 8 July 2020 by R3vo (talk | contribs)
Jump to navigation Jump to search

Template:Cfg ref Template:Cfg ref

+=

Type
Array
Description
Sets the array to given value or adds given value to the array.
Example
items[] += {1,2,3,4};

delete

Type
Class
Description
Deletes given class. Does not delete class if classes that derive from it still exist. In that case, delete children first.
Example
delete someObsoleteClass;