The ShazdehUtils script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Shazdeh Papyrus Utils (Shazdeh).
For this script, the Papyrus index knows about:
- 25 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Shazdeh
- Found in:
- Shazdeh
- Found in:
- Shazdeh
- Found in:
- Shazdeh
- Found in:
- Shazdeh
Finds form by either its Editor ID, or by Form ID
- Found in:
- Shazdeh
returns the 4 character Form signature
- Found in:
- Shazdeh
- Found in:
- Shazdeh
- Found in:
- Shazdeh
akForm can be either: Spell, Potion, Ingredient, Scroll, Enchantment
- Found in:
- Shazdeh
akForm can be either: Spell, Potion, Ingredient, Scroll, Enchantment
- Found in:
- Shazdeh
FormfunctionGetFormWithStrongestEffect(ObjectReferenceakSource, MagicEffectakEffect, intaiFormType, KeywordakKeywordFilter=NONE)NativeGlobal- Found in:
- Shazdeh
FormfunctionGetFormWithWeakestEffect(ObjectReferenceakSource, MagicEffectakEffect, intaiFormType, KeywordakKeywordFilter=NONE)NativeGlobal- Found in:
- Shazdeh
PotionfunctionGetStrongestPotion(ObjectReferenceakSource, MagicEffectakEffect, KeywordakKeywordFilter=NONE)Global- Found in:
- Shazdeh
SpellfunctionGetStrongestSpell(ObjectReferenceakSource, MagicEffectakEffect, KeywordakKeywordFilter=NONE)Global- Found in:
- Shazdeh
PotionfunctionGetWeakestPotion(ObjectReferenceakSource, MagicEffectakEffect, KeywordakKeywordFilter=NONE)Global- Found in:
- Shazdeh
SpellfunctionGetWeakestSpell(ObjectReferenceakSource, MagicEffectakEffect, KeywordakKeywordFilter=NONE)Global- Found in:
- Shazdeh
Recursive HasForm that checks FormList(s) within akList as well
- Found in:
- Shazdeh
voidfunctionTransferItems(ObjectReferenceakSource, ObjectReferenceakTarget, intaiCount=-1, intaiFormType=0, FormakFormFilter=NONE, boolabExcludeWorn=true, boolabExcludeFavorites=true, boolabExcludeQuestItems=true)NativeGlobalakFormFilter can be:
None;
a Keyword (only trasnfer items with that keyword);
or a FormList (only transfer items within that FormList),
or Form- Found in:
- Shazdeh
- Found in:
- Shazdeh
- Found in:
- Shazdeh
voidfunctionTransferItemFromContainersArray(FormListakList, ObjectReference[]akRef, FormakItem, intaiCount)NativeGlobal- Found in:
- Shazdeh
voidfunctionTransferItemFromContainersList(FormListakList, ObjectReferenceakRef, FormakItem, intaiCount)NativeGlobal- Found in:
- Shazdeh
Game.IsUsingGamepad() return false if the last pressed key is from keyboard,
whereas this strictly checks whether gamepad is connected.- Found in:
- Shazdeh
Simulate pressing the left thumb stick on gamepad
- Found in:
- Shazdeh
used for teleport doors, gives you the other door connected to this Reference
