(Official) LUA Scripting Documentation
get_item_name
Get the name of an item.
Spec:
get_item_name()
Returns
string: The item name.
Example
notify("You collected a "...get_item_name(item_id)..."!")
Incomplete
This documentation is incomplete
Get the name of an item.
Spec:
get_item_name()
string: The item name.notify("You collected a "...get_item_name(item_id)..."!")
This documentation is incomplete