Methods
uint AddItem(CGameScriptPlayer@ Player, wstring Url, uint Quantity)
bool AddAction(CGameScriptPlayer@ Player, wstring Url)
uint RemoveInventoryItem(CGameScriptPlayer@ Player, wstring Url, uint Quantity)
uint GetInventoryItemQuantity(CGameScriptPlayer@ Player, wstring Url)
bool IsInventoryItemStored(CGameScriptPlayer@ Player, wstring Url)
MwFastBuffer<wstring>& GetStoredItemsList(CGameScriptPlayer@ Player)
MwFastBuffer<wstring>& GetStoredActionsList(CGameScriptPlayer@ Player)