DataType:intptr
From Lavish Software Wiki
Contents |
[edit]
Description
An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.
[edit]
Members
- int Address: The memory address of the actual integer
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
The string representation of this int
[edit]
Examples
[edit]
Display a integer pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
int *
[edit]
