Méthode | Description | |
---|---|---|
CacheSims ( List |
Caches sims received from the LoginServer to the disk.
|
|
DeleteCache ( ) : void | ||
GetDateCached ( ) : string |
Gets the last time sims were cached from the cache.
|
|
LoadAllSims ( ) : List |
Loads all sims from the player's cache.
|
|
LoadCachedSims ( List |
Loads sims that weren't received by the login server.
|
public static CacheSims ( List |
||
FreshSims | List |
A list of the sims received by the LoginServer. |
Résultat | void |
public static LoadCachedSims ( List |
||
ReceivedSims | List |
Sims that were received by the login server. |
Résultat | List |