PartProxy
LuaPartGetSiblingPos Method |
Returns the position of the part in its level () (0 based, -1 = top part)
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public int GetSiblingPos()
Public Function GetSiblingPos As Integer
public: int GetSiblingPos()
member GetSiblingPos : unit -> int
Return Value
Type: Int32System.Int32.

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