<MemoryPointer> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » MemoryPointer

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ClearResets the object to its constructor defaults.
int32GetSizeInBytesReturns the size in bytes of the underlying object to which this object is bound. For example: if this object is bound to a <Float32Array> with 4 floats, this function returns 16.
int32IsNotNullptrReturns true if this object has been bound. Otherwise return false.
int32IsNullptrReturns true if this object has not been bound. Otherwise return false.