ObjectType:floatptr

From Lavish Software Wiki
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