The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

ConfigFile *

Ogre::ConfigFile->DESTROY()

This method is called automatically; don't call it yourself.

INSTANCE METHODS

$obj->load($filename)

Parameter types

$filename : String

Returns

void

$obj->clear()

Returns

void

$obj->getSections()

Returns

SV *

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .