![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
Retrieve map configurations and node data.
|
inlinestatic |
Get all available maps for the current game.
Maps are created with the Admin API https://ref.lootlocker.com/admin-api/#introduction together with data from your game. You can read more about Maps here; https://docs.lootlocker.com/background/game-systems#maps
| onComplete | onComplete Action for handling the response of type LootLockerMapsResponse |
| forPlayerWithUlid | Optional : Execute the request for the specified player. If not supplied, the default player will be used. |
Functions | |
| static void | LootLocker.Requests.LootLockerSDKManager.GetAllMaps (Action< LootLockerMapsResponse > onComplete, string forPlayerWithUlid=null) |
| Get all available maps for the current game. | |