Background for Skyrim SE
Member of the Actor script
intfunctionGetEquippedItemType(intaiHand)Native

[DEV SERVER] Loading description...


Caveats


Parameters

intaiHand

CK Wiki Description

The hand to get the type from.

  • One of the following values is acceptable:* 0:Left hand
    • 1:Right hand

Examples

; Does Bob have a bow in his left hand?
if (Bob.GetEquippedItemType(0) == 7) ; 7 is a bow
  Debug.Trace("Bob has a bow in his left hand")
endIf

Auto-Generated Example

int myInt__aiHand

int returnedValue = myActor__toCallFunctionOn.GetEquippedItemType(myInt__aiHand)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.