mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
added some more comments to avoid further confusion
This commit is contained in:
parent
16bc374921
commit
26c328e73f
1 changed files with 4 additions and 0 deletions
|
@ -140,12 +140,16 @@ namespace MWWorld
|
||||||
void disable (Ptr reference);
|
void disable (Ptr reference);
|
||||||
|
|
||||||
void advanceTime (double hours);
|
void advanceTime (double hours);
|
||||||
|
///< Advance in-game time.
|
||||||
|
|
||||||
void setHour (double hour);
|
void setHour (double hour);
|
||||||
|
///< Set in-game time hour.
|
||||||
|
|
||||||
void setMonth (int month);
|
void setMonth (int month);
|
||||||
|
///< Set in-game time month.
|
||||||
|
|
||||||
void setDay (int day);
|
void setDay (int day);
|
||||||
|
///< Set in-game time day.
|
||||||
|
|
||||||
bool toggleSky();
|
bool toggleSky();
|
||||||
///< \return Resulting mode
|
///< \return Resulting mode
|
||||||
|
|
Loading…
Reference in a new issue