View Full Version : config variables in different ini files
2COOL4-U
8th Sep 2001, 03:57 AM
How can I store config variables in an ini file of my choise?
In your class declaration add the config keyword:
class MyClass extends SomeOtherClass config(MyIniFile);
And then for variables you want stored:
var config int MyStoredInt;
...and so on.
2COOL4-U
9th Sep 2001, 05:06 AM
Thx :)
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.