Talk:Bot Library
From Omni-bot Wiki
I think the following should be added to this page, but not 100% sure. Please advise or copy to the article page. Terminology from [1].
ConfigGet
Gets a config value from omni-bot.cfg.
Parameters: (section, config parameter name, config parameter value)
Returns: config parameter value
Example:
ft = ConfigGet("FireTeam", "enabled", ft);
ConfigSet
Sets a config value in omni-bot.cfg.
Parameters: (section, config parameter name, config parameter value)
Returns: none
Example:
ConfigSet("FireTeam", "enabled", 0);
d00d 10:18, 31 May 2009 (UTC)
looks good to me --crapshoot 17:13, 31 May 2009 (UTC)
thx, updated. --d00d 00:31, 1 June 2009 (UTC)