ObjectType:uintptr

From Lavish Software Wiki
Revision as of 16:02, 8 July 2018 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
uintptr
Defined By LavishScript
Inherits uint
Reduces To The string representation of this uint
Variable Object Type none
Uses Sub-Types no
C/C++ Type unsigned int *

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

  • int64 Address: The memory address of the actual integer

Methods

(none)

Examples

Display a integer pointers address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types