PartProxy
LuaPartMoveBefore Method |
FOR SORTED TREE: Move prt Before passed prt
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public bool MoveBefore( LuaPart pBefore )
Public Function MoveBefore ( pBefore As LuaPart ) As Boolean
public: bool MoveBefore( LuaPart^ pBefore )
member MoveBefore : pBefore : LuaPart -> bool
Parameters
- pBefore
- Type: PartProxyLuaPart
The p before.
Return Value
Type: Booleantrue if XXXX, false otherwise.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
