ModifyCurrentStatusValue

From ARK Modding Wiki
Revision as of 18:08, 14 May 2016 by Jslay (talk | contribs) (Created page with "Category:Nodes Category:PrimalCharacterStatusComponent Nodes [[File:Node_ModifyCurrentStatusValue.jpg|frame|ModifyCurrentStatusValue - PrimalCharacterStatusComponent]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


ModifyCurrentStatusValue - PrimalCharacterStatusComponent

How to Use

Modifies a Current Stat value on a Player or Dino
If no modifications are made, you can select the Value Type for the Stat you want, and use the Return Value to get that Stats Current Value
Note: Replication is important here! Server and Players need to know about the changes if changes are made!

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalCharacterStatusComponent PrimalCharacterStatusComponent Reference (Most likely from a Cast)
Player/Dino CharacterStatusComponents work
Value Type Enum Stat Value to Modify
Ammount Float Value to set for the specified stat's Current Value (Some are in percent! 1.0 = 100%)
Percent of Max Bool Modify the Current Stat using a percentage of the Max Value for the specified stat +
Percent of Current Bool Modify the Current Stat using a percentage of the Current Value for the specified stat +
Manual Modification Bool Needs Further Clarification +
Set Value Bool Change the Value or Read the Value +
Damage Type Class Class Impose a Damage Type when modifying this stat +
Damage Dont Kill Bool Cause Damage, but do not kill the actor +


Outputs
Pin Reference Type Description
Return Value Float The value being returned for the Current Stat specified.

Legend

+ Needs Further Clarification, could be incorrect, author made a guess