Feature item_to_skill

Fluxxdog

Active member
UseItemRequest.java has the itemToSkill() function. Can we get that exposed to ash? Say for instance

skill item_to_skill(item i)

just returning $item[none] for those items that don't have one?
 
Proxies have been chosen as the superior paradigm for exposing internal data. That makes it easier to find by the type of internal data, it is easier for her to create a proxy field and prevents the creation of a bajillion functions (which would make it harder to find the one we need).
 
Back
Top