Difference between revisions of "GetActorValue - Actor"
Jump to navigation
Jump to search
→Examples
imported>Selyb m (→Notes) |
imported>Thynar |
||
Line 24: | Line 24: | ||
<br/> | <br/> | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Obtain Bob's current | ; Obtain Bob's current Sneak actor value | ||
Float fBobSneak = Bob.GetAV("Sneak") | Float fBobSneak = Bob.GetAV("Sneak") | ||
</source> | </source> |