Wednesday, 9:38 PM PDT
Script Stats
Soldat Central :: Index > Functions > View Script
LATEST SCRIPTS
Private Knife Only S... by Mighty
Accuracy Script for... by Mighty
TOP SCRIPTS
Curts Script Update... by DorkeyDear
Unpause Countdown by SpiltCoffee
FEATURED SCRIPTS
- Script of the Week -
by Mighty
- Script of the Month -
by Mighty
RECENTLY VIEWED
Calls by DorkeyDear
INI Functions by DorkeyDear
| Script Name: | INI Functions |
Add Favorite |
| Author: | DorkeyDear | |
| Release Date: | 5th of August 2008 (2 years ago) | |
| Compile Test: | Passed |
|
| Total Score: | 4 (3 Ratings) | - Ratings - |
| Rate Script: | ||
| Server Version: | 2.6.3 | |
| Last View: | 7th of September 2010 @ 11:09:19 AM | |
| Last Download: | 6th of September 2010 @ 01:09:15 AM | |
| Total Views: | 635 | |
| Total Downloads: | 97 | |
| Bandwidth: | 275.84 KB (estimate) | |
| Total Size: | 2.84 KB | |
| Parses an INI file Functions: function Create(const Filename: string): byte; Reads and parses an ini file Returns a handle id Be sure to destroy it before you want to never use it again procedure Destroy(const Handle: byte); Destroys the ini handle function Exists(const Handle: byte): boolean; Returns whether or not an ini handle is valid or not function TopicExists(const Handle: byte; const Topic: string): boolean; Returns whether or not a given topic exists function NameExists(const Handle: byte; const Topic, Name: string): boolean; Returns whether or not a given name exists function GetValue(const Handle: byte; const Topic, Name: string): string; Returns the value of a given ini handle, topic, and name as a string Constants: RemoveWhitespace RemoveComments CaseSensative CSUS Support: This script is supported by Curts Script Update Service script, which uses the CSUSInfo.ini and ignore.txt files. If you wish to disable the update support of this script, remove these files. If you do not have the CSUS script, removing or renaming these files will have no harm to this script. |

| Name | Size | Note |
| ini.pas | 833 B | |
| readme.txt | 1.56 KB | |
| CSUSInfo.ini | 61 B | |
| Includes.txt | 8 B | |
| core.pas | 6.21 KB | |
| ignore.txt | 0 B | |
|
Add Favorite
Passed