Difference between revisions of "ObjectType:intptr"

From Lavish Software Wiki
Jump to navigation Jump to search
m (Lax moved page DataType:intptr to ObjectType:intptr)
(No difference)

Revision as of 15:10, 8 July 2018

Description

An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.

Members

  • int Address: The memory address of the actual integer

Methods

(none)

Inherits

Returns

The string representation of this int

Examples

Display a integer pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

int *

See Also