- Joined
- Apr 9, 2015
- Messages
- 1,797
- Reaction score
- 866
- First Language
- German
- Primarily Uses
Purpose
Be a simple utility module that can be used to read from and write to the Game.ini file.
Prerequisites
None
Terms of Use
Free to use for both commercial and non-commercial games. Please give credit.
How to Use
Place above all scripts that should take use of it.
Check the presence of the script like this:
if(($imported ||= {})[:iavra_ini_access]) # use the scriptelse # do something elseendLoad/write a key in the ini file.
FAQNone so far
Changelog
- Removed pointless Procs.
Credits
Iavra
Script
http://pastebin.com/SNdYQu2r
Be a simple utility module that can be used to read from and write to the Game.ini file.
Prerequisites
None
Terms of Use
Free to use for both commercial and non-commercial games. Please give credit.
How to Use
Place above all scripts that should take use of it.
Check the presence of the script like this:
if(($imported ||= {})[:iavra_ini_access]) # use the scriptelse # do something elseendLoad/write a key in the ini file.
Code:
IAVRA::INI.load("section name", "key name", "default value")
Code:
IAVRA::INI.save("section name", "key name", "value to be saved")
Changelog
- Removed pointless Procs.
Credits
Iavra
Script
http://pastebin.com/SNdYQu2r
Last edited by a moderator: