Skip to content

LibTurtleClub

Latest
Compare
Choose a tag to compare
@fireundubh fireundubh released this 23 May 08:53

Compiled with CommonLibSSE-NG 3.2.3 to support Skyrim SE, AE, and VR from a single binary

Added new functions:

; Returns armor items equipped in each slot and each weapon equipped in either hand when `abLeftWeapon` or
; `abRightWeapon` are True (Note: Return values are in array order and can be None)
Form[] Function GetWornEquipment(Actor akActor, Bool abWeaponL, Bool abWeaponR) Global Native

; Returns whether disguise can activate based on map of mutually exclusive faction indices
Bool Function CanDisguiseActivate(Int aiFactionIndex, Bool[] akFactionStates) Global Native