neon_crisp / Modules / cardSelection/cardSelection.script
Module: cardSelection/cardSelection.script
Table of contents
Functions
Functions
final
▸ final(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
cardSelection/cardSelection.script.ts:38
init
▸ init(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
cardSelection/cardSelection.script.ts:25
on_input
▸ on_input(this, _action_id, _action): void
Parameters
| Name | Type |
|---|---|
this | props |
_action_id | hash |
_action | hash |
Returns
void
Defined in
cardSelection/cardSelection.script.ts:64
on_message
▸ on_message(this, message_id, message, sender): void
Parameters
| Name | Type |
|---|---|
this | props |
message_id | hash |
message | string |
sender | url |
Returns
void
Defined in
cardSelection/cardSelection.script.ts:50
on_reload
▸ on_reload(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
cardSelection/cardSelection.script.ts:77
update
▸ update(this, _dt): void
Parameters
| Name | Type |
|---|---|
this | props |
_dt | number |
Returns
void