spv.ds.MenuItem
Classspv.ds.MenuItem(category, id, visible, selected, disabled, short_text, medium_text,
long_text, has_long_text, gui_group, price, price_text, icon, swf,
movie, image, music, loan)
category
{string
}
id
{string
}
visible
{boolean
}
selected
{boolean
}
disabled
{boolean
}
short_text
{string
}
medium_text
{string
}
long_text
{string
}
has_long_text
{boolean
}
gui_group
{string
}
price
{spv.ds.DisplayPrice
}
price_text
{string
}
icon
{string
}
swf
{string
}
movie
{string
}
image
{string
}
music
{string
}
loan
{?number
}
.category
{string
}.disabled
{boolean
}.gui_group
{string
}.has_long_text
{boolean
}.icon
{string
}.id
{string
}.image
{string
}.loan
{?number
}.long_text
{string
}.medium_text
{string
}.movie
{string
}.music
{string
}.price
{spv.ds.DisplayPrice
}Please refer to the spv.ds.DisplayPrice documentation.
.price_text
[deprecated] {string
}Deprecated. Use the price {spv.ds.DisplayPrice} property instead. @nocollapse
.selected
{boolean
}.short_text
{string
}.swf
{string
}.visible
{boolean
}