Show / Hide Table of Contents

Class MyUpgradeModuleInfo

Module upgrade information

Inheritance
System.Object
MyUpgradeModuleInfo
Namespace: VRage.Game.ObjectBuilders.Definitions
Assembly: VRage.Game.dll
Syntax
public sealed class MyUpgradeModuleInfo : ValueType

Properties

Modifier

Modifier for upgrade (as decimal - 1 = 100%)

Declaration
public float Modifier { get; set; }
Property Value
Type Description
System.Single

ModifierType

Type of modifier as MyUpgradeModifierType

Declaration
public MyUpgradeModifierType ModifierType { get; set; }
Property Value
Type Description
MyUpgradeModifierType

UpgradeType

Name of upgrade

Declaration
public string UpgradeType { get; set; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾