Anvil
Anvil.API.CampaignVariableEnum< T > Class Template Reference
+ Inheritance diagram for Anvil.API.CampaignVariableEnum< T >:
+ Collaboration diagram for Anvil.API.CampaignVariableEnum< T >:

Properties

override T?? Value [get, set]
 
- Properties inherited from Anvil.API.CampaignVariable< T >
string Campaign = null! [get]
 
string Name = null! [get]
 
NwPlayerPlayer [get]
 
abstract T Value [get, set]
 Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0). More...
 

Additional Inherited Members

- Public Member Functions inherited from Anvil.API.CampaignVariable< T >
abstract void Delete ()
 Deletes the value of this variable. More...
 
override void Delete ()
 
bool Equals (CampaignVariable< T >? other)
 
override bool Equals (object? obj)
 
override int GetHashCode ()
 
- Static Public Member Functions inherited from Anvil.API.CampaignVariable< T >
static implicit operator T (CampaignVariable< T > value)
 Implicit conversion of the value of this variable. More...
 
static bool operator!= (CampaignVariable< T >? left, CampaignVariable< T >? right)
 
static bool operator== (CampaignVariable< T >? left, CampaignVariable< T >? right)
 

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