classHTreeObject 03
Member Function Documentation¶
|
| Referenced by HSpline::operator delete(). |
|
|
Returns a pointer to an object in the PWS tree whose name match the passed argument. Usefull for finding a specific object or folder. Once an object is returned, its actual type may be retrieved with GetObjectType Examples:
|
|
|
| Reimplemented in HAnimObjectShortcut. |
|
You can call GetAnimObjectNotProperty to get the actual object that the shader is on. The object returned by GetAnimObjectNotProperty should be either the HModelCache, HGroup, or a HCameraCache. It is safe to cast the HAnimObject returned to an HHashObject, or the prefered way, to an HTreeObject in ordet to call its GetObjectType(). |
|
| Reimplemented in HBufferShortcut, and HFileInfoProperty. |
|
|
|
Returns the object type
Reimplemented in HHashObject, and HShading. |
|
| Skips user containers, and doesn't include classes not derived off HashObject (CPs) |
|
|
|
| Along with GetTreeProgeny and GetTreeSibling These 3 functions allow to walk the complete tree hierarchy and skip possible objects based on paramatwers passed in. |
|
| Along with GetTreeParent and GetTreeSibling These 3 functions allow to walk the complete tree hierarchy and skip possible objects based on paramatwers passed in. |
|