ObjectType:stringptr

From Lavish Software Wiki
Revision as of 16:08, 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
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