Game Jolt Unity API
v2.5.8
|
This is the complete list of members for GameJolt.API.Trophies, including all inherited members.
Get(int id, Action< Trophy > callback) | GameJolt.API.Trophies | inlinestatic |
Get(int[] ids, Action< Trophy[]> callback) | GameJolt.API.Trophies | inlinestatic |
Get(Action< Trophy[]> callback) | GameJolt.API.Trophies | inlinestatic |
Get(bool unlocked, Action< Trophy[]> callback) | GameJolt.API.Trophies | inlinestatic |
Remove(Trophy trophy, Action< bool > callback=null) | GameJolt.API.Trophies | inlinestatic |
Remove(int id, Action< bool > callback=null) | GameJolt.API.Trophies | inlinestatic |
TryUnlock(Trophy trophy, Action< TryUnlockResult > callback=null) | GameJolt.API.Trophies | inlinestatic |
TryUnlock(int id, Action< TryUnlockResult > callback=null) | GameJolt.API.Trophies | inlinestatic |
Unlock(Trophy trophy, Action< bool > callback=null) | GameJolt.API.Trophies | inlinestatic |
Unlock(int id, Action< bool > callback=null) | GameJolt.API.Trophies | inlinestatic |