GetActorValueAlt

From GECK
(Redirected from GetAVAlt)
Jump to: navigation, search


Function Deprecated
This function should no longer be used. This page has been left for historical documentation purposes only.

xNVSE allows using Actor Value codes without the need for alternative functions.
See Actor Value Functions



A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the current, modified value of the specified stat. GetActorValueAlt uses a numeric Actor Value code instead of a stat name.

Syntax

[help]
(Stat:int) [Actor].GetActorValueAlt actorValueCode:int 

Or:

(Stat:int) [Actor].GetAVAlt actorValueCode:int

Example

GetActorValueAlt 16 

See Also