Scott Lanning > Ogre > Ogre::ConfigFile

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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 .