neon_crisp / Modules / inventory/inventory.gui_script
Module: inventory/inventory.gui_script
Table of contents
Functions
Functions
final
▸ final(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
inventory/inventory.gui_script.ts:265
init
▸ init(this): void
Parameters
| Name | Type |
|---|---|
this | props |
Returns
void
Defined in
inventory/inventory.gui_script.ts:216
on_input
▸ on_input(this, action_id, action): boolean
Parameters
| Name | Type |
|---|---|
this | props |
action_id | hash |
action | any |
Returns
boolean
Defined in
inventory/inventory.gui_script.ts:260
on_message
▸ on_message(this, message_id, message, sender): void
Parameters
| Name | Type |
|---|---|
this | props |
message_id | hash |
message | Record<string, any> |
sender | url |
Returns
void