Class MyObjectBuilder_EntityStatRegenEffect
Inheritance
System.Object
MyObjectBuilder_EntityStatRegenEffect
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_EntityStatRegenEffect : MyObjectBuilder_Base
Constructors
MyObjectBuilder_EntityStatRegenEffect()
Declaration
public MyObjectBuilder_EntityStatRegenEffect()
Fields
AliveTime
Declaration
Field Value
Type |
Description |
System.Single |
|
Duration
Declaration
Field Value
Type |
Description |
System.Single |
|
Interval
Declaration
Field Value
Type |
Description |
System.Single |
|
MaxRegenRatio
Declaration
public float MaxRegenRatio
Field Value
Type |
Description |
System.Single |
|
MinRegenRatio
Declaration
public float MinRegenRatio
Field Value
Type |
Description |
System.Single |
|
RemoveWhenReachedMaxRegenRatio
Declaration
public bool RemoveWhenReachedMaxRegenRatio
Field Value
Type |
Description |
System.Boolean |
|
TickAmount
Declaration
Field Value
Type |
Description |
System.Single |
|
Extension Methods