|
Anvil
|
Inheritance diagram for Anvil.API.CampaignVariableVector:
Collaboration diagram for Anvil.API.CampaignVariableVector:Properties | |
| override Vector3 | Value [get, set] |
Properties inherited from Anvil.API.CampaignVariable< Vector3 > | |
| string | Campaign [get] |
| string | Name [get] |
| NwPlayer? | Player [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.CampaignVariable< Vector3 > | |
| void | Delete () |
| Deletes the value of this variable. | |
| 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< Vector3 > | |
| static implicit | operator T (CampaignVariable< T > value) |
| Implicit conversion of the value of this variable. | |
| static bool | operator!= (CampaignVariable< T >? left, CampaignVariable< T >? right) |
| static bool | operator== (CampaignVariable< T >? left, CampaignVariable< T >? right) |