forked from teamnwah/openmw-tes3coop
Added some minor documentation
This commit is contained in:
parent
3779aaba62
commit
746c3dc297
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ namespace MWWorld
|
|||
ESM::Position mPosition;
|
||||
|
||||
public:
|
||||
/// @param cr Used to copy constant data such as position into this class where it can
|
||||
/// be altered without effecting the original data. This makes it possible
|
||||
/// to reset the position as the orignal data is still held in the CellRef
|
||||
RefData(const ESMS::CellRef& cr) : mHasLocals (false), mEnabled (true),
|
||||
mCount (1), mPosition(cr.pos) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue