Steam Web API: What is result of code with function GetAllItems?

36 views Asked by At

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.

0

There are 0 answers