| Ogre documentation | Contained in the Ogre distribution. |
Ogre::ConfigFile
use Ogre; use Ogre::ConfigFile; # (for now see examples/README.txt)
See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1ConfigFile.html
Note: this Perl binding is currently experimental and subject to API changes.
Returns
This method is called automatically; don't call it yourself.
Parameter types
Returns
Returns
Returns
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .
| Ogre documentation | Contained in the Ogre distribution. |
package Ogre::ConfigFile; use strict; use warnings; 1; __END__