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

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

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