Difference between revisions of "User:Scrivener07/Strings"

113 bytes added ,  19:04, 13 June 2019
Changed note about localized strings.
imported>Qazaaq
imported>Qazaaq
(Changed note about localized strings.)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
== Notes ==
== Notes ==
* The game engine internally uses a data structure called <code>BSFixedString</code> for handling string data.
* The game engine internally uses a data structure called <code>BSFixedString</code> for handling string data.
* Localized strings, internally <code>BGSLocalizedString</code>, are also vulnerable to string pool limitations.
* [[UI Script|UI]] function calls to Scaleform are affected by this string casing limitation.
* [[UI Script|UI]] function calls to Scaleform are affected by this string casing limitation.
* [[Initialization File]] related function calls are affected by this string casing limitation.
* [[Initialization File]] related function calls are affected by this string casing limitation.
Anonymous user