finished (?)
This commit is contained in:
18
ts-lua/types/Input.d.ts
vendored
18
ts-lua/types/Input.d.ts
vendored
@@ -5,6 +5,22 @@
|
||||
*/
|
||||
declare namespace input {
|
||||
|
||||
|
||||
enum resonse {
|
||||
SUCCESS = 0,
|
||||
PENDING,
|
||||
FAILED
|
||||
}
|
||||
|
||||
enum types {
|
||||
ASCII = 0,
|
||||
ALPHA,
|
||||
ALPHA_NUM,
|
||||
NUM,
|
||||
NUM_DOT,
|
||||
FLOAT
|
||||
|
||||
}
|
||||
|
||||
function get(title: string, default_value: string, len: int, type: int): [int, string];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user