|
OpenMW
|
Single type collection of top level records. More...
#include <idcollection.hpp>
Public Member Functions | |
| void | load (ESM::ESMReader &reader, bool base) |
| void | load (const ESXRecordT &record, bool base) |
| bool | tryDelete (const std::string &id) |
Single type collection of top level records.
| void CSMWorld::IdCollection< ESXRecordT, IdAccessorT >::load | ( | ESM::ESMReader & | reader, |
| bool | base | ||
| ) |
| void CSMWorld::IdCollection< ESXRecordT, IdAccessorT >::load | ( | const ESXRecordT & | record, |
| bool | base | ||
| ) |
| bool CSMWorld::IdCollection< ESXRecordT, IdAccessorT >::tryDelete | ( | const std::string & | id | ) |
Try deleting id. If the id does not exist or can't be deleted the call is ignored.
1.7.6.1