ObjectType:stringptr

From Lavish Software Wiki
Jump to navigation Jump to search
Object Type Vitals
stringptr
Defined By LavishScript
Inherits string
Reduces To the stored text
Variable Object Type none
Uses Sub-Types no
C/C++ Type const char *

Description

A stringptr is actually the same as string, but has an Address member. There is no particular reason to use this type instead of string.

Members

  • int64 Address: The memory address of the actual text

Methods

(none)

Examples

Display a string pointers address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types