Show / Hide Table of Contents

Class MyConsumableItemDefinition.StatValue

Inheritance
System.Object
MyConsumableItemDefinition.StatValue
Namespace: Sandbox.Definitions
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
public string Name
Field Value
Type Description
System.String

Time

Declaration
public float Time
Field Value
Type Description
System.Single

Value

Declaration
public float Value
Field Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾