
Public Member Functions | |
| __construct ($guild, $slot, $icon_name, $q, $s) | |
| flunkerId () | |
| getTitle () | |
| barCode () | |
| description () | |
| getFormAndIconLi () | |
| getIconLi () | |
| getFormLi () | |
Data Fields | |
| $ryzom_code | |
| <string> the "Ryzom" code : the Icon Name without ".sitem" at the end | |
| $flunker_code | |
| <string> the Flunker code : The code corresponding to the title of the Item | |
| $guild | |
| <guild> the guild which owns the item | |
| $slot | |
| <int> the position of the item in the inventory | |
| $icon_name | |
| <string> the Ryzom name of the icon | |
| $q | |
| <int> quality | |
| $s | |
| <int> stack size | |
Protected Member Functions | |
| _description () | |
| _getIcon () | |
| _getFormContent () | |
| __construct | ( | $ | guild, | |
| $ | slot, | |||
| $ | icon_name, | |||
| $ | q, | |||
| $ | s | |||
| ) |
| _description | ( | ) | [protected] |
| _getFormContent | ( | ) | [protected] |
Give the HTML code for displaying the content of the item form.
Reimplemented in itemCraft, cloth, jewel, weapon, meleeWeapon, rangeWeapon, and material.
| _getIcon | ( | ) | [protected] |
Give the HTML code for displaying the item icon.
| barCode | ( | ) |
| description | ( | ) |
Get the description of the Item.
| flunkerId | ( | ) |
Get the Flunker identifiant of the Item. id : item_{id}_{slot}
| getFormAndIconLi | ( | ) |
| getFormLi | ( | ) |
Give the HTML code for displaying the item form(start with the <li> balise).
| getIconLi | ( | ) |
Give the HTML code for displaying the item icon(start with the <li> balise).
| getTitle | ( | ) |
| $flunker_code |
<string> the Flunker code : The code corresponding to the title of the Item
| $icon_name |
<string> the Ryzom name of the icon
| $q |
<int> quality
| $ryzom_code |
<string> the "Ryzom" code : the Icon Name without ".sitem" at the end
| $s |
<int> stack size
| $slot |
<int> the position of the item in the inventory
1.5.9