Difference between revisions of "ObjectType:boolptr"

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

Revision as of 17:37, 12 March 2005

Description

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

Members

  • int Address: The memory address of the actual boolean value

Methods

(none)

Inherits

Returns

TRUE or FALSE

Examples

See Also