ObjectType:floatptr

From Lavish Software Wiki
Revision as of 15:55, 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
floatptr
Defined By LavishScript
Inherits float
Reduces To The string representation of this float, to the nearest hundredth
Variable Object Type none
Uses Sub-Types no
C/C++ Type float *

Description

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

Members

  • int64 Address: The memory address of the actual float

Methods

(none)

Examples

Display a float pointers address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types