Doc fix by CuteAlien.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@886 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
6b742e903b
commit
7b89136ca7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue