LuaPartArray Class
From PartProxy
PartProxy
LuaPartArray Class |
Lua PartArray wrapper
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
The LuaPartArray type exposes the following members.
| Name | Description | |
|---|---|---|
| LuaPartArray |
default constructor
|
| Name | Description | |
|---|---|---|
| Count |
Get the number of items into the PrtArray
| |
| Item |
Get the nth element of the array
|
| Name | Description | |
|---|---|---|
| AssertLuaObject |
validate the object
(Inherited from LuaBase.) | |
| Dispose |
Disposes this instance.
(Inherited from LuaBase.) | |
| Dispose(Boolean) |
Responsible for unreferencing the object
(Inherited from LuaBase.) | |
| 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.) | |
| GetAt |
Get the nth element of the array
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReference |
Gets the reference.
(Inherited from LuaBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsLuaPartArray |
Check whether is a part array or not
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewInstance |
Create the object wrapper
| |
| Push |
put the object on the stack
(Inherited from LuaBase.) | |
| ToString |
Customized description of the object
(Overrides LuaBaseToString.) | |
| UnReference |
Uns the reference.
(Inherited from LuaBase.) |