Talk:DamageActorValue - Actor
Revision as of 22:28, 10 April 2014 by imported>KainXavier (Created page with "== DamageActorValue vs ModActorValue == ModActorValue() does not cause the UI to update in the same manner as DamageActorValue() Try calling ''Game.GetPlayer().ModActorValue(...")
DamageActorValue vs ModActorValue
ModActorValue() does not cause the UI to update in the same manner as DamageActorValue()
Try calling Game.GetPlayer().ModActorValue("Stamina", -10.0) and Game.GetPlayer().DamageActorValue("Stamina", 10.0). Notice the Stamina bar does not update when calling ModActorValue().--KainXavier (talk) 2014-04-10T23:28:20 (EDT)