Add
<Base> InstanceObject:Add(<string> Type, <table> Data, <table> Properties)
Last updated
<Base> InstanceObject:Add(<string> Type, <table> Data, <table> Properties)
Last updated
Attempts to initialise a of Type
with Data
and Properties
. Uses to initialise the object.
Do not add many objects of same Type
and SubType
. It will error otherwise.
Type
The type to search for
string
N/A
Data
Special data properties
table
N/A
Properties
The properties to use for the objects
table
N/A
<Base> the created object