Difference between revisions of "GetActorValue - Actor"
Jump to navigation
Jump to search
→Syntax
imported>Jlundin (→Syntax) |
imported>Moorleiche2k (→Syntax) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
float Function GetActorValue(string asValueName) native | float Function GetActorValue(string asValueName) native ;seems no longer to work, at least for "magicka" | ||
float Function GetAV(string asValueName) | float Function GetAV(string asValueName) ;seems to be native by now and works with "magicka" | ||
</source> | </source> | ||