forked from teamnwah/openmw-tes3coop
Minor correction, MWWorld::getMaxActivationDistance() is now public.
This commit is contained in:
parent
8d7de7d1ec
commit
6e2d6a0282
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,6 @@ namespace MWWorld
|
|||
void performUpdateSceneQueries ();
|
||||
void getFacedHandle(std::string& facedHandle, float maxDistance, bool ignorePlayer=true);
|
||||
|
||||
float getMaxActivationDistance ();
|
||||
float getNpcActivationDistance ();
|
||||
float getObjectActivationDistance ();
|
||||
|
||||
|
@ -361,6 +360,8 @@ namespace MWWorld
|
|||
virtual MWWorld::Ptr safePlaceObject(const MWWorld::Ptr& ptr, MWWorld::CellStore* cell, ESM::Position pos);
|
||||
///< place an object in a "safe" location (ie not in the void, etc). Makes a copy of the Ptr.
|
||||
|
||||
virtual float getMaxActivationDistance();
|
||||
|
||||
virtual void indexToPosition (int cellX, int cellY, float &x, float &y, bool centre = false)
|
||||
const;
|
||||
///< Convert cell numbers to position.
|
||||
|
|
Loading…
Reference in a new issue