neon_crisp / Modules / realtimeActionManager/realtimeActionManager.gui_script
Module: realtimeActionManager/realtimeActionManager.gui_script
Table of contents
Functions
Functions
final
▸ final(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
realtimeActionManager/realtimeActionManager.gui_script.ts:283
init
▸ init(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
realtimeActionManager/realtimeActionManager.gui_script.ts:196
on_input
▸ on_input(this, action_id, action): boolean
Parameters
| Name | Type |
|---|---|
this | props |
action_id | hash |
action | Action |
Returns
boolean
Defined in
realtimeActionManager/realtimeActionManager.gui_script.ts:263
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
realtimeActionManager/realtimeActionManager.gui_script.ts:255
update
▸ update(this, dt): void
Parameters
| Name | Type |
|---|---|
this | props |
dt | number |
Returns
void
Defined in
realtimeActionManager/realtimeActionManager.gui_script.ts:268