GetStrengthAV - Game

Revision as of 13:09, 26 September 2017 by imported>Illyism (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Obtains the Strength Actor Value.

SyntaxEdit

ActorValue Function GetStrengthAV() native global

ParametersEdit

None

Return ValueEdit

The Strength Actor Value.

ExamplesEdit

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

See AlsoEdit