PartProxy
LuaPartGetActive Method |
Get the CURRENT part
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public static LuaPart GetActive()
Public Shared Function GetActive As LuaPart
public: static LuaPart^ GetActive()
static member GetActive : unit -> LuaPart
Return Value
Type: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the global function. |
