Files
VoxelEngine/doc/en/scripting/builtins/libtime.md
T
2024-10-16 02:23:29 +03:00

14 lines
184 B
Markdown

# *time* library
```python
time.uptime() -> float
```
Returns time elapsed since the engine started.
```python
time.delta() -> float
```
Returns time elapsed since the last frame.