Anvil
|
Properties | |
override bool?? | Value [get, set] |
Properties inherited from Anvil.API.CampaignVariable< bool > | |
string | Campaign [get] |
string | Name [get] |
NwPlayer? | Player [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< bool > | |
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< bool > | |
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) |