Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 2:58:20 PM (14 years ago)
Author:
dafrick
Message:

Small adjustments, better code re-use, added getConfig() function to get values of config values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/ConfigFileManager.h

    r6194 r6197  
    5757
    5858    _CoreExport bool config(const std::string& classname, const std::string& varname, const std::string& value); // tolua_export
     59    _CoreExport std::string getConfig(const std::string& classname, const std::string& varname); // tolua_export
    5960    _CoreExport bool tconfig(const std::string& classname, const std::string& varname, const std::string& value);
    6061    _CoreExport void reloadConfig();
Note: See TracChangeset for help on using the changeset viewer.