Open Dev Kit Documentation :: General :: Structure :: Equal Pointer
Root.Structure.PointerEqual( Value 1 Abstract*, Value 2 Abstract* ) BooleanReturns true if one pointer points to the same object as the other pointer, or if both pointers are null
Parameters
Return Value
Lua Usage
local boolean = structure:PointerEqual(value1, value2)
If you think anything is missing, please feel free to: submit documentation feedback on this page
