Doc fix by CuteAlien.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@886 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2007-08-31 15:31:19 +00:00
parent 6b742e903b
commit 7b89136ca7
1 changed files with 2 additions and 2 deletions

View File

@ -377,10 +377,10 @@ public:
able to create automaticly, for example when loading data from xml files. */
virtual void registerGUIElementFactory(IGUIElementFactory* factoryToAdd) = 0;
//! Returns amount of registered scene node factories.
//! Returns amount of registered gui element factories.
virtual s32 getRegisteredGUIElementFactoryCount() = 0;
//! Returns a scene node factory by index
//! Returns a gui element factory by index
virtual IGUIElementFactory* getGUIElementFactory(s32 index) = 0;
//! Adds a GUI Element by its name