Object¶
The Object class is the parent class of all the classes in lide bydefault. In other words, it is the topmost class of Lide.
Constructor¶
Object class has a single constructor:
object Object:new ( string sObjectName, number nObjectID )
Arguments¶
These arguments are received by class constructor.
| Argument | Description |
|---|---|
| sObjectName | The object name |
| nObjectID | The object identificator |