PartProxy
LuaPartArrayGetAt Method |
Get the nth element of the array
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public LuaPart GetAt( int idx )
Public Function GetAt ( idx As Integer ) As LuaPart
public: LuaPart^ GetAt( int idx )
member GetAt : idx : int -> LuaPart
Parameters
- idx
- Type: SystemInt32
The index.
Return Value
Type: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. or The element in prt array is not a part. |
