Interface IAvatarService
An responsible for quick access to s.
Assembly: cs.temp.dll.dll
Syntax
public interface IAvatarService : IService
Methods
CheckAvatarUnlockStatus(String)
Checks whether the player has unlocked the specific as well as the it's contained in.
Declaration
bool CheckAvatarUnlockStatus(string avatarId)
Parameters
Type |
Name |
Description |
String |
avatarId |
|
Returns
GetAllCollections()
Returns all s currently in memory.
Declaration
IAvatarCollection[] GetAllCollections()
Returns
GetAllUnlockedCollections()
Returns all currently in memory whose and fields are set to TRUE.
Declaration
IAvatarCollection[] GetAllUnlockedCollections()
Returns
GetAvatarCollection(String)
Declaration
IAvatarCollection GetAvatarCollection(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Returns
GetAvatarCollections(String[])
Returns an array of s with the provided .
Declaration
IAvatarCollection[] GetAvatarCollections(string[] ids)
Parameters
Type |
Name |
Description |
String[] |
ids |
|
Returns
GetAvatarTitle(String)
Declaration
string GetAvatarTitle(string avatarId)
Parameters
Type |
Name |
Description |
String |
avatarId |
|
Returns
UnlockAvatar(String)
Unlocks the with the passed in . Also unlocks the containing if it's not yet available to the player.
Declaration
void UnlockAvatar(string avatarId)
Parameters
Type |
Name |
Description |
String |
avatarId |
|