get_item_attributes
Description:
[
NoWrapper ]
public virtual void get_item_attributes (
int item_index,
out HashTable<
string,
Variant>? attributes)
Gets all the attributes associated with the item in the menu model.
Parameters:
this |
the MenuModel to query
|
item_index |
The MenuItem to query
|
attributes |
Attributes on the item
|