Difference between revisions of "RestoreActorValue - Actor"
Jump to navigation
Jump to search
→Syntax
imported>Selyb m |
imported>Thingy Person (→Syntax) |
||
Line 9: | Line 9: | ||
Function RestoreActorValue(string asValueName, float afAmount) native | Function RestoreActorValue(string asValueName, float afAmount) native | ||
Function RestoreAV(string asValueName, float afAmount) | Function RestoreAV(string asValueName, float afAmount) | ||
RestoreActorValue(asValueName, afAmount) | |||
EndFunction | |||
</source> | </source> | ||