mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 21:49:41 +00:00
Update comment
This commit is contained in:
parent
b6230bd31f
commit
37afe966cf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace MWMechanics
|
||||||
/// Constructor
|
/// Constructor
|
||||||
/** \param distance Max distance the ACtor will wander
|
/** \param distance Max distance the ACtor will wander
|
||||||
\param duration Time, in hours, that this package will be preformed
|
\param duration Time, in hours, that this package will be preformed
|
||||||
\param timeOfDay Start time of the package, if it has a duration. Currently unimplemented
|
\param timeOfDay Currently unimplemented. Not functional in the original engine.
|
||||||
\param idle Chances of each idle to play (9 in total)
|
\param idle Chances of each idle to play (9 in total)
|
||||||
\param repeat Repeat wander or not **/
|
\param repeat Repeat wander or not **/
|
||||||
AiWander(int distance, int duration, int timeOfDay, const std::vector<unsigned char>& idle, bool repeat);
|
AiWander(int distance, int duration, int timeOfDay, const std::vector<unsigned char>& idle, bool repeat);
|
||||||
|
|
Loading…
Reference in a new issue