VBStr (class)
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...")
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. |