OpenMW
Public Types | Public Member Functions | Public Attributes
Nif::NiNode Struct Reference

#include <node.hpp>

List of all members.

Public Types

enum  Flags { Flag_Hidden = 0x0001, Flag_MeshCollision = 0x0002, Flag_BBoxCollision = 0x0004 }
enum  BSAnimFlags { AnimFlag_AutoPlay = 0x0020 }
enum  BSParticleFlags { ParticleFlag_AutoPlay = 0x0020, ParticleFlag_LocalSpace = 0x0080 }

Public Member Functions

void read (NIFStream *nif)
 Parses the record from file.
void post (NIFFile *nif)
 Does post-processing, after the entire tree is loaded.

Public Attributes

NodeList children
NodeList effects

Member Enumeration Documentation

Enumerator:
AnimFlag_AutoPlay 
Enumerator:
ParticleFlag_AutoPlay 
ParticleFlag_LocalSpace 
Enumerator:
Flag_Hidden 
Flag_MeshCollision 
Flag_BBoxCollision 

Member Function Documentation

void Nif::NiNode::post ( NIFFile nif) [inline, virtual]

Does post-processing, after the entire tree is loaded.

Reimplemented from Nif::Node.

void Nif::NiNode::read ( NIFStream nif) [inline, virtual]

Parses the record from file.

Reimplemented from Nif::Node.


Member Data Documentation


The documentation for this struct was generated from the following file: