ObjectType:int64ptr

From Lavish Software Wiki
(Redirected from DataType:int64ptr)
Jump to navigation Jump to search
Object Type Vitals
int64ptr
Defined By LavishScript
Inherits int64ptr
Reduces To The string representation of this int64
Variable Object Type none
Uses Sub-Types no
C/C++ Type int64 *

Description

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

Members

  • int64 Address: The memory address of the actual int64

Methods

(none)

Examples

Display a int64 pointer's address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types