PartProxy
LuaPartPrtFromPointerInt Method |
Note: This API is now obsolete.
[DEPRECATE] Returns the part corresponding to ptr pointer in C++ environment
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

[ObsoleteAttribute("PrtFromPointerInt is deprecated, please use PrtFromPointer instead.")] public LuaPart PrtFromPointerInt( UIntPtr ptr )
<ObsoleteAttribute("PrtFromPointerInt is deprecated, please use PrtFromPointer instead.")> Public Function PrtFromPointerInt ( ptr As UIntPtr ) As LuaPart
public: [ObsoleteAttribute(L"PrtFromPointerInt is deprecated, please use PrtFromPointer instead.")] LuaPart^ PrtFromPointerInt( UIntPtr ptr )
[<ObsoleteAttribute("PrtFromPointerInt is deprecated, please use PrtFromPointer instead.")>] member PrtFromPointerInt : ptr : UIntPtr -> LuaPart
Parameters
- ptr
- Type: SystemUIntPtr
The PTR.
Return Value
Type: LuaPartLuaPart.

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 |
