Time - hossimo/GMA3Plugins GitHub Wiki
Time() : float
Brief:
Returns the time in seconds since the console booted or restarted
Paramiters:
Name | Type | Description | Optional |
---|
Returns:
Type | Description |
---|---|
float | fractional time in seconds |
Examples:
local sinceStart = Time()
Echo("Seconds since startup " .. sinceStart) -- Seconds since startup 3628800.000000