Class MyConsumableItemDefinition.StatValue
Inheritance
System.Object
MyConsumableItemDefinition.StatValue
Assembly: Sandbox.Game.dll
Syntax
public sealed class StatValue : ValueType
Constructors
StatValue(String, Single, Single)
Declaration
public StatValue(string name, float value, float time)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Single |
value |
|
System.Single |
time |
|
Fields
Name
Declaration
Field Value
Type |
Description |
System.String |
|
Time
Declaration
Field Value
Type |
Description |
System.Single |
|
Value
Declaration
Field Value
Type |
Description |
System.Single |
|