Anvil
Loading...
Searching...
No Matches
Anvil.API.PersistentVariableStruct< T > Class Template Referencesealed
+ Inheritance diagram for Anvil.API.PersistentVariableStruct< T >:
+ Collaboration diagram for Anvil.API.PersistentVariableStruct< T >:

Properties

override string ObjectStoragePrefix [get]
 
override bool Persist [get]
 
- Properties inherited from Anvil.API.ObjectStorageVariableStruct< T >
override bool HasValue [get]
 
override? T Value [get, set]
 
override string VariableTypePrefix [get]
 
- Properties inherited from Anvil.API.ObjectStorageVariable< T >
string Key [get]
 
string ObjectStoragePrefix [get]
 
bool Persist [get]
 
string VariableTypePrefix [get]
 
- Properties inherited from Anvil.API.ObjectVariable< T >
bool HasNothing [get]
 Gets a value indicating whether this variable has no value.
 
bool HasValue [get]
 Gets a value indicating whether this variable has a value.
 
string Name = null! [get]
 
NwObject Object = null! [get]
 
T? Value [get, set]
 Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).
 

Additional Inherited Members

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

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