en:rpd:item_action_interface
Differences
This shows you the differences between two versions of the page.
| en:rpd:item_action_interface [2026/01/01 19:45] – namespace move Mike | en:rpd:item_action_interface [2026/01/01 19:47] (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 ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd code interface items}} | ||
