Background for Fallout 4
Member of the Actor script
ArmorfunctionGetEquippedShield()Native

Description

Wiki Description

Gets the actor's currently equipped shield.

Documentation Comment

Gets this actor's currently equipped shield


Caveats


Examples

; Does the player have the uber shield equipped?
if (Game.GetPlayer().GetEquippedShield() == UberShield)
  Debug.Trace("Player has uber-shield equipped")
endIf

Auto-Generated Example

Armor returnedValue = myActor__toCallFunctionOn.GetEquippedShield()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.