float TIMESTEP(/* parameters not documented */);
| Property |
Value |
| Native Name |
TIMESTEP |
| Hash |
0x0000000050597EE2 |
| Return Type |
float |
| Build |
1207 |
Description: ```
Gets the current frame time.
### Usage
**Lua (Direct):**
```lua
local result = Timestep()
Lua (Hash):
local result = Citizen.InvokeNative(0x0000000050597EE2)
Back to BUILTIN