Struct ScriptVariable<T>
Inherited Members
Namespace: EyeAuras.Scripting.UserSpace
Assembly: EyeAuras.Scripting.Metadata.dll
Syntax
public struct ScriptVariable<T> : IEquatable<T>, IEquatable<ScriptVariable<T>>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| ScriptVariable(IHasVariables, string) |
Properties
| Name | Description |
|---|---|
| HasValue | |
| Name | |
| Source | |
| Value |
Methods
| Name | Description |
|---|---|
| Equals(ScriptVariable<T>) | |
| Equals(T) | |
| Listen() | |
| Remove() | |
| Set(T) | |
| ToString() |
Operators
| Name | Description |
|---|---|
| implicit operator T(ScriptVariable<T>) |