LuaBase Methods
From PartProxy
PartProxy
LuaBase Methods |
The LuaBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AssertLuaObject |
validate the object
| |
| Dispose |
Disposes this instance.
| |
| Dispose(Boolean) |
Responsible for unreferencing the object
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReference |
Gets the reference.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsTypeOf |
Ensure the object is of the expected type
| |
| MakeReference |
Makes the reference.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Push |
put the object on the stack
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| UnReference |
Uns the reference.
|