Show / Hide Table of Contents

Interface IMyHudStat

Namespace: VRage.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyHudStat

Properties

CurrentValue

Declaration
float CurrentValue { get; }
Property Value
Type Description
System.Single

Id

Declaration
MyStringHash Id { get; }
Property Value
Type Description
MyStringHash

MaxValue

Declaration
float MaxValue { get; }
Property Value
Type Description
System.Single

MinValue

Declaration
float MinValue { get; }
Property Value
Type Description
System.Single

Methods

GetValueString()

Declaration
string GetValueString()
Returns
Type Description
System.String

Update()

Declaration
void Update()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾