Struct GameArgument
A game argument
Namespace: Pley
Assembly: Pley.dll
Syntax
public readonly struct GameArgument
Properties
BooleanValue
Gets the value as a boolean />.
Declaration
public readonly bool BooleanValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DoubleValue
Gets the value as a double />.
Declaration
public readonly double DoubleValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
IntValue
Gets the value as an integer />.
Declaration
public readonly int IntValue { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LongValue
Gets the value as a long />.
Declaration
public readonly long LongValue { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
The name of the GameArgument.
Declaration
public readonly string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
StringValue
Gets the value as a string />.
Declaration
public readonly string StringValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override readonly string ToString()
Returns
Type | Description |
---|---|
System.String |