OpenMW
|
#include <property.hpp>
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. More... | |
![]() | |
void | post (NIFFile *nif) |
Does post-processing, after the entire tree is loaded. More... | |
![]() | |
Record () | |
virtual | ~Record () |
Public Attributes | |
T | data |
![]() | |
unsigned int | flags |
![]() | |
std::string | name |
![]() | |
ControllerPtr | controller |
![]() | |
ExtraPtr | extra |
![]() | |
int | recType |
std::string | recName |
size_t | recIndex |
|
inlinevirtual |
Parses the record from file.
Reimplemented from Nif::Property.
T Nif::StructPropT< T >::data |