mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Added missing documentation
This commit is contained in:
@@ -140,10 +140,11 @@ public:
|
||||
/**
|
||||
* Returns the Lua library that contains all Lua functions available to change the
|
||||
* current time, retrieve the current time etc. The functions contained are
|
||||
* - time_setDeltaTime
|
||||
* - time_deltaTime
|
||||
* - time_currentTime
|
||||
* - time_currentTimeUTC
|
||||
* - openspace::luascriptfunctions::time_setDeltaTime
|
||||
* - openspace::luascriptfunctions::time_deltaTime
|
||||
* - openspace::luascriptfunctions::time_setTime
|
||||
* - openspace::luascriptfunctions::time_currentTime
|
||||
* - openspace::luascriptfunctions::time_currentTimeUTC
|
||||
* \return The Lua library that contains all Lua functions available to change the
|
||||
* Time singleton
|
||||
*/
|
||||
|
||||
@@ -139,7 +139,7 @@ int time_currentTimeUTC(lua_State* L) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
} // namespace luascripts
|
||||
} // namespace luascriptfunctions
|
||||
|
||||
|
||||
Time* Time::_instance = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user