ObjectType:uintptr

From Lavish Software Wiki
(Redirected from DataType:uintptr)
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