LuaPart.MoveBefore Method

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