File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,18 @@ Papyrus extensions by fireundubh specifically for Master of Disguise SSE
77``` papyrus
88; Returns whether `akActor` is a member of each faction in `akFactions` (does not evaluate faction rank)
99Bool[] Function GetFactionStates(Actor akActor, FormList akFactions) Global Native
10+
11+ ; Returns armor items equipped in each slot and each weapon equipped in either hand when `abLeftWeapon` or
12+ ; `abRightWeapon` are True (Note: Return values are in array order and can be None)
13+ Form[] Function GetWornEquipment(Actor akActor, Bool abWeaponL, Bool abWeaponR) Global Native
1014```
1115
1216## Misc. Functions
1317
1418``` papyrus
19+ ; Returns whether disguise can activate based on map of mutually exclusive faction indices
20+ Bool Function CanDisguiseActivate(Int aiFactionIndex, Bool[] akFactionStates) Global Native
21+
1522; Returns index to `akPlayerRace` in `argRaces` after checking if `akPlayerRace` is mapped to `aiFactionIndex`
1623Int Function LookupRaceWeightIndex(Int aiFactionIndex, Race akPlayerRace, Race[] argRaces) Global Native
1724```
You can’t perform that action at this time.
0 commit comments