LuaPart.MoveAfter Method

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)
Syntax
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: Boolean
true if XXXX, false otherwise.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also