Difference between revisions of "ObjectType:intptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 20: Line 20:
  
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]
 +
[[Category:LavishScript Data Types]]

Revision as of 23:50, 25 May 2005

Description

An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.

Members

  • int Address: The memory address of the actual integer

Methods

(none)

Inherits

Returns

The string representation of this int

Examples

See Also