Changeset 5387 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Oct 16, 2005, 12:42:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.h
r5383 r5387 104 104 void setParent (const char* parentName); 105 105 /** @returns the parent of this PNode */ 106 PNode* getParent () const { return this->parent; }; 106 inline PNode* getParent () const { return this->parent; }; 107 /** @returns the List of Children of this PNode */ 108 inline const tList<PNode>* getChildren() const { return this->children; }; 107 109 108 110 void setParentSoft(PNode* parentNode, float bias = 1.0);
Note: See TracChangeset
for help on using the changeset viewer.