User contributions for King
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
22 June 2016
- 05:3805:38, 22 June 2016 diff hist +977 N Scripting/Squirrel/Functions/WriteIniString Created page with "__NOTOC__ This function writes a string value to an .ini file. If the file does not exist, the function will create it. == Syntax == <code>bool WriteIniString( string filena..."
- 05:3605:36, 22 June 2016 diff hist +1,039 N Scripting/Squirrel/Functions/WriteIniNumber Created page with "__NOTOC__ This function writes an integer value to an .ini file. If the file does not exist, the function will create it. == Syntax == <code>bool WriteIniInteger( string fil..."
- 05:2805:28, 22 June 2016 diff hist +1,039 N Scripting/Squirrel/Functions/WriteIniInteger Created page with "__NOTOC__ This function writes an integer value to an .ini file. If the file does not exist, the function will create it. == Syntax == <code>bool WriteIniInteger( string fil..."
- 05:2105:21, 22 June 2016 diff hist +1,270 N Scripting/Squirrel/Functions/WriteIniBool Created page with "__NOTOC__ This function writes a boolean value to an .ini file. If the file does not exist, the function will create it. == Syntax == <code>bool WriteIniBool( string filenam..."
- 05:2005:20, 22 June 2016 diff hist +1,059 N Scripting/Squirrel/Functions/RemoveIniValue Created page with "__NOTOC__ This function deletes a selected value from an ini file. == Syntax == <code>RemoveIniValue( string FileName, string Section, string Value )</code> == Arguments ==..."
- 05:1805:18, 22 June 2016 diff hist +1,105 N Scripting/Squirrel/Functions/ReadIniString Created page with "__NOTOC__ This function reads a string saved to an .ini file. == Syntax == <code>string ReadIniString( string filename, string section, string var )</code> == Arguments ==..."
- 05:1705:17, 22 June 2016 diff hist +14 Scripting/Squirrel/Functions/ReadIniNumber No edit summary
- 05:1605:16, 22 June 2016 diff hist −16 Scripting/Squirrel/Functions/ReadIniNumber No edit summary
- 05:1505:15, 22 June 2016 diff hist +1,288 N Scripting/Squirrel/Functions/ReadIniNumber Created page with "__NOTOC__ This function reads a float value from an .ini file. == Syntax == <code>float ReadIniNumber( string filename, string section, string var )</code> == Arguments ==..."
- 05:1305:13, 22 June 2016 diff hist +947 N Scripting/Squirrel/Functions/ReadIniInteger Created page with "__NOTOC__ This function reads an integer value from an .ini file. == Syntax == <code>int ReadIniInteger( string filename, string section, string var )</code> == Arguments =..."
- 05:0605:06, 22 June 2016 diff hist +214 Scripting/Squirrel/Functions/ReadIniBool No edit summary
- 04:5904:59, 22 June 2016 diff hist +965 N Scripting/Squirrel/Functions/ReadIniBool Created page with "__NOTOC__ This function reads a boolean value from an .ini file. == Syntax == <code>bool ReadIniBool( string filename, string section, string var )</code> == Arguments ==..."
- 04:5604:56, 22 June 2016 diff hist +192 Scripting/Squirrel/Functions/CountIniSection No edit summary
- 04:5504:55, 22 June 2016 diff hist +28 Scripting/Squirrel/Functions/ClearIni No edit summary
- 04:4704:47, 22 June 2016 diff hist +1,040 N Scripting/Squirrel/Functions/DeleteIniSection Created page with "__NOTOC__ This function deletes a selected section from a ini file. == Syntax == <code>DeleteIniSection( string FileName, string Section )</code> == Arguments == * '''File..."
- 04:0204:02, 22 June 2016 diff hist +848 N Scripting/Squirrel/Functions/CountIniSection Created page with "__NOTOC__ This function says, how many values/lines are in a selected section in an ini file. == Syntax == <code>CountIniSection( string FileName, string Section )</code> =..."
- 03:5803:58, 22 June 2016 diff hist +643 N Scripting/Squirrel/Functions/ClearIni Created page with "__NOTOC__ This function clears the content of a ini file. Note: the ini file won't be deleted. == Syntax == <code>ClearIni( string FileName )</code> == Arguments == * '''F..."