hunt-console ~master (2021-10-29T03:43:53Z)
Home
Dub
Repo
TimeFormat
hunt
console
helper
TimeFormat
Undocumented in source.
class
TimeFormat {
this
(int seconds, string name);
this
(int seconds, string name, int div);
int
getSeconds
();
string
getName
();
int
getDiv
();
}
Constructors
this
this
(int seconds, string name)
Undocumented in source.
this
this
(int seconds, string name, int div)
Undocumented in source.
Members
Functions
getDiv
int
getDiv
()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSeconds
int
getSeconds
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
console
helper
TimeFormat
classes
TimeFormat