LuaPart.Pointer Method

PartProxy

LuaPartPointer Method

Returns value of the pointer in C++ environment

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Pointer()
Public Function Pointer As String
public:
String^ Pointer()
member Pointer : unit -> string 

Return Value

Type: String
System.String.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
ExceptionThe Lua stack is not as expected: something goes wrong in method lua_ancestors
See Also