My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Available Class Reference
Inheritance diagram for Available:
Modifiable

Public Member Functions

bool IsGloballyAvailable (string name)
 
bool IsAvailable (string name)
 
bool IsWeaponAvailable (string name)
 
bool IsPrimaryWeaponAvailable (string name)
 
bool IsSecondaryWeaponAvailable (string name)
 
bool IsItemAvailable (string name)
 
bool IsDisabled (string name)
 
string GetDefaultWeapon ()
 
string GetRandomPrimary ()
 
string GetRandomSecondary ()
 
string GetRandomPrimary (List< string > exclude)
 
string GetRandomSecondary (List< string > exclude)
 
string GetRandomDisabled ()
 

Public Attributes

List< string > primaryWeapons = new List<string>()
 
List< string > secondaryWeapons = new List<string>()
 
List< string > items = new List<string>()
 
List< string > disabledWeapons = new List<string>()
 

Static Public Attributes

static Available instance
 

Additional Inherited Members

- Properties inherited from Modifiable
NetworkObject net [get]
 

The documentation for this class was generated from the following file: