SimpleClickCommands

Extends: PopochiuCommands < RefCounted

Description

Method Descriptions

fallback

func fallback() -> void

Called by [Popochiu] when a command doesn't have an associated method.

click_clickable

func click_clickable() -> void

Called when players click (LMB) a [PopochiuClickable].

right_click_clickable

func right_click_clickable() -> void

Called when players right click (RMB) a [PopochiuClickable].

click_inventory_item

func click_inventory_item() -> void

Called when players click (LMB) a [PopochiuInvenoryItem].

right_click_inventory_item

func right_click_inventory_item() -> void

Called when players right click (RMB) a [PopochiuInvenoryItem].