Commit 7b89136c authored by hybrid's avatar hybrid

Doc fix by CuteAlien.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@886 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 6b742e90
...@@ -377,10 +377,10 @@ public: ...@@ -377,10 +377,10 @@ public:
able to create automaticly, for example when loading data from xml files. */ able to create automaticly, for example when loading data from xml files. */
virtual void registerGUIElementFactory(IGUIElementFactory* factoryToAdd) = 0; virtual void registerGUIElementFactory(IGUIElementFactory* factoryToAdd) = 0;
//! Returns amount of registered scene node factories. //! Returns amount of registered gui element factories.
virtual s32 getRegisteredGUIElementFactoryCount() = 0; virtual s32 getRegisteredGUIElementFactoryCount() = 0;
//! Returns a scene node factory by index //! Returns a gui element factory by index
virtual IGUIElementFactory* getGUIElementFactory(s32 index) = 0; virtual IGUIElementFactory* getGUIElementFactory(s32 index) = 0;
//! Adds a GUI Element by its name //! Adds a GUI Element by its name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment