Difference between revisions of "GetActorValue - Actor"

41 bytes added ,  17:53, 29 June 2013
imported>Phinix
imported>Thingy Person
Line 8: Line 8:
<source lang="papyrus">
<source lang="papyrus">
float Function GetActorValue(string asValueName) native
float Function GetActorValue(string asValueName) native
float Function GetAV(string asValueName) native
float Function GetAV(string asValueName)
  return GetActorValue(asValueName)
EndFunction
</source>
</source>