GetPointer Data Member Function

Returns a pointer to this object. The pointer object is allocated with new so you must use auto in the declaration or you must manually delete the pointer object. For example: auto Int8Pointer ptr = object.GetPointer().

Prototype

Int8Pointer GetPointer()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.