LuaPartArray Class

PartProxy

LuaPartArray Class

Lua PartArray wrapper
Inheritance Hierarchy
SystemObject  PartProxyLuaBase
    PartProxyLuaPartArray

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class LuaPartArray : LuaBase
Public Class LuaPartArray
	Inherits LuaBase
public ref class LuaPartArray : public LuaBase
type LuaPartArray =  
    class
        inherit LuaBase
    end

The LuaPartArray type exposes the following members.

Constructors
  NameDescription
Public methodLuaPartArray
default constructor
Top
Properties
  NameDescription
Public propertyCount
Get the number of items into the PrtArray
Public propertyItem
Get the nth element of the array
Top
Methods
  NameDescription
Protected methodAssertLuaObject
validate the object
(Inherited from LuaBase.)
Protected methodDispose
Disposes this instance.
(Inherited from LuaBase.)
Protected methodDispose(Boolean)
Responsible for unreferencing the object
(Inherited from LuaBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAt
Get the nth element of the array
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReference
Gets the reference.
(Inherited from LuaBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsLuaPartArray
Check whether is a part array or not
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewInstance
Create the object wrapper
Public methodPush
put the object on the stack
(Inherited from LuaBase.)
Public methodToString
Customized description of the object
(Overrides LuaBaseToString.)
Protected methodUnReference
Uns the reference.
(Inherited from LuaBase.)
Top
See Also