Difference between revisions of "SetStringGameSettingEX"
Jump to navigation
Jump to search
removing automation notice
imported>DragoonWraith (changing | to HTML entity code to prevent template confusion) |
imported>DragoonWraith (removing automation notice) |
||
Line 1: | Line 1: | ||
{{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|newValueOfGameSetting"</tt>. When calling from the console, use '@' instead of the pipe character. | | summary = Sets the string value of a game setting. The new string value is contained within the format string (see below), 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 = |