Add

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

Parameters

Name
Description
Type
Default
Optional

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

Return

<Base> the created object

Last updated