neon_crisp / Modules / fightSelection/fightSelection.gui_script
Module: fightSelection/fightSelection.gui_script
Table of contents
Functions
Functions
final
▸ final(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
fightSelection/fightSelection.gui_script.ts:221
init
▸ init(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
fightSelection/fightSelection.gui_script.ts:151
on_input
▸ on_input(this, action_id, action): boolean
Parameters
| Name | Type |
|---|---|
this | props |
action_id | hash |
action | any |
Returns
boolean
Defined in
fightSelection/fightSelection.gui_script.ts:210
update
▸ update(this, dt): void
Parameters
| Name | Type |
|---|---|
this | props |
dt | number |
Returns
void