I would like to ask about command GetAllItems in steam api
What is result of mentioned code?
void SpaceWarItem::LoadInventory( IGameEngine *pGameEngine )
{
SteamInventory()->GetAllItems( &s_RequestResult );
}
I didn't get it from the steam site.