VBStr (class)
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. |
| field | length | int | The length of the string. |
| function | clear() | nil | Clears the string. |