GetStrengthAV - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Obtains the Strength Actor Value.

Syntax[edit | edit source]

ActorValue Function GetStrengthAV() native global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

The Strength Actor Value.

Examples[edit | edit source]

Game.GetPlayer().SetValue( Game.GetStrengthAV(), 3 )
float fValue = Game.GetPlayer().GetValue( Game.GetStrengthAV() )

See Also[edit | edit source]