LuaPart.PrtFromPointer Method

PartProxy

LuaPartPrtFromPointer Method

Returns the part corresponding to ptrStr pointer in C++ environment

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static LuaPart PrtFromPointer(
	string ptrStr
)
Public Shared Function PrtFromPointer ( 
	ptrStr As String
) As LuaPart
public:
static LuaPart^ PrtFromPointer(
	String^ ptrStr
)
static member PrtFromPointer : 
        ptrStr : string -> LuaPart 

Parameters

ptrStr
Type: SystemString
A 16-character string representing an hex memory address 64bit wide

Return Value

Type: LuaPart
LuaPart.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the global function.
ExceptionThe Lua stack is not as expected: something goes wrong in method prtFromPointer
See Also