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 | |
Source | |
Value |
Methods
Name | Description |
---|---|
Equals(ScriptVariable<T>) | |
Equals(T) | |
Remove() | |
Set(T) | |
ToString() |
Operators
Name | Description |
---|---|
implicit operator T(ScriptVariable<T>) |