Difference between revisions of "SetActorValue - Actor"
Jump to navigation
Jump to search
m
no edit summary
imported>JustinOther m (→Examples: Floatified parameters) |
imported>Selyb m |
||
Line 28: | Line 28: | ||
Nancy.SetAV("Health", 20.0) | Nancy.SetAV("Health", 20.0) | ||
</source> | </source> | ||
== Notes == | |||
*While GetActorValue returns the current value, SetActorValue sets the base value. To modify the current value, use [[DamageActorValue - Actor]], [[RestoreActorValue - Actor]], [[ModActorValue - Actor]], or [[ForceActorValue - Actor]]. | |||
== See Also == | == See Also == |