Module gma.timestamp
Undocumented timestamp functions
These were likely hidden for a reason.
They may be unstable and have odd side effects. I would not recommend using them in a show. If you have time and energy, explore them in onPC.
Functions
gma.timestamp.name (var) | Returns the name of something given some id???? |
gma.timestamp.time (var) | ??? |
gma.timestamp.amount () | Return a count of items in gma.timestamp.name??? |
Functions
- gma.timestamp.name (var)
-
Returns the name of something given some id????
Seems to always return "INITSEQU" when var is 0 and "CMDLINE0DO" when var is 1. Vars above 1 and below 0, as well as floating numbers, return "None". Strings return nil
Parameters:
- var number 0 appears to output "INITSEQU" and 1 appears to output "CMDLINE0DO" These are the only 2 parameters returned between -65536 and 65536
Returns:
-
string
Name of the ???
- gma.timestamp.time (var)
-
???
Returns nil for any value except integers. Returns "0.0" for all integers.
Parameters:
- var number Integer values return "0.0". All other values return nil. (I tried all values between -65536 and 65536 - all returned 0)
Returns:
-
optional float
- gma.timestamp.amount ()
-
Return a count of items in gma.timestamp.name???
Return 2. Calling this without an arg works fine.
Returns:
-
number
Returns a count of gma.timestamp.name items???