ObjectType:byteptr

From Lavish Software Wiki
Revision as of 15:53, 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
byteptr
Defined By LavishScript
Inherits byte
Reduces To The string represenation of this byte
Variable Object Type none
Uses Sub-Types no
C/C++ Type unsigned char *

Description

A byteptr is simply a pointer to a byte. The type inherits byte, and can be used as if it were a byte.

Members

  • int64 Address: The memory address of the actual byte

Methods

(none)


Examples

Display a byte pointers address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types