rpd:item_action_interface
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| rpd:item_action_interface [2025/12/28 10:40] – Rename item_action_buff.txt to item_action_interface.txt and update content to accurately reflect interface, not a buff mike | rpd:item_action_interface [2025/12/28 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Item Action ====== | ||
| + | ==== Description ==== | ||
| + | ItemAction is not a buff but an interface in the game code that defines actions that can be performed with items. The interface is used in specific scenarios where items need to perform special actions when carried by a character. Two implementations exist: burnItem used by Burning buff and freezeItem used by Frost buff to affect items carried by the player. | ||
| + | |||
| + | ==== Code Reference ==== | ||
| + | * Interface: [[https:// | ||
| + | * Usage in Burning buff: [[https:// | ||
| + | * Usage in Frost buff: [[https:// | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | {{tag> rpd code interface items}} | ||
