Difference between revisions of "BPGetMaxStatusValue"

From ARK Modding Wiki
Jump to navigation Jump to search
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
[[Category:Nodes]]
 
[[Category:Nodes]]
 
[[Category:PrimalCharacterStatusComponent Nodes]]
 
[[Category:PrimalCharacterStatusComponent Nodes]]
 
+
{{NodeInfoBanner||||||}}
[[File:Node_BPGetMaxStatusValue.png|frame|GetMaxStatusValue - PrimalCharacterStatusComponent]]
+
[[File:Node_BPGetMaxStatusValue.png|frame|BPGetMaxStatusValue - PrimalCharacterStatusComponent]]
  
 
== How to Use ==
 
== How to Use ==
Gets a Max Stat value on a Player or Dino<br />
+
Gets a Max Stat value of a Player or Dino<br />
  
 
=== Related Articles ===
 
=== Related Articles ===
Line 35: Line 35:
 
|Return Value
 
|Return Value
 
|Float
 
|Float
|The value being returned for the Current Stat specified.  
+
|The max value returned for the Stat specified.  
 
|}
 
|}

Latest revision as of 02:23, 16 May 2016


Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

BPGetMaxStatusValue - PrimalCharacterStatusComponent

How to Use

Gets a Max Stat value of a Player or Dino

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target PrimalCharacterStatusComponent PrimalCharacterStatusComponent Reference (Most likely from a Cast)
Player/Dino CharacterStatusComponents work
Stat Type Enum Stat Value to read
Outputs
Pin Reference Type Description
Return Value Float The max value returned for the Stat specified.