ObjectType:byteptr

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