Expands or collapses a list header in the Currency UI
See also Currency functions.
Signature:
ExpandCurrencyList(index,
shouldExpand)
Arguments:
index
- Index of a header in the currency list (between 1 and GetCurrencyListSize()) (number
)shouldExpand
- 1 to expand the header, showing its contents; 0 to collapse the header, hiding its contents (number
)