PackLoader ​
Provides methods for loading effect packs.
Kind: Static class
Namespace: CrowdControl.Games
Public Static Functions
bool
TryGetPackURL(string id, string out url, string out message)
Tries to get the URL for a pack with the specified ID.
bool
TryGetPackURL(string packFolderURL, string id, string out url, string out message)
Tries to get the URL for a pack with the specified ID.
bool
TryGetPackURL(string packFolderURL, string id, VersionNumber version, string out url, string out message)
Tries to get the URL for a pack with the specified ID.
bool
TryLoadPack(string packSource, string safeName, UserRecord player, bool checkSignature, PackContainer out assembly, string out message)
Tries to load an effect pack from the specified source.
bool
TryLoadPack(Uri packSource, string safeName, UserRecord player, bool checkSignature, PackContainer out assembly, string out message)
Tries to load an effect pack from the specified source.
Public Attributes
string
DEFAULT_BUCKET
The default URL for the pack bucket.
