Difference between revisions of "ObjectType:stringptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
== See Also ==
 
== See Also ==
 
* [[LavishScript:Data Types|Data Types]]
 
* [[LavishScript:Data Types|Data Types]]
 +
 +
[[Category:LavishScript]]

Revision as of 21:40, 25 May 2005

Description

A stringptr is actually the same as string, but is only to be used when the data refers to an original text value, rather than temporary storage.

Members

  • int Address: The memory address of the actual text

Methods

(none)

Inherits

Returns

The text

Examples

See Also