ObjectType:uintptr

From Lavish Software Wiki
Revision as of 22:54, 28 August 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

An uintptr is simply a pointer to a uint. The type inherits uint, and can be used as if it were a uint.

Members

  • uint Address: The memory address of the actual integer

Methods

(none)

Inherits

Returns

The string representation of this uint

Examples

Display a integer pointers address

  • echo Memory Address: ${Point1.Address}

See Also