Difference between revisions of "ObjectType:floatptr"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
  
 
== Members ==
 
== Members ==
* int '''Address''': The memory address of the actual float
+
* [[DataType:int|int]] '''Address''': The memory address of the actual float
  
 
== Methods ==
 
== Methods ==

Revision as of 17:37, 12 March 2005

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

  • int Address: The memory address of the actual float

Methods

(none)

Inherits

Returns

The string representation of this float, to the nearest hundredth

Examples

See Also