LuaPart.PointerInt Method

PartProxy

LuaPartPointerInt Method

Note: This API is now obsolete.

[DEPRECATED] 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
[ObsoleteAttribute("PointerInt is deprecated, please use Pointer instead.")]
public UIntPtr PointerInt()
<ObsoleteAttribute("PointerInt is deprecated, please use Pointer instead.")>
Public Function PointerInt As UIntPtr
public:
[ObsoleteAttribute(L"PointerInt is deprecated, please use Pointer instead.")]
UIntPtr PointerInt()
[<ObsoleteAttribute("PointerInt is deprecated, please use Pointer instead.")>]
member PointerInt : unit -> UIntPtr 

Return Value

Type: UIntPtr
UIntPtr.
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