NAME
Ogre::ConfigFile
SYNOPSIS
use Ogre;
use Ogre::ConfigFile;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1ConfigFile.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::ConfigFile->new()
Returns
Ogre::ConfigFile->DESTROY()
This method is called automatically; don't call it yourself.
INSTANCE METHODS
$obj->load($filename)
Parameter types
Returns
- void
$obj->clear()
Returns
- void
$obj->getSections()
Returns
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .