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