ObjectType:boolptr

From Lavish Software Wiki
Revision as of 17:30, 12 March 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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

(none)

Methods

  • Address: The memory address of the actual boolean value

Inherits

Returns

TRUE or FALSE

Examples

See Also