Skip to content

Commit d5836da

Browse files
committed
Updated readme
1 parent 4d4ee0a commit d5836da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
99
Bool[] 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`
1623
Int Function LookupRaceWeightIndex(Int aiFactionIndex, Race akPlayerRace, Race[] argRaces) Global Native
1724
```

0 commit comments

Comments
 (0)