GetBodyWeight - ActorBase

From the Fallout4 CreationKit Wiki
Revision as of 18:55, 19 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ActorBase Script

Returns this actors BodyWeight information.

Syntax

BodyWeight Function GetBodyWeight() Native

Parameters

None.

Return Value

The BodyWeight for this actor.

Examples

ActorBase:BodyWeight bodyWeight = Game.GetPlayer().GetBodyWeight()
Debug.Trace(bodyWeight)

Notes

None.

See Also