Click or drag to resize
MyStatLogicAddModifier Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.Game.MyStatLogic.AddModifier(System.String,Sandbox.Game.MyStatLogic.MyStatRegenModifier)"]

Namespace: Sandbox.Game
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void AddModifier(
	string modifierId,
	MyStatRegenModifier modifier
)

Parameters

modifierId
Type: SystemString

[Missing <param name="modifierId"/> documentation for "M:Sandbox.Game.MyStatLogic.AddModifier(System.String,Sandbox.Game.MyStatLogic.MyStatRegenModifier)"]

modifier
Type: MyStatRegenModifier

[Missing <param name="modifier"/> documentation for "M:Sandbox.Game.MyStatLogic.AddModifier(System.String,Sandbox.Game.MyStatLogic.MyStatRegenModifier)"]

See Also