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)

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: LuaPartLuaPart.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the global function. |
Exception | The Lua stack is not as expected: something goes wrong in method prtFromPointer |
