VBStr (class)

From Moondust Wiki
Revision as of 10:07, 29 October 2014 by Kevsoft (talk | contribs) (Created page with "Category:LunaLua API Category:LunaLua classes This class wraps a Visual Basic 6 string pointer. Currently it is very limited. This class '''cannot''' be constructed by...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This class wraps a Visual Basic 6 string pointer. Currently it is very limited. This class cannot be constructed by the user.

NPC class
Type Function/Field Return values/Value type Description
field str string Reads/Writes the string pointer.
NOTE: Writing in the string pointer is not safe. You shouldn't write more than the original length of the string or it might crash.