SetActorValueAlt

From GECK
(Redirected from SetAVAlt)
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

SetActorValueAlt sets the stat's base value to the new value using a numeric Actor Value code instead of a Stat name.

Syntax

[help]
Actor.SetActorValueAlt ActorValueCode:int Value:int 

Or:

Actor.SetAVAlt ActorValueCode:int Value:int

Example

Player.SetActorValueAlt 16 3 

See Also