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