GetArmorRatingUpperBody

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns weight class of a calling actor's equipped armor. Return values are as follows:
0: None
1: Light armor
2: Medium or Heavy armor

Syntax

[help]
(0, 1, 2:int) Actor.GetArmorRatingUpperBody

Example

Player.GetArmorRatingUpperBody 

See Also