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 readonly string Name
Field Value
Type Description
System.String

NameHash

Declaration
public readonly MyStringHash NameHash
Field Value
Type Description
MyStringHash

Time

Declaration
public readonly float Time
Field Value
Type Description
System.Single

Value

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