LuaPart.PrtFromPointerInt Method

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)
Syntax
[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: LuaPart
LuaPart.
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