This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
new:empty_string [2018/02/20 14:26] – created korshun | new:empty_string [2019/08/26 14:48] (current) – removed korshun | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Empty and invalid strings in ACS ====== | ||
- | ACS strings are actually integers containing **string ids**. Any integer can either refer to a string that exists or not. | ||
- | |||
- | Using an invalid string id will either do nothing, crash the script or crash the engine. Invalid string ids should never be used. | ||
- | |||
- | In contrast, empty ACS strings (''""'' | ||
- | |||
- | Unlike some other ACS libraries, [[string|ACSUtils string functions]] only accept valid string ids (including empty strings) and never return invalid string ids (but sometimes return empty strings). |