SteamInventoryItem๏
Inherits: RefCounted < Object
A single Steam inventory item instance owned by the local user.
Description๏
Returned by Steam.get_all_items(), Steam.get_items_by_id(), and Steam.find_items_by_def_id().
Methods๏
get_def_id() const |
|
get_definition() const |
|
get_flags() const |
|
get_item_instance_id() const |
|
get_properties() const |
|
get_property(name: String) const |
|
get_quantity() const |
Method Descriptions๏
Returns the item definition ID.
SteamItemDefinition get_definition() const ๐
There is currently no description for this method. Please help us by contributing one!
Returns Steam item status flags.
int get_item_instance_id() const ๐
Returns the unique Steam inventory item instance ID for this stack.
Dictionary get_properties() const ๐
Returns dynamic string properties attached to this instance.
String get_property(name: String) const ๐
Returns a single dynamic property value by name.
Returns the stack quantity for this instance.