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)

[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: UIntPtrUIntPtr.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
Exception | The Lua stack is not as expected: something goes wrong in method lua_ancestors |
