Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-10 20:35:50 +00:00
parent c43606e3fe
commit aa24c273c7
83 changed files with 200 additions and 214 deletions

View File

@@ -155,7 +155,7 @@ BEGIN_OBJECT_REFLECTOR(osg::NodeVisitor)
I_Method1(void, setUserData, IN, osg::Referenced *, obj,
Properties::NON_VIRTUAL,
__void__setUserData__Referenced_P1,
"Set user data, data must be subclased from Referenced to allow automatic memory handling. ",
"Set user data, data must be subclassed from Referenced to allow automatic memory handling. ",
"If your own data isn't directly subclassed from Referenced then create an adapter object which points to your own objects and handles the memory addressing. ");
I_Method0(osg::Referenced *, getUserData,
Properties::NON_VIRTUAL,