Updated wrappers

This commit is contained in:
Robert Osfield
2007-08-10 17:44:54 +00:00
parent ece6c2f672
commit 0e475106dc
134 changed files with 355 additions and 312 deletions

View File

@@ -124,12 +124,12 @@ BEGIN_OBJECT_REFLECTOR(osg::Node)
Properties::NON_VIRTUAL,
__C5_Group_P1__getParent__unsigned_int,
"Get a single const parent of node. ",
" param i index of the parent to get. return the parent i.");
" param i index of the parent to get. return the parent i. ");
I_Method0(unsigned int, getNumParents,
Properties::NON_VIRTUAL,
__unsigned_int__getNumParents,
"Get the number of parents of node. ",
"the number of parents of this node. ");
"the number of parents of this node. ");
I_MethodWithDefaults1(osg::NodePathList, getParentalNodePaths, IN, osg::Node *, haltTraversalAtNode, 0,
Properties::NON_VIRTUAL,
__NodePathList__getParentalNodePaths__osg_Node_P1,