Difference between revisions of "SetStringGameSettingEX"
changing | to HTML entity code to prevent template confusion
imported>CSbot (Automated import of articles) |
imported>DragoonWraith (changing | to HTML entity code to prevent template confusion) |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = Sets the string value of a game setting. The new string value is contained within the format string, following the setting name and separated by a pipe character, i.e. <tt>"nameOfGameSetting | | summary = Sets the string value of a game setting. The new string value is contained within the format string, following the setting name and separated by a pipe character, i.e. <tt>"nameOfGameSetting|newValueOfGameSetting"</tt>. When calling from the console, use '@' instead of the pipe character. | ||
| name = SetStringGameSettingEX | | name = SetStringGameSettingEX | ||
| arguments = | | arguments = |