Difference between revisions of "List of Papyrus Functions"

→‎G: Added SetNthEntryValue and GetNthEntryValue
imported>CraftySentinel
m (Updated ToC to ommit letters that don't exist.)
(→‎G: Added SetNthEntryValue and GetNthEntryValue)
 
(56 intermediate revisions by 6 users not shown)
Line 3: Line 3:


A <sup>SKSE</sup> suffix indicates if the function requires SKSE.
A <sup>SKSE</sup> suffix indicates if the function requires SKSE.
A <sup>PO3 PE SSE</sup> suffix indicates if the function requires Power of Three's Papyrus Extender SSE.
A <sup>PU SSE</sup> indicates if the function requires exiledviper's & meh321's Papyrus Util SE.
(Note: The entries for PO3 PE SSE was done by a third party. The function names are accurate, but for arguments and object type, see the docs here: https://github.com/powerof3/PapyrusExtenderSSE/wiki For PapyrusUtil, see the source .psc files)


The middle column indicates in which base script the function is defined.
The middle column indicates in which base script the function is defined.
Line 8: Line 11:
{{Compact ToC|j=|v=|x=|y=|z=}}
{{Compact ToC|j=|v=|x=|y=|z=}}
=== A ===
=== A ===
{|class="toccolours sortable" style="width:100%; font-size:85%;"  
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+ style="text-align:right; font-size:100%;"|'''Jump to: [[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''
!align=left width=170|Function  
!align=left width=170|Function  
!align=left width=90|Member of  
!align=left width=110|Member of  
!align=left width=90|Returns
!align=left class="unsortable"|Description  
!align=left class="unsortable"|Description  
|-
|-
| '''[[Abs - Math|Abs]]'''
| '''[[Abs - Math|Abs]]'''
| '''Math'''  
| '''[[Math Script|Math]]'''
|Float
|  
|  
|-  
|-  
   
   
| '''[[Acos - Math|Acos]]'''
| '''[[Acos - Math|Acos]]'''
| '''Math'''  
| [[Math Script|'''Math''']]
|Float
|   
|   
|-  
|-  
   
   
| '''[[Activate - ObjectReference|Activate]]'''
| '''[[Activate - ObjectReference|Activate]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|Bool
|   
|   
|-  
|-  
   
   
| '''[[Add - MusicType|Add]]'''
| '''[[Add - MusicType|Add]]'''
| '''MusicType'''  
| '''[[MusicType Script|MusicType]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[Add - Topic|Add]]'''
| '''[[Add - Topic|Add]]'''
| '''Topic'''  
| '''[[Topic Script|Topic]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddAchievement - Game|AddAchievement]]'''
| '''[[AddAchievement - Game|AddAchievement]]'''
| '''Game'''  
| '''[[Game Script|Game]]'''
|   
| -
Global function
|-  
|-  
   
   
| '''[[AddForm - FormList|AddForm]]'''
| '''[[AddForm - FormList|AddForm]]'''
| '''FormList'''  
| '''[[FormList Script|FormList]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddForm - LeveledActor|AddForm]]'''
| '''[[AddForm - LeveledActor|AddForm]]'''
| '''LeveledActor'''  
| '''[[LeveledActor Script|LeveledActor]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddForm - LeveledItem|AddForm]]'''
| '''[[AddForm - LeveledItem|AddForm]]'''
| '''LeveledItem'''  
| '''[[LeveledItem Script|LeveledItem]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddForm - LeveledSpell|AddForm]]'''
| '''[[AddForm - LeveledSpell|AddForm]]'''
| '''LeveledSpell'''  
| '''[[LeveledSpell Script|LeveledSpell]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddHavokBallAndSocketConstraint - Game|AddHavokBallAndSocketConstraint]]'''
| '''[[AddHavokBallAndSocketConstraint - Game|AddHavokBallAndSocketConstraint]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
|Bool
|   
|   
|-  
|-  
   
   
| '''[[AddInventoryEventFilter - ObjectReference|AddInventoryEventFilter]]'''
| '''[[AddInventoryEventFilter - ObjectReference|AddInventoryEventFilter]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[AddItem - ObjectReference|AddItem]]'''
| '''[[AddItem - ObjectReference|AddItem]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[AddKeyIfNeeded - ObjectReference|AddKeyIfNeeded]]'''
| '''[[AddKeyIfNeeded - ObjectReference|AddKeyIfNeeded]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[AddPerk - Actor|AddPerk]]'''
| '''[[AddPerk - Actor|AddPerk]]'''
| '''Actor'''  
| '''[[Actor Script|Actor]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[AddPerkPoints - Game|AddPerkPoints]]'''
| '''[[AddPerkPoints - Game|AddPerkPoints]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[AddShout - Actor|AddShout]]'''
| '''[[AddShout - Actor|AddShout]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|Bool
|   
|   
|-  
|-  
   
   
| '''[[AddSlotToMask - Armor|AddSlotToMask]]'''<sup>SKSE</sup>  
| '''[[AddSlotToMask - Armor|AddSlotToMask]]'''<sup>SKSE</sup>  
| '''Armor'''  
| '''[[Armor Script|Armor]]'''
|Int
|   
|   
|-
|'''[[AddSlotToMask - Armor|AddSlotToMask]]'''<sup>SKSE</sup>
|'''[[ArmorAddon Script|ArmorAddon]]'''
|Int
|
|-
|'''[[AddSpawn - SpawnerTask|AddSpawn]]'''<sup>SKSE</sup>
|[[SpawnerTask Script|'''SpawnerTask''']]
| -
|
|-  
|-  
   
   
| '''[[AddSpell - Actor|AddSpell]]'''
| '''[[AddSpell - Actor|AddSpell]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|Bool
|
|-  
|-  
   
   
| '''[[AddToFaction - Actor|AddToFaction]]'''
| '''[[AddToFaction - Actor|AddToFaction]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[AddToMap - ObjectReference|AddToMap]]'''
| '''[[AddToMap - ObjectReference|AddToMap]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[AdvanceSkill - Game|AdvanceSkill]]'''
| '''[[AdvanceSkill - Game|AdvanceSkill]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
|
| -
|
|-  
|-  
   
   
| '''[[AllowBleedoutDialogue - Actor|AllowBleedoutDialogue]]'''
| '''[[AllowBleedoutDialogue - Actor|AllowBleedoutDialogue]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[AllowPCDialogue - Actor|AllowPCDialogue]]'''
| '''[[AllowPCDialogue - Actor|AllowPCDialogue]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-
|'''[[AllowPCDialogue - Race|AllowPCDialogue]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|[[AllowPickpocket - Race|'''AllowPickpocket''']]<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[Apply - ImageSpaceModifier|Apply]]'''
| '''[[Apply - ImageSpaceModifier|Apply]]'''
| '''ImageSpaceModifier'''  
| '''[[ImageSpaceModifier Script|ImageSpaceModifier]]'''
|
| -
|
|-  
|-  
   
   
| '''[[ApplyCrossFade - ImageSpaceModifier|ApplyCrossFade]]'''
| '''[[ApplyCrossFade - ImageSpaceModifier|ApplyCrossFade]]'''
| '''ImageSpaceModifier'''  
| [[ImageSpaceModifier Script|'''ImageSpaceModifier''']]
|
| -
|
|-  
|-  
   
   
| '''[[ApplyHavokImpulse - ObjectReference|ApplyHavokImpulse]]'''
| '''[[ApplyHavokImpulse - ObjectReference|ApplyHavokImpulse]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-
|'''[[AsChar - StringUtil|AsChar]]'''<sup>SKSE</sup>
|'''[[StringUtil Script|StringUtil]]'''
|String
|
|-  
|-  
   
   
| '''[[Asin - Math|Asin]]'''
| '''[[Asin - Math|Asin]]'''
| '''Math'''  
| [[Math Script|'''Math''']]
|
|Float
|
|-  
|-  
   
   
| '''[[Atan - Math|Atan]]'''
| '''[[Atan - Math|Atan]]'''
| '''Math'''  
| [[Math Script|'''Math''']]
|
|Float
|
|-  
|-  
   
   
| '''[[AttachAshPile - Actor|AttachAshPile]]'''
| '''[[AttachAshPile - Actor|AttachAshPile]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-
|'''[[AvoidsRoads - Race|AvoidsRoads]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
  | '''[[AddActorToArray - Array|AddActorToArray]]'''<sup>PO3 PE SSE</sup>
|}
| '''[[Array Script|Array]]'''
=== B ===
|
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[BlockActivation - ObjectReference|BlockActivation]]'''
| '''ObjectReference'''  
|
|-  
|-  
| '''[[AddAllEquippedItemsToArray - Actor|AddAllEquippedItemsToArray]]'''<sup>PO3 PE SSE</sup>
|}
| '''[[Actor Script|Actor]]'''
=== C ===
|
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[CalculateEncounterLevel - ObjectReference|CalculateEncounterLevel]]'''
| '''ObjectReference'''  
|
|-  
|-  
| '''[[AddAllItemsToList - ObjectReference|AddAllItemsToList]]'''<sup>PO3 PE SSE</sup>
| '''[[CalculateFavorCost - Game|CalculateFavorCost]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[AddBasePerk - Actor|AddBasePerk]]'''<sup>PO3 PE SSE</sup>
| '''[[CanFastTravelToMarker - ObjectReference|CanFastTravelToMarker]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-
| '''[[AddBaseSpell - Actor|AddBaseSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-  
|-  
| '''[[AddEffectItemToEnchantment - Enchantment|AddEffectItemToEnchantment]]'''<sup>PO3 PE SSE</sup>
| '''[[CanFlyHere - Actor|CanFlyHere]]'''
| '''[[Enchantment Script|Enchantment]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[AddEffectItemToPotion - Potion|AddEffectItemToPotion]]'''<sup>PO3 PE SSE</sup>
| '''[[CanPayCrimeGold - Faction|CanPayCrimeGold]]'''
| '''[[Potion Script|Potion]]'''
| '''Faction'''  
|
|
|-  
|-  
| '''[[AddEffectItemToScroll - Scroll|AddEffectItemToScroll]]'''<sup>PO3 PE SSE</sup>
| '''[[Cast - Scroll|Cast]]'''
| '''[[Scroll Script|Scroll]]'''
| '''Scroll'''  
|
|
|-  
|-  
| '''[[AddEffectItemToSpell - Spell|AddEffectItemToSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Cast - Spell|Cast]]'''
| '''[[Spell Script|Spell]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[AddItemsOfTypeToArray - ObjectReference|AddItemsOfTypeToArray]]'''<sup>PO3 PE SSE</sup>
| '''[[Ceiling - Math|Ceiling]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Math'''  
|
|
|-  
|-  
| '''[[AddItemsOfTypeToList - ObjectReference|AddItemsOfTypeToList]]'''<sup>PO3 PE SSE</sup>
| '''[[CenterOnCell - Debug|CenterOnCell]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[AddKeywordToForm - Form|AddKeywordToForm]]'''<sup>PO3 PE SSE</sup>
| '''[[CenterOnCellAndWait - Debug|CenterOnCellAndWait]]'''
| '''[[Form Script|Form]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[AddKeywordToRef - ObjectReference|AddKeywordToRef]]'''<sup>PO3 PE SSE</sup>
| '''[[ChangeHeadPart - Actor|ChangeHeadPart]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[AddMagicEffectToEnchantment - Enchantment|AddMagicEffectToEnchantment]]'''<sup>PO3 PE SSE</sup>
| '''[[Clear - LocationAlias|Clear]]'''
| '''[[Enchantment Script|Enchantment]]'''
| '''LocationAlias'''  
|
|
|-  
|-  
| '''[[AddMagicEffectToPotion - Potion|AddMagicEffectToPotion]]'''<sup>PO3 PE SSE</sup>
| '''[[Clear - ReferenceAlias|Clear]]'''
| '''[[Potion Script|Potion]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[AddMagicEffectToScroll - Scroll|AddMagicEffectToScroll]]'''<sup>PO3 PE SSE</sup>
| '''[[ClearArrested - Actor|ClearArrested]]'''
| '''[[Scroll Script|Scroll]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[AddMagicEffectToSpell - Spell|AddMagicEffectToSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[ClearDestruction - ObjectReference|ClearDestruction]]'''
| '''[[Spell Script|Spell]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[AddPackageIdle - Package|AddPackageIdle]]'''<sup>PO3 PE SSE</sup>
| '''[[ClearExpressionOverride - Actor|ClearExpressionOverride]]'''
| '''[[Package Script|Package]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[AddStringToArray - Array|AddStringToArray]]'''<sup>PO3 PE SSE</sup>
| '''[[ClearExtraArrows - Actor|ClearExtraArrows]]'''
| '''[[Array Script|Array]]'''
| '''Actor'''  
|
|
|-
| '''[[ApplyMaterialShader - ObjectReference|ApplyMaterialShader]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[ApplyPoisonToEquippedWeapon - Actor|ApplyPoisonToEquippedWeapon]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ArrayStringCount - Array|ArrayStringCount]]'''<sup>PO3 PE SSE</sup>
| '''[[Array Script|Array]]'''
|
|-
| '''[[ActorArray - PapyrusUtil|ActorArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[AddFloatValues - PapyrusUtil|AddFloatValues]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float
|-
| '''[[AddIntValues - PapyrusUtil|AddIntValues]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[AddPackageOverride - ActorUtil|AddPackageOverride]]'''<sup>PU SE</sup>
| '''[[ActorUtil Script|ActorUtil]]'''
|
|-
| '''[[AdjustFloatValue - JsonUtil|AdjustFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float
|-
| '''[[AdjustIntValue - JsonUtil|AdjustIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[AliasArray - PapyrusUtil|AliasArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-  
|-  
   
 
| '''[[ClearForcedLandingMarker - Actor|ClearForcedLandingMarker]]'''
|}
| '''Actor'''  
 
|
=== B ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+ style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''  
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[BlendColorWithSkinTone - Actor|BlendColorWithSkinTone]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-  
|-  
| '''[[BlockActivation - ObjectReference|BlockActivation]]'''
| '''[[ClearKeepOffsetFromActor - Actor|ClearKeepOffsetFromActor]]'''
| [[ObjectReference Script|'''ObjectReference''']]
| '''Actor'''  
|   
|   
|-  
|-  
| '''[[BoolArray - PapyrusUtil|BoolArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|bool[]
|-
   
   
| '''[[ClearLookAt - Actor|ClearLookAt]]'''
|}
| '''Actor'''  
=== C ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+ style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
| '''[[CalculateEncounterLevel - ObjectReference|CalculateEncounterLevel]]'''
| [[ObjectReference Script|'''ObjectReference''']]
|Int
|   
|   
|-  
|-  
   
   
| '''[[ClearPrison - Game|ClearPrison]]'''
| '''[[CalculateFavorCost - Game|CalculateFavorCost]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
|Int
|   
|   
|-  
|-  
   
   
| '''[[ClearRaceFlag - Race|ClearRaceFlag]]'''<sup>SKSE</sup>
| '''[[CanFastTravelToMarker - ObjectReference|CanFastTravelToMarker]]'''
| '''Race'''  
| [[ObjectReference Script|'''ObjectReference''']]
|Bool
|   
|   
|-
|'''[[CanFly - Race|CanFly]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[ClearTempEffects - Game|ClearTempEffects]]'''
| '''[[CanFlyHere - Actor|CanFlyHere]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|
|Bool
|
|-  
|-  
   
   
| '''[[CloseUserLog - Debug|CloseUserLog]]'''
| '''[[CanPayCrimeGold - Faction|CanPayCrimeGold]]'''
| '''Debug'''  
| '''[[Faction Script|Faction]]'''
|
|Bool
|
|-
|'''[[CanSwim - Race|CanSwim]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|'''[[CantOpenDoors - Race|CantOpenDoors]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|'''[[CanWalk - Race|CanWalk]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|'''[[CaptureFrameRate - Utility|CaptureFrameRate]]'''
|[[Utility Script|'''Utility''']]
|String
|
|-  
|-  
   
   
| '''[[CompleteAllObjectives - Quest|CompleteAllObjectives]]'''
| '''[[Cast - Scroll|Cast]]'''
| '''Quest'''  
| '''[[Scroll Script|Scroll]]'''
|
| -
|
|-  
|-  
   
   
| '''[[CompleteQuest - Quest|CompleteQuest]]'''
| '''[[Cast - Spell|Cast]]'''
| '''Quest'''  
| '''[[Spell Script|Spell]]'''
|
| -
|
|-  
|-  
   
   
| '''[[Cos - Math|Cos]]'''
| '''[[Ceiling - Math|Ceiling]]'''
| '''Math'''  
| [[Math Script|'''Math''']]
|
|Int
|
|-  
|-  
   
   
| '''[[CountLinkedRefChain - ObjectReference|CountLinkedRefChain]]'''
| '''[[CenterOnCell - Debug|CenterOnCell]]'''
| '''ObjectReference'''  
| '''[[Debug Script|Debug]]'''
|
| -
|
|-  
|-  
   
   
| '''[[CreateDetectionEvent - ObjectReference|CreateDetectionEvent]]'''
| '''[[CenterOnCellAndWait - Debug|CenterOnCellAndWait]]'''
| '''ObjectReference'''  
| [[Debug Script|'''Debug''']]
|
| -
|
|-  
|-  
   
   
|}
| '''[[ChangeHeadPart - Actor|ChangeHeadPart]]'''<sup>SKSE</sup>
=== D ===
| [[Actor Script|'''Actor''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
| -
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[DamageActorValue - Actor|DamageActorValue]]'''
| '''Actor'''  
|
|-  
|-  
   
   
| '''[[DamageObject - ObjectReference|DamageObject]]'''
| '''[[Clear - LocationAlias|Clear]]'''
| '''ObjectReference'''  
| '''[[LocationAlias Script|LocationAlias]]'''
|
| -
|
|-  
|-  
   
   
| '''[[DegreesToRadians - Math|DegreesToRadians]]'''
| '''[[Clear - ReferenceAlias|Clear]]'''
| '''Math'''  
| '''[[ReferenceAlias Script|ReferenceAlias]]'''
|
| -
|
|-
|'''[[ClearAllowPCDialogue - Race|ClearAllowPCDialogue]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-
|'''[[ClearAllowPickpocket - Race|ClearAllowPickpocket]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-  
|-  
   
   
| '''[[Delete - ObjectReference|Delete]]'''
| '''[[ClearArrested - Actor|ClearArrested]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-
|'''[[ClearAvoidsRoads - Race|ClearAvoidsRoads]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-
|'''[[ClearCantOpenDoors - Race|ClearCantOpenDoors]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-  
|-  
   
   
| '''[[DeleteWhenAble - ObjectReference|DeleteWhenAble]]'''
| '''[[ClearDestruction - ObjectReference|ClearDestruction]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|<nowiki>-</nowiki>
|
|-  
|-  
   
   
| '''[[Disable - ObjectReference|Disable]]'''
| '''[[ClearExpressionOverride - Actor|ClearExpressionOverride]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[DisableLinkChain - ObjectReference|DisableLinkChain]]'''
| '''[[ClearExtraArrows - Actor|ClearExtraArrows]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[DisableNoWait - ObjectReference|DisableNoWait]]'''
| '''[[ClearForcedLandingMarker - Actor|ClearForcedLandingMarker]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[DisablePlayerControls - Game|DisablePlayerControls]]'''
| '''[[ClearKeepOffsetFromActor - Actor|ClearKeepOffsetFromActor]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[Dismount - Actor|Dismount]]'''
| '''[[ClearLookAt - Actor|ClearLookAt]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-
|'''[[ClearNoCombatInWater - Race|ClearNoCombatInWater]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-
|'''[[ClearNoKNockdowns - Race|ClearNoKnockdowns]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-
|'''[[ClearNoShadows - Race|ClearNoShadows]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
| -
|
|-  
|-  
   
   
| '''[[Dispel - ActiveMagicEffect|Dispel]]'''
| '''[[ClearPrison - Game|ClearPrison]]'''
| '''ActiveMagicEffect'''  
| [[Game Script|'''Game''']]
|
| -
|
|-  
|-  
   
   
| '''[[DispelAllSpells - Actor|DispelAllSpells]]'''
| '''[[ClearRaceFlag - Race|ClearRaceFlag]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[Race Script|Race]]'''
|
| -
|
|-  
|-  
   
   
| '''[[DispelSpell - Actor|DispelSpell]]'''
| '''[[ClearTempEffects - Game|ClearTempEffects]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|
| -
|
|-
|[[CloseCustomMenu - UI|'''CloseCustomMenu''']]<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
| -
|
|-  
|-  
   
   
| '''[[DoCombatSpellApply - Actor|DoCombatSpellApply]]'''
| '''[[CloseUserLog - Debug|CloseUserLog]]'''
| '''Actor'''  
| [[Debug Script|'''Debug''']]
|
| -
|
|-  
|-  
   
   
| '''[[DrawWeapon - Actor|DrawWeapon]]'''
| '''[[CompleteAllObjectives - Quest|CompleteAllObjectives]]'''
| '''Actor'''  
| '''[[Quest Script|Quest]]'''
|
| -
|
|-  
|-  
   
   
| '''[[DropObject - ObjectReference|DropObject]]'''
| '''[[CompleteQuest - Quest|CompleteQuest]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|
| -
|
|-  
|-  
   
   
| '''[[DumpAliasData - Debug|DumpAliasData]]'''
| '''[[Cos - Math|Cos]]'''
| '''Debug'''  
| [[Math Script|'''Math''']]
|
|Float
|
|-  
|-  
   
   
|}
| '''[[CountLinkedRefChain - ObjectReference|CountLinkedRefChain]]'''
=== E ===
| [[ObjectReference Script|'''ObjectReference''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|Int
!align=left width=170|Function
|
!align=left width=90|Member of
|-
!align=left class="unsortable"|Description
|'''[[Create - ModEvent|Create]]'''<sup>SKSE</sup>
|'''[[ModEvent Script|ModEvent]]'''
|Int
|
|-
|'''[[Create - SpawnerTask|Create]]'''<sup>SKSE</sup>
|'''[[SpawnerTask Script|SpawnerTask]]'''
|Int
|
|-
|'''[[Create - UICallback|Create]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|Int
|
|-
|'''[[CreateAliasArray - Utility|CreateAliasArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|Alias[]
|
|-
|-
| '''[[Enable - ObjectReference|Enable]]'''
|'''[[CreateBoolArray - Utility|CreateBoolArray]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
|'''[[Utility Script|Utility]]'''
|
|Bool[]
|
|-  
|-  
   
   
| '''[[EnableAI - Actor|EnableAI]]'''
| '''[[CreateDetectionEvent - ObjectReference|CreateDetectionEvent]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-
|'''[[CreateEnchantment - ObjectReference|CreateEnchantment]]'''<sup>SKSE</sup>
|[[ObjectReference Script|'''ObjectReference''']]
| -
|
|-
|'''[[CreateEnchantment - WornObject|CreateEnchantment]]'''<sup>SKSE</sup>
|[[WornObject Script|'''WornObject''']]
| -
|
|-
|'''[[CreateFloatArray - Utility|CreateFloatArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|Float[]
|
|-
|'''[[CreateFormArray - Utility|CreateFormArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|Form[]
|
|-
|'''[[CreateIntArray - Utility|CreateIntArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|Int[]
|
|-
|'''[[CreateStringArray - Utility|CreateStringArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|String[]
|
|-
| '''[[CanActorBeDetected - Actor|CanActorBeDetected]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[CanActorDetect - Actor|CanActorDetect]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-  
|-  
| '''[[ClearCachedFactionFightReactions - Game|ClearCachedFactionFightReactions]]'''<sup>PO3 PE SSE</sup>
| '''[[EnableFastTravel - Game|EnableFastTravel]]'''
| '''[[Game Script|Game]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[ClearEffectShaderFlag - EffectShader|ClearEffectShaderFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[EnableFastTravel - ObjectReference|EnableFastTravel]]'''
| '''[[EffectShader Script|EffectShader]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[ClearHazardFlag - Hazard|ClearHazardFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[EnableLinkChain - ObjectReference|EnableLinkChain]]'''
| '''[[Hazard Script|Hazard]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[ClearReadFlag - Book|ClearReadFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[EnableNoWait - ObjectReference|EnableNoWait]]'''
| '''[[Book Script|Book]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
   
| '''[[ClearRecordFlag - Form|ClearRecordFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[EnablePlayerControls - Game|EnablePlayerControls]]'''
| '''[[Form Script|Form]]'''
| '''Game'''  
|
|
|-  
| '''[[CanResolvePath - JsonUtil|CanResolvePath]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-  
|-  
| '''[[ClampFloat - PapyrusUtil|ClampFloat]]'''<sup>PU SE</sup>
| '''[[EndDeferredKill - Actor|EndDeferredKill]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|float
|
|-  
|-  
| '''[[ClampInt - PapyrusUtil|ClampInt]]'''<sup>PU SE</sup>
| '''[[EquipItem - Actor|EquipItem]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|int
|
|-  
|-  
| '''[[ClearAll - JsonUtil|ClearAll]]'''<sup>PU SE</sup>
| '''[[EquipItemEx - Actor|EquipItemEx]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[ClearEmpty - PapyrusUtil|ClearEmpty]]'''<sup>PU SE</sup>
| '''[[EquipShout - Actor|EquipShout]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|string[]
|
|-  
|-  
| '''[[ClearNone - PapyrusUtil|ClearNone]]'''<sup>PU SE</sup>
| '''[[EquipSpell - Actor|EquipSpell]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|Form[]
|
|-  
|-  
| '''[[ClearPackageOverride - ActorUtil|ClearPackageOverride]]'''<sup>PU SE</sup>
| '''[[EvaluatePackage - Actor|EvaluatePackage]]'''
| '''[[ActorUtil Script|ActorUtil]]'''
| '''Actor'''  
|int
|
|-  
|-  
| '''[[ClearPath - JsonUtil|ClearPath]]'''<sup>PU SE</sup>
|}
| '''[[JsonUtil Script|JsonUtil]]'''
=== F ===
|
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[FadeOutGame - Game|FadeOutGame]]'''
| '''Game'''  
|
|-  
|-  
| '''[[ClearPathIndex - JsonUtil|ClearPathIndex]]'''<sup>PU SE</sup>
| '''[[FailAllObjectives - Quest|FailAllObjectives]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Quest'''  
|
|
|-  
|-  
| '''[[CountActor - PapyrusUtil|CountActor]]'''<sup>PU SE</sup>
| '''[[FastTravel - Game|FastTravel]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Game'''  
|int
|
|-  
|-  
| '''[[CountAlias - PapyrusUtil|CountAlias]]'''<sup>PU SE</sup>
| '''[[Find - FormList|Find]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''FormList'''  
|int
|
|-  
|-  
| '''[[CountAllPrefix - JsonUtil|CountAllPrefix]]'''<sup>PU SE</sup>
| '''[[Find - StringUtil|Find]]'''<sup>SKSE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
| '''StringUtil'''  
|int
|
|-  
|-  
| '''[[CountBool - PapyrusUtil|CountBool]]'''<sup>PU SE</sup>
| '''[[FindClosestActor - Game|FindClosestActor]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Game'''  
|int
|
|-  
|-  
| '''[[CountFalse - PapyrusUtil|CountFalse]]'''<sup>PU SE</sup>
| '''[[FindClosestActorFromRef - Game|FindClosestActorFromRef]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Game'''  
|int
|
|-  
|-  
| '''[[CountFloat - PapyrusUtil|CountFloat]]'''<sup>PU SE</sup>
| '''[[FindClosestReferenceOfAnyTypeInList - Game|FindClosestReferenceOfAnyTypeInList]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Game'''  
|int
|
|-
| '''[[CountFloatListPrefix - JsonUtil|CountFloatListPrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountFloatValuePrefix - JsonUtil|CountFloatValuePrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountForm - PapyrusUtil|CountForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[CountFormListPrefix - JsonUtil|CountFormListPrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountFormValuePrefix - JsonUtil|CountFormValuePrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountInt - PapyrusUtil|CountInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[CountIntListPrefix - JsonUtil|CountIntListPrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountIntValuePrefix - JsonUtil|CountIntValuePrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountNone - PapyrusUtil|CountNone]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[CountObjRef - PapyrusUtil|CountObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[CountPackageOverride - ActorUtil|CountPackageOverride]]'''<sup>PU SE</sup>
| '''[[ActorUtil Script|ActorUtil]]'''
|int
|-  
| '''[[CountString - PapyrusUtil|CountString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[CountStringListPrefix - JsonUtil|CountStringListPrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountStringValuePrefix - JsonUtil|CountStringValuePrefix]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[CountTrue - PapyrusUtil|CountTrue]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-  
|-  
   
   
| '''[[FindClosestReferenceOfAnyTypeInListFromRef - Game|FindClosestReferenceOfAnyTypeInListFromRef]]'''
|}
| '''Game'''  
 
|
=== D ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
| '''[[DecapitateActor - Actor|DecapitateActor]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-  
|-  
| '''[[DamageActorValue - Actor|DamageActorValue]]'''
| '''[[FindClosestReferenceOfType - Game|FindClosestReferenceOfType]]'''
| [[Actor Script|'''Actor''']]
| '''Game'''  
| -
|   
|   
|-
|'''[[DamageActorValue - Actor|DamageAV]]'''
|[[Actor Script|'''Actor''']]
| -
|alias for DamageActorValue
|-  
|-  
   
   
| '''[[FindClosestReferenceOfTypeFromRef - Game|FindClosestReferenceOfTypeFromRef]]'''
| '''[[DamageObject - ObjectReference|DamageObject]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[FindRandomActor - Game|FindRandomActor]]'''
| '''[[DegreesToRadians - Math|DegreesToRadians]]'''
| '''Game'''  
| [[Math Script|'''Math''']]
|
|Float
|
|-  
|-  
   
   
| '''[[FindRandomActorFromRef - Game|FindRandomActorFromRef]]'''
| '''[[Delete - ObjectReference|Delete]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|
| -
|
|-  
|-  
   
   
| '''[[FindRandomReferenceOfAnyTypeInList - Game|FindRandomReferenceOfAnyTypeInList]]'''
| '''[[DeleteWhenAble - ObjectReference|DeleteWhenAble]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[FindRandomReferenceOfAnyTypeInListFromRef - Game|FindRandomReferenceOfAnyTypeInListFromRef]]'''
| '''[[Disable - ObjectReference|Disable]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[FindRandomReferenceOfType - Game|FindRandomReferenceOfType]]'''
| '''[[DisableLinkChain - ObjectReference|DisableLinkChain]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[FindRandomReferenceOfTypeFromRef - Game|FindRandomReferenceOfTypeFromRef]]'''
| '''[[DisableNoWait - ObjectReference|DisableNoWait]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
| -
|
|-  
|-  
   
   
| '''[[FindWeather - Weather|FindWeather]]'''
| '''[[DisablePlayerControls - Game|DisablePlayerControls]]'''
| '''Weather'''  
| [[Game Script|'''Game''']]
|
| -
|
|-  
|-  
   
   
| '''[[Fire - Weapon|Fire]]'''
| '''[[Dismount - Actor|Dismount]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|
|Bool
|
|-  
|-  
   
   
| '''[[Floor - Math|Floor]]'''
| '''[[Dispel - ActiveMagicEffect|Dispel]]'''
| '''Math'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|
| -
|
|-  
|-  
   
   
| '''[[ForceActive - Quest|ForceActive]]'''
| '''[[DispelAllSpells - Actor|DispelAllSpells]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[ForceActive - Weather|ForceActive]]'''
| '''[[DispelSpell - Actor|DispelSpell]]'''
| '''Weather'''  
| [[Actor Script|'''Actor''']]
|
|Bool
|
|-  
|-  
   
   
| '''[[ForceActorValue - Actor|ForceActorValue]]'''
| '''[[DoCombatSpellApply - Actor|DoCombatSpellApply]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[ForceAddRagdollToWorld - ObjectReference|ForceAddRagdollToWorld]]'''
| '''[[DrawWeapon - Actor|DrawWeapon]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
| -
|
|-  
|-  
   
   
| '''[[ForceFirstPerson - Game|ForceFirstPerson]]'''
| '''[[DropObject - ObjectReference|DropObject]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|ObjectReference
|
|-  
|-  
   
   
| '''[[ForceLocationTo - LocationAlias|ForceLocationTo]]'''
| '''[[DumpAliasData - Debug|DumpAliasData]]'''
| '''LocationAlias'''  
| [[Debug Script|'''Debug''']]
|
| -
|
|-  
|-  
| '''[[DumpAnimationVariables - Debug|DumpAnimationVariables]]'''<sup>PO3 PE SSE</sup>
| '''[[ForceRefIfEmpty - ReferenceAlias|ForceRefIfEmpty]]'''
| '''[[Debug Script|Debug]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
   
   
| '''[[ForceRefTo - ReferenceAlias|ForceRefTo]]'''
|}
| '''ReferenceAlias'''  
 
=== E ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[Enable - ObjectReference|Enable]]'''
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
| '''[[ForceRemoveRagdollFromWorld - ObjectReference|ForceRemoveRagdollFromWorld]]'''
| '''[[EnableAI - Actor|EnableAI]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[ForceStart - Scene|ForceStart]]'''
| '''[[EnableFastTravel - Game|EnableFastTravel]]'''
| '''Scene'''  
| [[Game Script|'''Game''']]
|   
|   
|-  
|-  
   
   
| '''[[ForceThirdPerson - Game|ForceThirdPerson]]'''
| '''[[EnableFastTravel - ObjectReference|EnableFastTravel]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
|}
| '''[[EnableLinkChain - ObjectReference|EnableLinkChain]]'''
=== G ===
| [[ObjectReference Script|'''ObjectReference''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[GameTimeToString - Utility|GameTimeToString]]'''
| '''Utility'''  
|   
|   
|-  
|-  
   
   
| '''[[GetActorBase - Actor|GetActorBase]]'''
| '''[[EnableNoWait - ObjectReference|EnableNoWait]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
| '''[[GetActorOwner - Cell|GetActorOwner]]'''
| '''[[EnablePlayerControls - Game|EnablePlayerControls]]'''
| '''Cell'''  
| [[Game Script|'''Game''']]
|   
|   
|-  
|-  
   
   
| '''[[GetActorOwner - ObjectReference|GetActorOwner]]'''
| '''[[EndDeferredKill - Actor|EndDeferredKill]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-
|'''[[EndFrameRateCapture - Utility|EndFrameRateCapture]]'''
|'''[[Utility Script|Utility]]'''
|[[CaptureFrameRate - Utility|CaptureFrameRate]], [[StartFrameRateCapture - Utility|StartFrameRateCapture]]
|-  
|-  
   
   
| '''[[GetActorReference - ReferenceAlias|GetActorReference]]'''
| '''[[EquipItem - Actor|EquipItem]]'''
| '''ReferenceAlias'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-
|'''[[EquipItemById - Actor|EquipItemById]]'''<sup>SKSE</sup>
|[[Actor Script|'''Actor''']]
|
|-  
|-  
   
   
| '''[[GetActorValue - Actor|GetActorValue]]'''
| '''[[EquipItemEx - Actor|EquipItemEx]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[GetActorValuePercentage - Actor|GetActorValuePercentage]]'''
| '''[[EquipShout - Actor|EquipShout]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[GetAlias - Quest|GetAlias]]'''
| '''[[EquipSpell - Actor|EquipSpell]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[GetAngleX - ObjectReference|GetAngleX]]'''
| '''[[EvaluatePackage - Actor|EvaluatePackage]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[GetAngleY - ObjectReference|GetAngleY]]'''
|}
| '''ObjectReference'''  
 
|   
=== F ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''
!align=left width=170|Function
!align=left width=90|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
| '''[[FadeOutGame - Game|FadeOutGame]]'''
| [[Game Script|'''Game''']]
| -
|   
|-  
|-  
   
   
| '''[[GetAngleZ - ObjectReference|GetAngleZ]]'''
| '''[[FailAllObjectives - Quest|FailAllObjectives]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetAnimationVariableBool - ObjectReference|GetAnimationVariableBool]]'''
| '''[[FastTravel - Game|FastTravel]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetAnimationVariableFloat - ObjectReference|GetAnimationVariableFloat]]'''
| '''[[Find - FormList|Find]]'''
| '''ObjectReference'''  
| [[FormList Script|'''FormList''']]
|Int
|   
|   
|-  
|-  
   
   
| '''[[GetAnimationVariableInt - ObjectReference|GetAnimationVariableInt]]'''
| '''[[Find - StringUtil|Find]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| '''[[StringUtil Script|StringUtil]]'''
|Int
|   
|   
|-  
|-  
   
   
| '''[[GetArmorRating - Armor|GetArmorRating]]'''<sup>SKSE</sup>
| '''[[FindClosestActor - Game|FindClosestActor]]'''
| '''Armor'''  
| [[Game Script|'''Game''']]
|Actor
|   
|   
|-  
|-  
   
   
| '''[[GetAssociatedSkill - MagicEffect|GetAssociatedSkill]]'''
| '''[[FindClosestActorFromRef - Game|FindClosestActorFromRef]]'''
| '''MagicEffect'''  
| [[Game Script|'''Game''']]
|Actor
|   
|   
|-  
|-  
   
   
| '''[[GetAt - FormList|GetAt]]'''
| '''[[FindClosestReferenceOfAnyTypeInList - Game|FindClosestReferenceOfAnyTypeInList]]'''
| '''FormList'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetBaseActorValue - Actor|GetBaseActorValue]]'''
| '''[[FindClosestReferenceOfAnyTypeInListFromRef - Game|FindClosestReferenceOfAnyTypeInListFromRef]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetBaseDamage - Weapon|GetBaseDamage]]'''<sup>SKSE</sup>
| '''[[FindClosestReferenceOfType - Game|FindClosestReferenceOfType]]'''
| '''Weapon'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetBaseObject - ActiveMagicEffect|GetBaseObject]]'''
| '''[[FindClosestReferenceOfTypeFromRef - Game|FindClosestReferenceOfTypeFromRef]]'''
| '''ActiveMagicEffect'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetBaseObject - ObjectReference|GetBaseObject]]'''
| '''[[FindRandomActor - Game|FindRandomActor]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|Actor
|   
|   
|-  
|-  
   
   
| '''[[GetBlue - ColorForm|GetBlue]]'''<sup>SKSE</sup>
| '''[[FindRandomActorFromRef - Game|FindRandomActorFromRef]]'''
| '''ColorForm'''  
| [[Game Script|'''Game''']]
|Actor
|   
|   
|-  
|-  
   
   
| '''[[GetBribeAmount - Actor|GetBribeAmount]]'''
| '''[[FindRandomReferenceOfAnyTypeInList - Game|FindRandomReferenceOfAnyTypeInList]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetCasterActor - ActiveMagicEffect|GetCasterActor]]'''
| '''[[FindRandomReferenceOfAnyTypeInListFromRef - Game|FindRandomReferenceOfAnyTypeInListFromRef]]'''
| '''ActiveMagicEffect'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetCastTime - Scroll|GetCastTime]]'''<sup>SKSE</sup>
| '''[[FindRandomReferenceOfType - Game|FindRandomReferenceOfType]]'''
| '''Scroll'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetCastTime - Spell|GetCastTime]]'''<sup>SKSE</sup>
| '''[[FindRandomReferenceOfTypeFromRef - Game|FindRandomReferenceOfTypeFromRef]]'''
| '''Spell'''  
| [[Game Script|'''Game''']]
|ObjectReference
|   
|   
|-  
|-  
   
   
| '''[[GetClass - ActorBase|GetClass]]'''
| '''[[FindWeather - Weather|FindWeather]]'''
| '''ActorBase'''  
| [[Weather Script|'''Weather''']]
|Weather
|   
|   
|-  
|-  
   
   
| '''[[GetClassification - Weather|GetClassification]]'''
| '''[[Fire - Weapon|Fire]]'''
| '''Weather'''  
| '''[[Weapon Script|Weapon]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCombatState - Actor|GetCombatState]]'''
| '''[[Floor - Math|Floor]]'''
| '''Actor'''  
| [[Math Script|'''Math''']]
|Int
|   
|   
|-  
|-  
   
   
| '''[[GetCombatStyle - ActorBase|GetCombatStyle]]'''<sup>SKSE</sup>
| '''[[ForceActive - Quest|ForceActive]]'''
| '''ActorBase'''  
| [[Quest Script|'''Quest''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCombatTarget - Actor|GetCombatTarget]]'''
| '''[[ForceActive - Weather|ForceActive]]'''
| '''Actor'''  
| '''[[Weather Script|Weather]]'''
| -
|   
|   
|-  
|-  
   
   
| '''[[GetConfigName - Debug|GetConfigName]]'''
| '''[[ForceActorValue - Actor|ForceActorValue]]'''
| '''Debug'''  
| [[Actor Script|'''Actor''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCostliestEffectIndex - Enchantment|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''[[ForceAddRagdollToWorld - ObjectReference|ForceAddRagdollToWorld]]'''
| '''Enchantment'''  
| [[ObjectReference Script|'''ObjectReference''']]
| -
|   
|   
|-
|'''[[ForceActorValue - Actor|ForceAV]]'''
|[[Actor Script|'''Actor''']]
| -
|alias for ForceActorValue
|-  
|-  
   
   
| '''[[GetCostliestEffectIndex - Ingredient|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''[[ForceFirstPerson - Game|ForceFirstPerson]]'''
| '''Ingredient'''  
| [[Game Script|'''Game''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCostliestEffectIndex - Potion|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''[[ForceLocationTo - LocationAlias|ForceLocationTo]]'''
| '''Potion'''  
| [[LocationAlias Script|'''LocationAlias''']]
| -
|   
|   
|-
|'''[[ForceMovementDirection - Actor|ForceMovementDirection]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceMovementDirectionRamp - Actor|ForceMovementDirectionRamp]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceMovementRotationSpeed - Actor|ForceMovementRotationSpeed]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceMovementRotationSpeedRamp - Actor|ForceMovementRotationSpeedRamp]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceMovementSpeed - Actor|ForceMovementSpeed]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceMovementSpeedRamp - Actor|ForceMovementSpeedRamp]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-  
|-  
   
   
| '''[[GetCostliestEffectIndex - Scroll|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''[[ForceRefIfEmpty - ReferenceAlias|ForceRefIfEmpty]]'''
| '''Scroll'''  
| [[ReferenceAlias Script|'''ReferenceAlias''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCostliestEffectIndex - Spell|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''[[ForceRefTo - ReferenceAlias|ForceRefTo]]'''
| '''Spell'''  
| [[ReferenceAlias Script|'''ReferenceAlias''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCrimeFaction - Actor|GetCrimeFaction]]'''
| '''[[ForceRemoveRagdollFromWorld - ObjectReference|ForceRemoveRagdollFromWorld]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
| -
|   
|   
|-  
|-  
   
   
| '''[[GetCrimeGold - Faction|GetCrimeGold]]'''
| '''[[ForceStart - Scene|ForceStart]]'''
| '''Faction'''  
| '''[[Scene Script|Scene]]'''
| -
|   
|   
|-
|'''[[ForceTargetAngle - Actor|ForceTargetAngle]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceTargetDirection - Actor|ForceTargetDirection]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-
|'''[[ForceTargetSpeed - Actor|ForceTargetSpeed]]'''
|[[Actor Script|'''Actor''']]
| -
|animation debug
|-  
|-  
   
   
| '''[[GetCrimeGoldNonViolent - Faction|GetCrimeGoldNonViolent]]'''
| '''[[ForceThirdPerson - Game|ForceThirdPerson]]'''
| '''Faction'''  
| [[Game Script|'''Game''']]
| -
|   
|   
|-  
|-  
| '''[[FindAllReferencesOfFormType - ObjectReference|FindAllReferencesOfFormType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCrimeGoldViolent - Faction|GetCrimeGoldViolent]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Faction'''  
|
|
|-
| '''[[FindAllReferencesOfType - ObjectReference|FindAllReferencesOfType]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-  
|-  
| '''[[FindAllReferencesWithKeyword - ObjectReference|FindAllReferencesWithKeyword]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCritDamage - Weapon|GetCritDamage]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Weapon'''  
|
|
|-  
|-  
| '''[[FindFirstItemInList - ObjectReference|FindFirstItemInList]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentDestructionStage - ObjectReference|GetCurrentDestructionStage]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[ForceActorDetecting - Actor|ForceActorDetecting]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentGameTime - Utility|GetCurrentGameTime]]'''
| '''[[Actor Script|Actor]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[ForceActorDetection - Actor|ForceActorDetection]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentLocation - ObjectReference|GetCurrentLocation]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[FreezeActor - Actor|FreezeActor]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentPackage - Actor|GetCurrentPackage]]'''
| '''[[Actor Script|Actor]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GenerateRandomFloat - Utility|GenerateRandomFloat]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentRealTime - Utility|GetCurrentRealTime]]'''
| '''[[Utility Script|Utility]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[GenerateRandomInt - Utility|GenerateRandomInt]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentScene - ObjectReference|GetCurrentScene]]'''
| '''[[Utility Script|Utility]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetActivateChildren - ObjectReference|GetActivateChildren]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentStageID - Quest|GetCurrentStageID]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Quest'''  
|
|
|-  
|-  
| '''[[GetActiveGamebryoAnimation - ObjectReference|GetActiveGamebryoAnimation]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentWeather - Weather|GetCurrentWeather]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Weather'''  
|
|
|-  
|-  
| '''[[GetActorAlpha - Actor|GetActorAlpha]]'''<sup>PO3 PE SSE</sup>
| '''[[GetCurrentWeatherTransition - Weather|GetCurrentWeatherTransition]]'''
| '''[[Actor Script|Actor]]'''
| '''Weather'''  
|
|
|-  
|-  
| '''[[GetActorCause - ObjectReference|GetActorCause]]'''<sup>PO3 PE SSE</sup>
| '''[[GetDeadCount - ActorBase|GetDeadCount]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetActorKnockState - Actor|GetActorKnockState]]'''<sup>PO3 PE SSE</sup>
| '''[[GetDialogueTarget - Actor|GetDialogueTarget]]'''
| '''[[Actor Script|Actor]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetActorRefraction - Actor|GetActorRefraction]]'''<sup>PO3 PE SSE</sup>
| '''[[GetDistance - ObjectReference|GetDistance]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetActorsByProcessingLevel - Game|GetActorsByProcessingLevel]]'''<sup>PO3 PE SSE</sup>
| '''[[GetDuration - ActiveMagicEffect|GetDuration]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''ActiveMagicEffect'''  
|
|
|-  
|-  
| '''[[GetActorSoulSize - Actor|GetActorSoulSize]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEditorLocation - ObjectReference|GetEditorLocation]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetActorState - Actor|GetActorState]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEffectiveMagickaCost - Spell|GetEffectiveMagickaCost]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[GetActorValueModifier - Actor|GetActorValueModifier]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEnchantment - Armor|GetEnchantment]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Armor'''  
|
|
|-  
|-  
| '''[[GetAddonModels - EffectShader|GetAddonModels]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEnchantment - Weapon|GetEnchantment]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Weapon'''  
|
|
|-  
|-  
| '''[[GetAllArtObjects - ObjectReference|GetAllArtObjects]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedItemType - Actor|GetEquippedItemType]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAllEffectShaders - ObjectReference|GetAllEffectShaders]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedObject - Actor|GetEquippedObject]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAllEnchantments - Game|GetAllEnchantments]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedShield - Actor|GetEquippedShield]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAllEnchantmentsInMod - Game|GetAllEnchantmentsInMod]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedShout - Actor|GetEquippedShout]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-
| '''[[GetAllForms - Game|GetAllForms]]'''<sup>PO3 PE SSE</sup>
| '''[[Game Script|Game]]'''
|
|-  
|-  
| '''[[GetAllFormsInMod - Game|GetAllFormsInMod]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedSpell - Actor|GetEquippedSpell]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAllQuestObjectives - Quest|GetAllQuestObjectives]]'''<sup>PO3 PE SSE</sup>
| '''[[GetEquippedWeapon - Actor|GetEquippedWeapon]]'''
| '''[[Quest Script|Quest]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAllRaces - Game|GetAllRaces]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFacePreset - ActorBase|GetFacePreset]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetAllRacesInMod - Game|GetAllRacesInMod]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFactionOwner - Cell|GetFactionOwner]]'''
| '''[[Game Script|Game]]'''
| '''Cell'''  
|
|
|-  
|-  
| '''[[GetAllSpells - Game|GetAllSpells]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFactionOwner - ObjectReference|GetFactionOwner]]'''
| '''[[Game Script|Game]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetAllSpellsInMod - Game|GetAllSpellsInMod]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFactionRank - Actor|GetFactionRank]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetArtObject - VisualEffect|GetArtObject]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFactionReaction - Actor|GetFactionReaction]]'''
| '''[[VisualEffect Script|VisualEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetArtObjectTotalCount - VisualEffect|GetArtObjectTotalCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFlyingState - Actor|GetFlyingState]]'''
| '''[[VisualEffect Script|VisualEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetAttachedCells - Game|GetAttachedCells]]'''<sup>PO3 PE SSE</sup>
| '''[[GetForcedLandingMarker - Actor|GetForcedLandingMarker]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetCellNorthRotation - Cell|GetCellNorthRotation]]'''<sup>PO3 PE SSE</sup>
| '''[[GetForm - Game|GetForm]]'''
| '''[[Cell Script|Cell]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetClosestActorFromRef - ObjectReference|GetClosestActorFromRef]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFormFromFile - Game|GetFormFromFile]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetCombatAllies - Actor|GetCombatAllies]]'''<sup>PO3 PE SSE</sup>
| '''[[GetFormID - Form|GetFormID]]'''
| '''[[Actor Script|Actor]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[GetCombatTargets - Actor|GetCombatTargets]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGameSettingFloat - Game|GetGameSettingFloat]]'''
| '''[[Actor Script|Actor]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetCommandedActors - Actor|GetCommandedActors]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGameSettingInt - Game|GetGameSettingInt]]'''
| '''[[Actor Script|Actor]]'''
| '''Game'''  
|
|
|-
| '''[[GetCommandingActor - Actor|GetCommandingActor]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-  
|-  
| '''[[GetConditionList - Form|GetConditionList]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGameSettingString - Game|GetGameSettingString]]'''
| '''[[Form Script|Form]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetCriticalStage - Actor|GetCriticalStage]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGiftFilter - ActorBase|GetGiftFilter]]'''
| '''[[Actor Script|Actor]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetDeathItem - ActorBase|GetDeathItem]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGoldAmount - Actor|GetGoldAmount]]'''
| '''[[ActorBase Script|ActorBase]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetDescription - Form|GetDescription]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGoldValue - Form|GetGoldValue]]'''
| '''[[Form Script|Form]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[GetDoorDestination - ObjectReference|GetDoorDestination]]'''<sup>PO3 PE SSE</sup>
| '''[[GetGreen - ColorForm|GetGreen]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ColorForm'''  
|
|
|-  
|-  
| '''[[GetEffectArchetypeAsInt - MagicEffect|GetEffectArchetypeAsInt]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHairColor - ActorBase|GetHairColor]]'''<sup>SKSE</sup>  
| '''[[MagicEffect Script|MagicEffect]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetEffectArchetypeAsString - MagicEffect|GetEffectArchetypeAsString]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHeadingAngle - ObjectReference|GetHeadingAngle]]'''
| '''[[MagicEffect Script|MagicEffect]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetEffectShaderDuration - ObjectReference|GetEffectShaderDuration]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHeight - ActorBase|GetHeight]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetEffectShaderTotalCount - EffectShader|GetEffectShaderTotalCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHeight - ObjectReference|GetHeight]]'''
| '''[[EffectShader Script|EffectShader]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetEnchantmentType - Enchantment|GetEnchantmentType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHighestRelationshipRank - Actor|GetHighestRelationshipRank]]'''
| '''[[Enchantment Script|Enchantment]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetEquippedAmmo - Actor|GetEquippedAmmo]]'''<sup>PO3 PE SSE</sup>
| '''[[GetHue - ColorForm|GetHue]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''ColorForm'''  
|
|
|-  
|-  
| '''[[GetEquippedWeaponIsPoisoned - Actor|GetEquippedWeaponIsPoisoned]]'''<sup>PO3 PE SSE</sup>
| '''[[GetID - Alias|GetID]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Alias'''  
|
|
|-  
|-  
| '''[[GetEquippedWeaponPoison - Actor|GetEquippedWeaponPoison]]'''<sup>PO3 PE SSE</sup>
| '''[[GetInfamy - Faction|GetInfamy]]'''
| '''[[Actor Script|Actor]]'''
| '''Faction'''  
|
|
|-  
|-  
| '''[[GetEquippedWeaponPoisonCount - Actor|GetEquippedWeaponPoisonCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetInfamyNonViolent - Faction|GetInfamyNonViolent]]'''
| '''[[Actor Script|Actor]]'''
| '''Faction'''  
|
|
|-  
|-  
| '''[[GetFootstepSet - ArmorAddon|GetFootstepSet]]'''<sup>PO3 PE SSE</sup>
| '''[[GetInfamyViolent - Faction|GetInfamyViolent]]'''
| '''[[ArmorAddon Script|ArmorAddon]]'''
| '''Faction'''  
|
|
|-  
|-  
| '''[[GetFormEditorID - Form|GetFormEditorID]]'''<sup>PO3 PE SSE</sup>
| '''[[GetINIBool - Utility|GetINIBool]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[GetFormFromEditorID - Game|GetFormFromEditorID]]'''<sup>PO3 PE SSE</sup>
| '''[[GetINIFloat - Utility|GetINIFloat]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[GetFormModName - Form|GetFormModName]]'''<sup>PO3 PE SSE</sup>
| '''[[GetINIInt - Utility|GetINIInt]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[GetFurnitureType - Furniture|GetFurnitureType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetINIString - Utility|GetINIString]]'''<sup>SKSE</sup>  
| '''[[Furniture Script|Furniture]]'''
| '''Utility'''  
|
|
|-  
|-  
| '''[[GetGameSettingBool - Game|GetGameSettingBool]]'''<sup>PO3 PE SSE</sup>
| '''[[GetItemCharge - ObjectReference|GetItemCharge]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetGodMode - Game|GetGodMode]]'''<sup>PO3 PE SSE</sup>
| '''[[GetItemCount - ObjectReference|GetItemCount]]'''
| '''[[Game Script|Game]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetHairColor - Actor|GetHairColor]]'''<sup>PO3 PE SSE</sup>
| '''[[GetItemHealthPercent - ObjectReference|GetItemHealthPercent]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetHazardIMOD - Hazard|GetHazardIMOD]]'''<sup>PO3 PE SSE</sup>
| '''[[GetItemMaxCharge - ObjectReference|GetItemMaxCharge]]'''<sup>SKSE</sup>  
| '''[[Hazard Script|Hazard]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetHazardIMODRadius - Hazard|GetHazardIMODRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[GetKey - ObjectReference|GetKey]]'''
| '''[[Hazard Script|Hazard]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetHazardIPDS - Hazard|GetHazardIPDS]]'''<sup>PO3 PE SSE</sup>
| '''[[GetKeyword - Keyword|GetKeyword]]'''<sup>SKSE</sup>  
| '''[[Hazard Script|Hazard]]'''
| '''Keyword'''  
|
|
|-  
|-  
| '''[[GetHazardLifetime - Hazard|GetHazardLifetime]]'''<sup>PO3 PE SSE</sup>
| '''[[GetKeywordData - Location|GetKeywordData]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Location'''  
|
|
|-  
|-  
| '''[[GetHazardLight - Hazard|GetHazardLight]]'''<sup>PO3 PE SSE</sup>
| '''[[GetKiller - Actor|GetKiller]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetHazardLimit - Hazard|GetHazardLimit]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLength - ObjectReference|GetLength]]'''
| '''[[Hazard Script|Hazard]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetHazardRadius - Hazard|GetHazardRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLength - StringUtil|GetLength]]'''<sup>SKSE</sup>  
| '''[[Hazard Script|Hazard]]'''
| '''StringUtil'''  
|
|
|-  
|-  
| '''[[GetHazardSound - Hazard|GetHazardSound]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLevel - Actor|GetLevel]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetHazardSpell - Hazard|GetHazardSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLeveledActorBase - Actor|GetLeveledActorBase]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetHazardTargetInterval - Hazard|GetHazardTargetInterval]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLightLevel - Actor|GetLightLevel]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetHeadPartTextureSet - Actor|GetHeadPartTextureSet]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLinkedRef - ObjectReference|GetLinkedRef]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetLightFade - Light|GetLightFade]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLocation - LocationAlias|GetLocation]]'''
| '''[[Light Script|Light]]'''
| '''LocationAlias'''  
|
|
|-  
|-  
| '''[[GetLightFOV - Light|GetLightFOV]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLockLevel - ObjectReference|GetLockLevel]]'''
| '''[[Light Script|Light]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetLightingTemplate - Cell|GetLightingTemplate]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]'''
| '''[[Cell Script|Cell]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetLightRadius - Light|GetLightRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[GetLuminosity - ColorForm|GetLuminosity]]'''<sup>SKSE</sup>  
| '''[[Light Script|Light]]'''
| '''ColorForm'''  
|
|
|-  
|-  
| '''[[GetLightRGB - Light|GetLightRGB]]'''<sup>PO3 PE SSE</sup>
| '''[[GetMappedKey - Input|GetMappedKey]]'''<sup>SKSE</sup>  
| '''[[Light Script|Light]]'''
| '''Input'''  
|
|
|-  
|-  
| '''[[GetLightShadowDepthBias - Light|GetLightShadowDepthBias]]'''<sup>PO3 PE SSE</sup>
| '''[[GetMaskForSlot - Armor|GetMaskForSlot]]'''<sup>SKSE</sup>  
| '''[[Light Script|Light]]'''
| '''Armor'''  
|
|
|-  
|-  
| '''[[GetLightType - Light|GetLightType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetMass - ObjectReference|GetMass]]'''
| '''[[Light Script|Light]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetLinkedChildren - ObjectReference|GetLinkedChildren]]'''<sup>PO3 PE SSE</sup>
| '''[[GetMaxRange - Weapon|GetMaxRange]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Weapon'''  
|
|
|-  
|-  
| '''[[GetLocalGravity - Game|GetLocalGravity]]'''<sup>PO3 PE SSE</sup>
| '''[[GetMinRange - Weapon|GetMinRange]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''Weapon'''  
|
|
|-  
|-  
| '''[[GetLocalGravityActor - Actor|GetLocalGravityActor]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModAuthor - Game|GetModAuthor]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetMagicEffectSound - MagicEffect|GetMagicEffectSound]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModCount - Game|GetModCount]]'''<sup>SKSE</sup>  
| '''[[MagicEffect Script|MagicEffect]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetMagicEffectSource - ObjectReference|GetMagicEffectSource]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModDependencyCount - Game|GetModDependencyCount]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetMaterialType - ObjectReference|GetMaterialType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModDescription - Game|GetModDescription]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetMembraneFillTexture - EffectShader|GetMembraneFillTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModelPath - Armor|GetModelPath]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Armor'''  
|
|
|-  
|-  
| '''[[GetMembraneHolesTexture - EffectShader|GetMembraneHolesTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModelPath - Weapon|GetModelPath]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Weapon'''  
|
|
|-  
|-  
| '''[[GetMembranePaletteTexture - EffectShader|GetMembranePaletteTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[GetModName - Game|GetModName]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetMenuContainer - UI|GetMenuContainer]]'''<sup>PO3 PE SSE</sup>
| '''[[GetName - Alias|GetName]]'''<sup>SKSE</sup>  
| '''[[UI Script|UI]]'''
| '''Alias'''  
|
|
|-  
| '''[[GetMotionType - ObjectReference|GetMotionType]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-  
|-  
| '''[[GetMount - Actor|GetMount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetName - Form|GetName]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[GetNthPerk - ActorBase|GetNthPerk]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNoBleedoutRecovery - Actor|GetNoBleedoutRecovery]]'''
| '''[[ActorBase Script|ActorBase]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetNumActorsInHigh - Game|GetNumActorsInHigh]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthChar - StringUtil|GetNthChar]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''StringUtil'''  
|
|
|-  
|-  
| '''[[GetObjectUnderFeet - Actor|GetObjectUnderFeet]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectArea - Enchantment|GetNthEffectArea]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Enchantment'''  
|
|
|-  
|-  
| '''[[GetOffersServices - Actor|GetOffersServices]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectArea - Ingredient|GetNthEffectArea]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Ingredient'''  
|
|
|-  
|-  
| '''[[GetPackageIdles - Package|GetPackageIdles]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectArea - Potion|GetNthEffectArea]]'''<sup>SKSE</sup>  
| '''[[Package Script|Package]]'''
| '''Potion'''  
|
|
|-  
|-  
| '''[[GetPackageType - Package|GetPackageType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectArea - Scroll|GetNthEffectArea]]'''<sup>SKSE</sup>  
| '''[[Package Script|Package]]'''
| '''Scroll'''  
|
|
|-  
|-  
| '''[[GetParentLocation - Location|GetParentLocation]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectArea - Spell|GetNthEffectArea]]'''<sup>SKSE</sup>  
| '''[[Location Script|Location]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[GetParticleFullCount - EffectShader|GetParticleFullCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectDuration - Enchantment|GetNthEffectDuration]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Enchantment'''  
|
|
|-  
|-  
| '''[[GetParticlePersistentCount - EffectShader|GetParticlePersistentCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectDuration - Ingredient|GetNthEffectDuration]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Ingredient'''  
|
|
|-  
|-  
| '''[[GetParticleShaderTexture - EffectShader|GetParticleShaderTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectDuration - Potion|GetNthEffectDuration]]'''<sup>SKSE</sup>  
| '''[[EffectShader Script|EffectShader]]'''
| '''Potion'''  
|
|
|-  
|-  
| '''[[GetPerkCount - ActorBase|GetPerkCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectDuration - Scroll|GetNthEffectDuration]]'''<sup>SKSE</sup>  
| '''[[ActorBase Script|ActorBase]]'''
| '''Scroll'''  
|
|
|-  
|-  
| '''[[GetPlayerFollowers - Game|GetPlayerFollowers]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectDuration - Spell|GetNthEffectDuration]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[GetPrimaryActorValue - MagicEffect|GetPrimaryActorValue]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagicEffect - Enchantment|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>  
| '''[[MagicEffect Script|MagicEffect]]'''
| '''Enchantment'''  
|
|
|-  
|-  
| '''[[GetProjectileImpactForce - Projectile|GetProjectileImpactForce]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagicEffect - Ingredient|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>  
| '''[[Projectile Script|Projectile]]'''
| '''Ingredient'''  
|
|
|-  
|-  
| '''[[GetProjectileRange - Projectile|GetProjectileRange]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagicEffect - Potion|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>  
| '''[[Projectile Script|Projectile]]'''
| '''Potion'''  
|
|
|-  
|-  
| '''[[GetProjectileSpeed - Projectile|GetProjectileSpeed]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagicEffect - Scroll|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>  
| '''[[Projectile Script|Projectile]]'''
| '''Scroll'''  
|
|
|-  
|-  
| '''[[GetProjectileType - Projectile|GetProjectileType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagicEffect - Spell|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>  
| '''[[Projectile Script|Projectile]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[GetQuestItems - ObjectReference|GetQuestItems]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagnitude - Enchantment|GetNthEffectMagnitude]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Enchantment'''  
|
|
|-  
|-  
| '''[[GetRandomActorFromRef - ObjectReference|GetRandomActorFromRef]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagnitude - Ingredient|GetNthEffectMagnitude]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Ingredient'''  
|
|
|-  
| '''[[GetRefAliases - ObjectReference|GetRefAliases]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-  
|-  
| '''[[GetRefCount - ObjectReference|GetRefCount]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagnitude - Potion|GetNthEffectMagnitude]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Potion'''  
|
|
|-  
|-  
| '''[[GetRelationships - ActorBase|GetRelationships]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagnitude - Scroll|GetNthEffectMagnitude]]'''<sup>SKSE</sup>  
| '''[[ActorBase Script|ActorBase]]'''
| '''Scroll'''  
|
|
|-  
|-  
| '''[[GetRider - Actor|GetRider]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthEffectMagnitude - Spell|GetNthEffectMagnitude]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[GetRunningPackage - Actor|GetRunningPackage]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthForm - ObjectReference|GetNthForm]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetSecondaryActorValue - MagicEffect|GetSecondaryActorValue]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthHeadPart - ActorBase|GetNthHeadPart]]'''<sup>SKSE</sup>  
| '''[[MagicEffect Script|MagicEffect]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetSkinColor - Actor|GetSkinColor]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthIngredient - ConstructibleObject|GetNthIngredient]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''ConstructibleObject'''  
|
|
|-  
|-  
| '''[[GetSortedActorNames - Array|GetSortedActorNames]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthIngredientQuantity - ConstructibleObject|GetNthIngredientQuantity]]'''<sup>SKSE</sup>  
| '''[[Array Script|Array]]'''
| '''ConstructibleObject'''  
|
|
|-  
|-  
| '''[[GetSortedNPCNames - Array|GetSortedNPCNames]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthKeyPressed - Input|GetNthKeyPressed]]'''<sup>SKSE</sup>  
| '''[[Array Script|Array]]'''
| '''Input'''  
|
|
|-  
|-  
| '''[[GetSpellType - Spell|GetSpellType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthKeyword - Form|GetNthKeyword]]'''<sup>SKSE</sup>  
| '''[[Spell Script|Spell]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[GetStoredSoulSize - ObjectReference|GetStoredSoulSize]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthLinkedRef - ObjectReference|GetNthLinkedRef]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[GetSurfaceMaterialType - Game|GetSurfaceMaterialType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthModDependency - Game|GetNthModDependency]]'''<sup>SKSE</sup>  
| '''[[Game Script|Game]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[GetSystemTime - Utility|GetSystemTime]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthParent - EquipSlot|GetNthParent]]'''<sup>SKSE</sup>  
| '''[[Utility Script|Utility]]'''
| '''EquipSlot'''  
|
|
|-  
|-  
| '''[[GetTimeDead - Actor|GetTimeDead]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthPart - Outfit|GetNthPart]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Outfit'''  
|
|
|-  
|-  
| '''[[GetTimeOfDeath - Actor|GetTimeOfDeath]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthRef - Cell|GetNthRef]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Cell'''  
|
|
|-  
|-  
| '''[[GetVendorFaction - Actor|GetVendorFaction]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthSpell - Actor|GetNthSpell]]'''<sup>SKSE</sup>  
| '''[[Actor Script|Actor]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[GetVendorFactionContainer - Faction|GetVendorFactionContainer]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthSpell - ActorBase|GetNthSpell]]'''<sup>SKSE</sup>  
| '''[[Faction Script|Faction]]'''
| '''ActorBase'''  
|
|
|-  
|-  
| '''[[GetWeatherType - Weather|GetWeatherType]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNthSpell - Race|GetNthSpell]]'''<sup>SKSE</sup>  
| '''[[Weather Script|Weather]]'''
| '''Race'''  
|
|
|-  
|-  
| '''[[GetWindSpeedAsFloat - Weather|GetWindSpeedAsFloat]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNumEffects - Enchantment|GetNumEffects]]'''<sup>SKSE</sup>  
| '''[[Weather Script|Weather]]'''
| '''Enchantment'''  
|
|
|-  
|-  
| '''[[GetWindSpeedAsInt - Weather|GetWindSpeedAsInt]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNumEffects - Ingredient|GetNumEffects]]'''<sup>SKSE</sup>  
| '''[[Weather Script|Weather]]'''
| '''Ingredient'''  
|
|
|-  
|-  
| '''[[GivePlayerSpellBook - Debug|GivePlayerSpellBook]]'''<sup>PO3 PE SSE</sup>
| '''[[GetNumEffects - Potion|GetNumEffects]]'''<sup>SKSE</sup>  
| '''[[Debug Script|Debug]]'''
| '''Potion'''  
|
|
|-  
|-  
| '''[[FileExists - MiscUtil|FileExists]]'''<sup>PU SE</sup>
| '''[[GetNumEffects - Scroll|GetNumEffects]]'''<sup>SKSE</sup>  
| '''[[MiscUtil Script|MiscUtil]]'''
| '''Scroll'''  
|bool
|
|-  
|-  
| '''[[FilesInFolder - MiscUtil|FilesInFolder]]'''<sup>PU SE</sup>
| '''[[GetNumEffects - Spell|GetNumEffects]]'''<sup>SKSE</sup>  
| '''[[MiscUtil Script|MiscUtil]]'''
| '''Spell'''  
|string[]
|
|-  
|-  
| '''[[FindPathFloatElement - JsonUtil|FindPathFloatElement]]'''<sup>PU SE</sup>
| '''[[GetNumHeadParts - ActorBase|GetNumHeadParts]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ActorBase'''  
|int
|
|-  
|-  
| '''[[FindPathFormElement - JsonUtil|FindPathFormElement]]'''<sup>PU SE</sup>
| '''[[GetNumIngredients - ConstructibleObject|GetNumIngredients]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ConstructibleObject'''  
|int
|
|-  
|-  
| '''[[FindPathIntElement - JsonUtil|FindPathIntElement]]'''<sup>PU SE</sup>
| '''[[GetNumItems - ObjectReference|GetNumItems]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ObjectReference'''  
|int
|
|-  
|-  
| '''[[FindPathStringElement - JsonUtil|FindPathStringElement]]'''<sup>PU SE</sup>
| '''[[GetNumKeysPressed - Input|GetNumKeysPressed]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Input'''  
|int
|
|-  
|-  
| '''[[FloatArray - PapyrusUtil|FloatArray]]'''<sup>PU SE</sup>
| '''[[GetNumKeywords - Form|GetNumKeywords]]'''<sup>SKSE</sup>  
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Form'''  
|float[]
|
|-  
|-  
| '''[[FloatListAdd - JsonUtil|FloatListAdd]]'''<sup>PU SE</sup>
| '''[[GetNumParents - EquipSlot|GetNumParents]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''EquipSlot'''  
|int
|
|-  
|-  
| '''[[FloatListAdjust - JsonUtil|FloatListAdjust]]'''<sup>PU SE</sup>
| '''[[GetNumParts - Outfit|GetNumParts]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Outfit'''  
|float
|
|-  
|-  
| '''[[FloatListClear - JsonUtil|FloatListClear]]'''<sup>PU SE</sup>
| '''[[GetNumRefs - Cell|GetNumRefs]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Cell'''  
|int
|
|-  
|-  
| '''[[FloatListCopy - JsonUtil|FloatListCopy]]'''<sup>PU SE</sup>
| '''[[GetOpenState - ObjectReference|GetOpenState]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ObjectReference'''  
|bool
|
|-  
|-  
| '''[[FloatListCount - JsonUtil|FloatListCount]]'''<sup>PU SE</sup>
| '''[[GetOutfit - ActorBase|GetOutfit]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ActorBase'''  
|int
|
|-  
|-  
| '''[[FloatListCountValue - JsonUtil|FloatListCountValue]]'''<sup>PU SE</sup>
| '''[[GetOutgoingWeather - Weather|GetOutgoingWeather]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Weather'''  
|int
|
|-  
|-  
| '''[[FloatListFind - JsonUtil|FloatListFind]]'''<sup>PU SE</sup>
| '''[[GetOwningQuest - Alias|GetOwningQuest]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Alias'''  
|int
|
|-  
|-  
| '''[[FloatListGet - JsonUtil|FloatListGet]]'''<sup>PU SE</sup>
| '''[[GetOwningQuest - Package|GetOwningQuest]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Package'''  
|Float
|
|-  
|-  
| '''[[FloatListHas - JsonUtil|FloatListHas]]'''<sup>PU SE</sup>
| '''[[GetOwningQuest - Scene|GetOwningQuest]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Scene'''  
|bool
|
|-  
|-  
| '''[[FloatListInsertAt - JsonUtil|FloatListInsertAt]]'''<sup>PU SE</sup>
| '''[[GetOwningQuest - TopicInfo|GetOwningQuest]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''TopicInfo'''  
|bool
|
|-
| '''[[FloatListRandom - JsonUtil|FloatListRandom]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float
|-
| '''[[FloatListRemove - JsonUtil|FloatListRemove]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FloatListRemoveAt - JsonUtil|FloatListRemoveAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[FloatListResize - JsonUtil|FloatListResize]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FloatListSet - JsonUtil|FloatListSet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Float
|-
| '''[[FloatListSlice - JsonUtil|FloatListSlice]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[FloatListToArray - JsonUtil|FloatListToArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float[]
|-
| '''[[FoldersInFolder - MiscUtil|FoldersInFolder]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|string[]
|-
| '''[[FormArray - PapyrusUtil|FormArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[FormListAdd - JsonUtil|FormListAdd]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListClear - JsonUtil|FormListClear]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListCopy - JsonUtil|FormListCopy]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[FormListCount - JsonUtil|FormListCount]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListCountValue - JsonUtil|FormListCountValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListFind - JsonUtil|FormListFind]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListGet - JsonUtil|FormListGet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Form
|-
| '''[[FormListHas - JsonUtil|FormListHas]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[FormListInsertAt - JsonUtil|FormListInsertAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[FormListRandom - JsonUtil|FormListRandom]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Form
|-
| '''[[FormListRemove - JsonUtil|FormListRemove]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListRemoveAt - JsonUtil|FormListRemoveAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[FormListResize - JsonUtil|FormListResize]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[FormListSet - JsonUtil|FormListSet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Form
|-
| '''[[FormListSlice - JsonUtil|FormListSlice]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[FormListToArray - JsonUtil|FormListToArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Form[]
|-  
|-  
   
   
| '''[[GetParentCell - ObjectReference|GetParentCell]]'''
|}
| '''ObjectReference'''  
 
=== G ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
| '''[[GameTimeToString - Utility|GameTimeToString]]'''
| [[Utility Script|'''Utility''']]
|String
|   
|   
|-  
|-  
   
   
| '''[[GetPerkPoints - Game|GetPerkPoints]]'''<sup>SKSE</sup>
| '''[[GetActorBase - Actor|GetActorBase]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|ActorBase
|   
|   
|-  
|-  
   
   
| '''[[GetPlatformName - Debug|GetPlatformName]]'''
| '''[[GetActorOwner - Cell|GetActorOwner]]'''
| '''Debug'''  
| [[Cell Script|'''Cell''']]
|ActorBase
|   
|   
|-  
|-  
   
   
| '''[[GetPlayer - Game|GetPlayer]]'''
| '''[[GetActorOwner - ObjectReference|GetActorOwner]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|ActorBase
|   
|   
|-  
|-  
   
   
| '''[[GetPlayerControls - Actor|GetPlayerControls]]'''
| '''[[GetActorReference - ReferenceAlias|GetActorReference]]'''
| '''Actor'''  
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|Actor
|   
|   
|-  
|-  
   
   
| '''[[GetPlayerGrabbedRef - Game|GetPlayerGrabbedRef]]'''
| '''[[GetActorValue - Actor|GetActorValue]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|Float
|   
|   
|-
|'''[[GetActorValueInfoByID - ActorValueInfo|GetActorValueInfoByID]]'''<sup>SKSE</sup>
|[[Actor Script|'''ActorValueInfo''']]
|ActorValueInfo
|
|-
|'''[[GetActorValueInfoByName - ActorValueInfo|GetActorValueInfoByName]]'''<sup>SKSE</sup>
|[[Actor Script|'''ActorValueInfo''']]
|ActorValueInfo
|
|-
|'''[[GetActorValueMax - Actor|GetActorValueMax]]'''
|[[Actor Script|'''Actor''']]
|Float
|
|-  
|-  
   
   
| '''[[GetPlayersLastRiddenHorse - Game|GetPlayersLastRiddenHorse]]'''
| '''[[GetActorValuePercentage - Actor|GetActorValuePercentage]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|
|Float
|
|-
|[[GetActualWaterLevel - Cell|'''GetActualWaterLevel''']]<sup>SKSE</sup>
|[[Cell Script|'''Cell''']]
|Float
|
|-  
|-  
   
   
| '''[[GetPositionX - ObjectReference|GetPositionX]]'''
| '''[[GetAlias - Quest|GetAlias]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|
|Alias
|
|-
|'''[[GetAliasByID - Quest|GetAliasByID]]'''<sup>SKSE</sup>
|[[Quest Script|'''Quest''']]
|Alias
|
|-
|'''[[GetAliasByName - Quest|GetAliasByName]]'''<sup>SKSE</sup>
|[[Quest Script|'''Quest''']]
|Alias
|
|-
|'''[[GetAliases - Quest|GetAliases]]'''<sup>SKSE</sup>
|[[Quest Script|'''Quest''']]
|Alias[]
|
|-
|'''[[GetAllAmmo - GameData|GetAllAmmo]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllArmor - GameData|GetAllArmor]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllBooks - GameData|GetAllBooks]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllForms - GameData|GetAllForms]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllIngredients - GameData|GetAllIngredients]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|[[GetAllKeys - GameData|'''GetAllKeys''']]<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllMiscItems - GameData|GetAllMiscItems]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllowDualWielding - CombatStyle|GetAllowDualWielding]]'''<sup>SKSE</sup>
|'''[[CombatStyle Script|CombatStyle]]'''
|Bool
|
|-
|'''[[GetAllPotions - GameData|GetAllPotions]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllScrolls - GameData|GetAllScrolls]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAllWeapons - GameData|GetAllWeapons]]'''<sup>SKSE</sup>
|'''[[GameData Script|GameData]]'''
|Form[]
|
|-
|'''[[GetAlpha - ColorComponent|GetAlpha]]'''<sup>SKSE</sup>
|[[ColorComponent Script|'''ColorComponent''']]
|Int
|
|-  
|-  
   
   
| '''[[GetPositionY - ObjectReference|GetPositionY]]'''
| '''[[GetAngleX - ObjectReference|GetAngleX]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Float
|
|-  
|-  
   
   
| '''[[GetPositionZ - ObjectReference|GetPositionZ]]'''
| '''[[GetAngleY - ObjectReference|GetAngleY]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Float
|
|-  
|-  
   
   
| '''[[GetRace - Actor|GetRace]]'''
| '''[[GetAngleZ - ObjectReference|GetAngleZ]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Float
|
|-  
|-  
   
   
| '''[[GetRace - ActorBase|GetRace]]'''
| '''[[GetAnimationVariableBool - ObjectReference|GetAnimationVariableBool]]'''
| '''ActorBase'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Bool
|
|-  
|-  
   
   
| '''[[GetReach - Weapon|GetReach]]'''<sup>SKSE</sup>
| '''[[GetAnimationVariableFloat - ObjectReference|GetAnimationVariableFloat]]'''
| '''Weapon'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Float
|
|-  
|-  
   
   
| '''[[GetReaction - Faction|GetReaction]]'''
| '''[[GetAnimationVariableInt - ObjectReference|GetAnimationVariableInt]]'''
| '''Faction'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|
|Int
|
|-  
|-  
   
   
| '''[[GetRealHoursPassed - Game|GetRealHoursPassed]]'''
| '''[[GetArmorRating - Armor|GetArmorRating]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Armor Script|'''Armor''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetRed - ColorForm|GetRed]]'''<sup>SKSE</sup>
| '''[[GetAssociatedSkill - MagicEffect|GetAssociatedSkill]]'''
| '''ColorForm'''  
| '''[[MagicEffect Script|MagicEffect]]'''
|
|String
|
|-  
|-  
   
   
| '''[[GetReference - ReferenceAlias|GetReference]]'''
| '''[[GetAt - FormList|GetAt]]'''
| '''ReferenceAlias'''  
| [[FormList Script|'''FormList''']]
|
|Form
|
|-
|'''[[GetActorValue - Actor|GetAV]]'''
|[[Actor Script|'''Actor''']]
|Float
|alias for GetActorValue
|-
|'''[[GetAverageFrameRate - Utility|GetAverageFrameRate]]'''
|'''[[Utility Script|Utility]]'''
|Float
|
|-
|'''[[GetActorValueInfoByID - ActorValueInfo|GetAVIByID]]'''<sup>SKSE</sup>
|'''[[ActorValueInfo Script|ActorValueInfo]]'''
|ActorValueInfo
|alias for GetActorValueInfoByID
|-
|'''[[GetActorValueInfoByName - ActorValueInfo|GetAVIByName]]'''<sup>SKSE</sup>
|'''[[ActorValueInfo Script|ActorValueInfo]]'''
|ActorValueInfo
|alias for GetActorValueInfoByName
|-
|'''[[GetActorValueMax - Actor|GetAVMax]]'''
|[[Actor Script|'''Actor''']]
|Float
|alias for GetActorValueMax
|-
|'''[[GetAvoidThreatChance - CombatStyle|GetAvoidThreatChance]]'''
|'''[[CombatStyle Script|CombatStyle]]'''
|Float
|
|-
|'''[[GetActorValuePercentage - Actor|GetAVPercentage]]'''
|[[Actor Script|'''Actor''']]
|Float
|alias for GetActorValuePercentage
|-  
|-  
   
   
| '''[[GetRefTypeAliveCount - Location|GetRefTypeAliveCount]]'''
| '''[[GetBaseActorValue - Actor|GetBaseActorValue]]'''
| '''Location'''  
| [[Actor Script|'''Actor''']]
|
|Float
|
|-
|'''[[GetBaseActorValue - Actor|GetBaseAV]]'''
|[[Actor Script|'''Actor''']]
|Float
|alias for GetBaseActorValue
|-
|'''[[GetBaseCost - MagicEffect|GetBaseCost]]'''<sup>SKSE</sup>
|'''[[MagicEffect Script|MagicEffect]]'''
|Float
|
|-  
|-  
   
   
| '''[[GetRefTypeDeadCount - Location|GetRefTypeDeadCount]]'''
| '''[[GetBaseDamage - Weapon|GetBaseDamage]]'''<sup>SKSE</sup>
| '''Location'''  
| [[Weapon Script|'''Weapon''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetRelationshipRank - Actor|GetRelationshipRank]]'''
| '''[[GetBaseObject - ActiveMagicEffect|GetBaseObject]]'''
| '''Actor'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|
|MagicEffect
|
|-  
|-  
   
   
| '''[[GetResult - ConstructibleObject|GetResult]]'''<sup>SKSE</sup>  
| '''[[GetBaseObject - ObjectReference|GetBaseObject]]'''
| '''ConstructibleObject'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|Form
|
|-
|'''[[GetBaseValue - ActiveMagicEffect|GetBaseValue]]'''
|[[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|Float
|
|-
|'''[[GetBlue - ColorComponent|GetBlue]]'''<sup>SKSE</sup>
|'''[[ColorComponent Script|ColorComponent]]'''
|Int
|global function
|-  
|-  
   
   
| '''[[GetResultQuantity - ConstructibleObject|GetResultQuantity]]'''<sup>SKSE</sup>  
| '''[[GetBlue - ColorForm|GetBlue]]'''<sup>SKSE</sup>
| '''ConstructibleObject'''  
| [[ColorForm Script|'''ColorForm''']]
|
|Int
|
|-
|'''[[GetBool - UI|GetBool]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|Bool
|
|-  
|-  
   
   
| '''[[GetSaturation - ColorForm|GetSaturation]]'''<sup>SKSE</sup>  
| '''[[GetBribeAmount - Actor|GetBribeAmount]]'''
| '''ColorForm'''  
| [[Actor Script|'''Actor''']]
|
|Int
|
|-
|'''[[GetBudgetCount - Utility|GetBudgetCount]]'''
|'''[[Utility Script|Utility]]'''
|Int
|
|-
|'''[[GetBudgetName - Utility|GetBudgetName]]'''
|'''[[Utility Script|Utility]]'''
|String
|
|-
|'''[[GetBuySellList - Faction|GetBuySellList]]'''<sup>SKSE</sup>
|'''[[Faction Script|Faction]]'''
|FormList
|
|-
|'''[[GetCameraState - Camera|GetCameraState]]'''<sup>SKSE</sup>
|'''[[Camera Script|Camera]]'''
|Int
|
|-
|'''[[GetCameraState - Game|GetCameraState]]'''<sup>SKSE</sup>
|'''[[Game Script|Game]]'''
|Int
|
|-  
|-  
   
   
| '''[[GetScale - ObjectReference|GetScale]]'''
| '''[[GetCasterActor - ActiveMagicEffect|GetCasterActor]]'''
| '''ObjectReference'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|
|Actor
|
|-
|'''[[GetCastTime - MagicEffect|GetCastTime]]'''<sup>SKSE</sup>
|'''[[MagicEffect Script|MagicEffect]]'''
|Float
|
|-  
|-  
   
   
| '''[[GetSex - ActorBase|GetSex]]'''
| '''[[GetCastTime - Scroll|GetCastTime]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Scroll Script|'''Scroll''']]
|   
|Float
|
|-
   
| '''[[GetCastTime - Spell|GetCastTime]]'''<sup>SKSE</sup>
| [[Spell Script|'''Spell''']]
|Float
|
|-
|'''[[GetChanceGlobal - LeveledItem|GetChanceGlobal]]'''<sup>SKSE</sup>
|'''[[LeveledItem Script|LeveledItem]]'''
|GlobalVariable
|
|-
|'''[[GetChanceNone - LeveledItem|GetChanceNone]]'''<sup>SKSE</sup>
|'''[[LeveledItem Script|LeveledItem]]'''
|Int
|
|-
|'''[[GetChanceNone - LeveledSpell|GetChanceNone]]'''<sup>SKSE</sup>
|'''[[LeveledSpell Script|LeveledSpell]]'''
|Int
|
|-  
|-  
   
   
| '''[[GetSitState - Actor|GetSitState]]'''
| '''[[GetClass - ActorBase|GetClass]]'''
| '''Actor'''  
| [[ActorBase Script|'''ActorBase''']]
|
|Class
|
|-  
|-  
   
   
| '''[[GetSize - FormList|GetSize]]'''
| '''[[GetClassification - Weather|GetClassification]]'''
| '''FormList'''  
| [[Weather Script|'''Weather''']]
|
|Int
|
|-
|'''[[GetCloseRangeDuelingCircleMult - CombatStyle|GetCloseRangeDuelingCircleMult]]'''<sup>SKSE</sup>
|'''[[CombatStyle Script|CombatStyle]]'''
|Float
|
|-
|'''[[GetCloseRangeDuelingFallbackMult - CombatStyle|GetCloseRangeDuelingFallbackMult]]'''<sup>SKSE</sup>
|'''[[CombatStyle Script|CombatStyle]]'''
|Float
|
|-
|'''[[GetCloseRangeFlankingFlankDistance - CombatStyle|GetCloseRangeFlankingFlankDistance]]'''<sup>SKSE</sup>
|'''[[CombatStyle Script|CombatStyle]]'''
|Float
|
|-
|'''[[GetCloseRangeFlankingStalkTime - CombatStyle|GetCloseRangeFlankingStalkTime]]'''<sup>SKSE</sup>
|'''[[CombatStyle Script|CombatStyle]]'''
|Float
|
|-
|'''[[GetColor - ColorForm|GetColor]]'''<sup>SKSE</sup>
|'''[[ColorForm Script|ColorForm]]'''
|Int
|
|-  
|-  
   
   
| '''[[GetSkill - Book|GetSkill]]'''<sup>SKSE</sup>
| '''[[GetCombatState - Actor|GetCombatState]]'''
| '''Book'''  
| [[Actor Script|'''Actor''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetSkyMode - Weather|GetSkyMode]]'''
| '''[[GetCombatStyle - ActorBase|GetCombatStyle]]'''<sup>SKSE</sup>
| '''Weather'''  
| [[ActorBase Script|'''ActorBase''']]
|
|CombatStyle
|
|-  
|-  
   
   
| '''[[GetSleepState - Actor|GetSleepState]]'''
| '''[[GetCombatTarget - Actor|GetCombatTarget]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|Actor
|
|-  
|-  
   
   
| '''[[GetSlotMask - Armor|GetSlotMask]]'''<sup>SKSE</sup>  
| '''[[GetConfigName - Debug|GetConfigName]]'''
| '''Armor'''  
| [[Debug Script|'''Debug''']]
|
|String
|
|-
|'''[[GetContainerForms - ObjectReference|GetContainerForms]]'''<sup>SKSE</sup>
|[[ObjectReference Script|'''ObjectReference''']]
|Form[]
|
|-  
|-  
   
   
| '''[[GetSpeed - Weapon|GetSpeed]]'''<sup>SKSE</sup>  
| '''[[GetCostliestEffectIndex - Enchantment|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''Weapon'''  
| '''[[Enchantment Script|Enchantment]]'''
|
|Int
|
|-  
|-  
   
   
| '''[[GetSpell - Book|GetSpell]]'''<sup>SKSE</sup>  
| '''[[GetCostliestEffectIndex - Ingredient|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''Book'''  
| '''[[Ingredient Script|Ingredient]]'''
|
|Int
|
|-  
|-  
   
   
| '''[[GetSpellCount - Actor|GetSpellCount]]'''<sup>SKSE</sup>  
| '''[[GetCostliestEffectIndex - Potion|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[Potion Script|Potion]]'''
|
|Int
|
|-  
|-  
   
   
| '''[[GetSpellCount - ActorBase|GetSpellCount]]'''<sup>SKSE</sup>  
| '''[[GetCostliestEffectIndex - Scroll|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Scroll Script|'''Scroll''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetSpellCount - Race|GetSpellCount]]'''<sup>SKSE</sup>  
| '''[[GetCostliestEffectIndex - Spell|GetCostliestEffectIndex]]'''<sup>SKSE</sup>
| '''Race'''  
| [[Spell Script|'''Spell''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetStagger - Weapon|GetStagger]]'''<sup>SKSE</sup>
| '''[[GetCrimeFaction - Actor|GetCrimeFaction]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|
|Faction
|
|-  
|-  
   
   
| '''[[GetState - All Scripts|GetState]]'''
| '''[[GetCrimeGold - Faction|GetCrimeGold]]'''
| '''All Scripts'''  
| [[Faction Script|'''Faction''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetStolenItemValueCrime - Faction|GetStolenItemValueCrime]]'''
| '''[[GetCrimeGoldNonViolent - Faction|GetCrimeGoldNonViolent]]'''
| '''Faction'''  
| [[Faction Script|'''Faction''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetStolenItemValueNoCrime - Faction|GetStolenItemValueNoCrime]]'''
| '''[[GetCrimeGoldViolent - Faction|GetCrimeGoldViolent]]'''
| '''Faction'''  
| [[Faction Script|'''Faction''']]
|
|Int
|
|-  
|-  
   
   
| '''[[GetString - Keyword|GetString]]'''<sup>SKSE</sup>  
| '''[[GetCritDamage - Weapon|GetCritDamage]]'''<sup>SKSE</sup>
| '''Keyword'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-
|'''[[GetCurrentBudget - Utility|GetCurrentBudget]]'''
|'''[[Utility Script|Utility]]'''
|
|
|-
|[[GetCurrentCrosshairRef - Game|'''GetCurrentCrosshairRef''']]<sup>SKSE</sup>
|'''[[Game Script|Game]]'''
|
|
|-  
|-  
   
   
| '''[[GetSunPositionX - Game|GetSunPositionX]]'''
| '''[[GetCurrentDestructionStage - ObjectReference|GetCurrentDestructionStage]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[GetSunPositionY - Game|GetSunPositionY]]'''
| '''[[GetCurrentGameTime - Utility|GetCurrentGameTime]]'''
| '''Game'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-  
|-  
   
   
| '''[[GetSunPositionZ - Game|GetSunPositionZ]]'''
| '''[[GetCurrentLocation - ObjectReference|GetCurrentLocation]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-
|'''[[GetCurrentMemory - Utility|GetCurrentMemory]]'''
|'''[[Utility Script|Utility]]'''
|
|
|-  
|-  
   
   
| '''[[GetTargetActor - ActiveMagicEffect|GetTargetActor]]'''
| '''[[GetCurrentPackage - Actor|GetCurrentPackage]]'''
| '''ActiveMagicEffect'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetTemplate - Package|GetTemplate]]'''
| '''[[GetCurrentRealTime - Utility|GetCurrentRealTime]]'''
| '''Package'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-  
|-  
   
   
| '''[[GetTimeElapsed - ActiveMagicEffect|GetTimeElapsed]]'''<sup>SKSE</sup>
| '''[[GetCurrentScene - ObjectReference|GetCurrentScene]]'''
| '''ActiveMagicEffect'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[GetTotalArmorWeight - ObjectReference|GetTotalArmorWeight]]'''<sup>SKSE</sup>
| '''[[GetCurrentStageID - Quest|GetCurrentStageID]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|
|
|
|-  
|-  
   
   
| '''[[GetTotalItemWeight - ObjectReference|GetTotalItemWeight]]'''<sup>SKSE</sup>
| '''[[GetCurrentWeather - Weather|GetCurrentWeather]]'''
| '''ObjectReference'''  
| [[Weather Script|'''Weather''']]
|
|
|
|-  
|-  
   
   
| '''[[GetTriggerObjectCount - ObjectReference|GetTriggerObjectCount]]'''
| '''[[GetCurrentWeatherTransition - Weather|GetCurrentWeatherTransition]]'''
| '''ObjectReference'''  
| [[Weather Script|'''Weather''']]
|
|
|
|-  
|-  
   
   
| '''[[GetType - Form|GetType]]'''<sup>SKSE</sup>  
| '''[[GetDeadCount - ActorBase|GetDeadCount]]'''
| '''Form'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-
|'''[[GetDefaultVoiceType - Race|GetDefaultVoiceType]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|
|-  
|-  
   
   
| '''[[GetType - HeadPart|GetType]]'''<sup>SKSE</sup>  
| '''[[GetDialogueTarget - Actor|GetDialogueTarget]]'''
| '''HeadPart'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-
|'''[[GetDisplayName - ObjectReference|GetDisplayName]]'''<sup>SKSE</sup>
|[[ObjectReference Script|'''ObjectReference''']]
|String
|
|-  
|-  
   
   
| '''[[GetValue - GlobalVariable|GetValue]]'''
| '''[[GetDistance - ObjectReference|GetDistance]]'''
| '''GlobalVariable'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[GetValueInt - GlobalVariable|GetValueInt]]'''
| '''[[GetDuration - ActiveMagicEffect|GetDuration]]'''<sup>SKSE</sup>
| '''GlobalVariable'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVersion - SKSE|GetVersion]]'''<sup>SKSE</sup>
| '''[[GetEditorLocation - ObjectReference|GetEditorLocation]]'''
| '''SKSE'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVersionBeta - SKSE|GetVersionBeta]]'''<sup>SKSE</sup>  
| '''[[GetEffectiveMagickaCost - Spell|GetEffectiveMagickaCost]]'''<sup>SKSE</sup>
| '''SKSE'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVersionMinor - SKSE|GetVersionMinor]]'''<sup>SKSE</sup>  
| '''[[GetEnchantment - Armor|GetEnchantment]]'''<sup>SKSE</sup>
| '''SKSE'''  
| [[Armor Script|'''Armor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVersionNumber - Debug|GetVersionNumber]]'''
| '''[[GetEnchantment - Weapon|GetEnchantment]]'''<sup>SKSE</sup>
| '''Debug'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVersionRelease - SKSE|GetVersionRelease]]'''<sup>SKSE</sup>
| '''[[GetEquippedItemType - Actor|GetEquippedItemType]]'''
| '''SKSE'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVoiceRecoveryTime - Actor|GetVoiceRecoveryTime]]'''
| '''[[GetEquippedObject - Actor|GetEquippedObject]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetVoiceType - ObjectReference|GetVoiceType]]'''
| '''[[GetEquippedShield - Actor|GetEquippedShield]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWeaponType - Weapon|GetWeaponType]]'''<sup>SKSE</sup>
| '''[[GetEquippedShout - Actor|GetEquippedShout]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWeight - ActorBase|GetWeight]]'''<sup>SKSE</sup>
| '''[[GetEquippedSpell - Actor|GetEquippedSpell]]'''
| '''ActorBase'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWeight - Form|GetWeight]]'''<sup>SKSE</sup>
| '''[[GetEquippedWeapon - Actor|GetEquippedWeapon]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWeightClass - Armor|GetWeightClass]]'''<sup>SKSE</sup>  
| '''[[GetFacePreset - ActorBase|GetFacePreset]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWidth - ObjectReference|GetWidth]]'''
| '''[[GetFactionOwner - Cell|GetFactionOwner]]'''
| '''ObjectReference'''  
| [[Cell Script|'''Cell''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]'''<sup>SKSE</sup>
| '''[[GetFactionOwner - ObjectReference|GetFactionOwner]]'''
| '''ConstructibleObject'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWorldSpace - ObjectReference|GetWorldSpace]]'''
| '''[[GetFactionRank - Actor|GetFactionRank]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[GetWornForm - Actor|GetWornForm]]'''<sup>SKSE</sup>  
| '''[[GetFactionReaction - Actor|GetFactionReaction]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-
|'''[[GetFloat - UI|GetFloat]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
| '''[[GetFlyingState - Actor|GetFlyingState]]'''
| [[Actor Script|'''Actor''']]
|
|
|-  
|-  
   
   
| '''[[GotoState - All Scripts|GotoState]]'''
| '''[[GetForcedLandingMarker - Actor|GetForcedLandingMarker]]'''
| '''All Scripts'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
|}
| '''[[GetForm - Game|GetForm]]'''
=== H ===
| [[Game Script|'''Game''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
|-
| '''[[HasAssociation - Actor|HasAssociation]]'''
|'''[[GetFormEx - Game|GetFormEx]]'''<sup>SKSE</sup>
| '''Actor'''  
|[[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[HasCommonParent - Location|HasCommonParent]]'''
| '''[[GetFormFromFile - Game|GetFormFromFile]]'''
| '''Location'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[HasEffectKeyword - ObjectReference|HasEffectKeyword]]'''
| '''[[GetFormID - Form|GetFormID]]'''
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[HasFamilyRelationship - Actor|HasFamilyRelationship]]'''
| '''[[GetGameSettingFloat - Game|GetGameSettingFloat]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[HasForm - FormList|HasForm]]'''
| '''[[GetGameSettingInt - Game|GetGameSettingInt]]'''
| '''FormList'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[HasKeyword - Form|HasKeyword]]'''
| '''[[GetGameSettingString - Game|GetGameSettingString]]'''
| '''Form'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[HasKeywordString - Form|HasKeywordString]]'''<sup>SKSE</sup>
| '''[[GetGiftFilter - ActorBase|GetGiftFilter]]'''
| '''Form'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[HasLOS - Actor|HasLOS]]'''
| '''[[GetGoldAmount - Actor|GetGoldAmount]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[HasMagicEffect - Actor|HasMagicEffect]]'''
| '''[[GetGoldValue - Form|GetGoldValue]]'''
| '''Actor'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]]'''
| '''[[GetGreen - ColorForm|GetGreen]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[ColorForm Script|'''ColorForm''']]
|   
|
|
|-
   
| '''[[GetHairColor - ActorBase|GetHairColor]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|
|
|-  
|-  
   
   
| '''[[HasNode - ObjectReference|HasNode]]'''
| '''[[GetHeadingAngle - ObjectReference|GetHeadingAngle]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[HasParentRelationship - Actor|HasParentRelationship]]'''
| '''[[GetHeight - ActorBase|GetHeight]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[HasPerk - Actor|HasPerk]]'''
| '''[[GetHeight - ObjectReference|GetHeight]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[HasRefType - Location|HasRefType]]'''
| '''[[GetHighestRelationshipRank - Actor|GetHighestRelationshipRank]]'''
| '''Location'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[HasRefType - ObjectReference|HasRefType]]'''
| '''[[GetHue - ColorForm|GetHue]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[ColorForm Script|'''ColorForm''']]
|
|
|
|-  
|-  
   
   
| '''[[HasSpell - Actor|HasSpell]]'''
| '''[[GetID - Alias|GetID]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Alias Script|'''Alias''']]
|
|
|
|-  
|-  
   
   
| '''[[HideTitleSequenceMenu - Game|HideTitleSequenceMenu]]'''
| '''[[GetInfamy - Faction|GetInfamy]]'''
| '''Game'''  
| [[Faction Script|'''Faction''']]
|
|
|
|-  
|-  
   
   
| '''[[HoldKey - Input|HoldKey]]'''<sup>SKSE</sup>
| '''[[GetInfamyNonViolent - Faction|GetInfamyNonViolent]]'''
| '''Input'''  
| [[Faction Script|'''Faction''']]
|
|
|
|-  
|-  
   
   
|}
| '''[[GetInfamyViolent - Faction|GetInfamyViolent]]'''
=== I ===
| [[Faction Script|'''Faction''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[IgnoreFriendlyHits - ObjectReference|IgnoreFriendlyHits]]'''
| '''ObjectReference'''  
|
|-  
|-  
   
   
| '''[[IncrementSkill - Game|IncrementSkill]]'''
| '''[[GetINIBool - Utility|GetINIBool]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-  
|-  
   
   
| '''[[IncrementSkillBy - Game|IncrementSkillBy]]'''
| '''[[GetINIFloat - Utility|GetINIFloat]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-  
|-  
   
   
| '''[[IncrementStat - Game|IncrementStat]]'''
| '''[[GetINIInt - Utility|GetINIInt]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-  
|-  
   
   
| '''[[InterruptCast - ObjectReference|InterruptCast]]'''
| '''[[GetINIString - Utility|GetINIString]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Utility Script|'''Utility''']]
|
|
|
|-
|'''[[GetInt - UI|GetInt]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-  
|-  
   
   
| '''[[Is3DLoaded - ObjectReference|Is3DLoaded]]'''
| '''[[GetItemCharge - ObjectReference|GetItemCharge]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsActionComplete - Scene|IsActionComplete]]'''
| '''[[GetItemCount - ObjectReference|GetItemCount]]'''
| '''Scene'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsActivateChild - ObjectReference|IsActivateChild]]'''
| '''[[GetItemHealthPercent - ObjectReference|GetItemHealthPercent]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsActivateControlsEnabled - Game|IsActivateControlsEnabled]]'''
| '''[[GetItemMaxCharge - ObjectReference|GetItemMaxCharge]]'''<sup>SKSE</sup>
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsActivationBlocked - ObjectReference|IsActivationBlocked]]'''
| '''[[GetKey - ObjectReference|GetKey]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsActive - Quest|IsActive]]'''
| '''[[GetKeyword - Keyword|GetKeyword]]'''<sup>SKSE</sup>
| '''Quest'''  
| '''[[Keyword Script|Keyword]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsAIEnabled - Actor|IsAIEnabled]]'''<sup>SKSE</sup>  
| '''[[GetKeywordData - Location|GetKeywordData]]'''
| '''Actor'''  
| [[Location Script|'''Location''']]
|
|
|
|-
|'''[[GetKeywords - Form|GetKeywords]]'''<sup>SKSE</sup>
|'''[[Form Script|Form]]'''
|
|
|-  
|-  
   
   
| '''[[IsAlarmed - Actor|IsAlarmed]]'''
| '''[[GetKiller - Actor|GetKiller]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsAlerted - Actor|IsAlerted]]'''
| '''[[GetLength - ObjectReference|GetLength]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsAllowedToFly - Actor|IsAllowedToFly]]'''
| '''[[GetLength - StringUtil|GetLength]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[StringUtil Script|'''StringUtil''']]
|
|
|
|-  
|-  
   
   
| '''[[IsArrested - Actor|IsArrested]]'''
| '''[[GetLevel - Actor|GetLevel]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsArrestingTarget - Actor|IsArrestingTarget]]'''
| '''[[GetLeveledActorBase - Actor|GetLeveledActorBase]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsAttached - Cell|IsAttached]]'''
| '''[[GetLightLevel - Actor|GetLightLevel]]'''
| '''Cell'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsBattleAxe - Weapon|IsBattleAxe]]'''<sup>SKSE</sup>
| '''[[GetLinkedRef - ObjectReference|GetLinkedRef]]'''
| '''Weapon'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsBeingRidden - Actor|IsBeingRidden]]'''
| '''[[GetLocation - LocationAlias|GetLocation]]'''
| '''Actor'''  
| [[LocationAlias Script|'''LocationAlias''']]
|
|
|
|-  
|-  
   
   
| '''[[IsBleedingOut - Actor|IsBleedingOut]]'''
| '''[[GetLockLevel - ObjectReference|GetLockLevel]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsBoots - Armor|IsBoots]]'''<sup>SKSE</sup>
| '''[[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]'''
| '''Armor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsBow - Weapon|IsBow]]'''<sup>SKSE</sup>  
| '''[[GetLuminosity - ColorForm|GetLuminosity]]'''<sup>SKSE</sup>
| '''Weapon'''  
| [[ColorForm Script|'''ColorForm''']]
|
|
|
|-
|[[GetMagicEffects- Potion|'''GetMagicEffects''']]<sup>SKSE</sup>
|'''[[Potion Script|Potion]]'''
|
|
|-  
|-  
   
   
| '''[[IsBribed - Actor|IsBribed]]'''
| '''[[GetMappedKey - Input|GetMappedKey]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Input Script|'''Input''']]
|
|
|
|-  
|-  
   
   
| '''[[IsCamSwitchControlsEnabled - Game|IsCamSwitchControlsEnabled]]'''
| '''[[GetMaskForSlot - Armor|GetMaskForSlot]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Armor Script|'''Armor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsChild - Actor|IsChild]]'''
| '''[[GetMass - ObjectReference|GetMass]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-
|'''[[GetMaxFrameRate - Utility|GetMaxFrameRate]]'''
|'''[[Utility Script|Utility]]'''
|
|
|-  
|-  
   
   
| '''[[IsChild - Location|IsChild]]'''
| '''[[GetMaxRange - Weapon|GetMaxRange]]'''<sup>SKSE</sup>
| '''Location'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-
|'''[[GetMinFrameRate - Utility|GetMinFrameRate]]'''
|'''[[Utility Script|Utility]]'''
|
|
|-  
|-  
   
   
| '''[[IsCleared - Location|IsCleared]]'''
| '''[[GetMinRange - Weapon|GetMinRange]]'''<sup>SKSE</sup>
| '''Location'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothing - Armor|IsClothing]]'''<sup>SKSE</sup>  
| '''[[GetModAuthor - Game|GetModAuthor]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Game Script|'''Game''']]
|
|
|
|-
 
| '''[[GetModByName - Game|GetModByName]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|
|
|-  
|-  
   
   
| '''[[IsClothingBody - Armor|IsClothingBody]]'''<sup>SKSE</sup>  
| '''[[GetModCount - Game|GetModCount]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothingFeet - Armor|IsClothingFeet]]'''<sup>SKSE</sup>  
| '''[[GetModDependencyCount - Game|GetModDependencyCount]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothingHands - Armor|IsClothingHands]]'''<sup>SKSE</sup>  
| '''[[GetModDescription - Game|GetModDescription]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothingHead - Armor|IsClothingHead]]'''<sup>SKSE</sup>  
| '''[[GetModelPath - Armor|GetModelPath]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Armor Script|'''Armor''']]
|   
|
[[HasWorldModel - Form|HasWorldModel]], [[SetWorldModelPath - Form|SetWorldModelPath]]
|-  
|-  
   
   
| '''[[IsClothingPoor - Armor|IsClothingPoor]]'''<sup>SKSE</sup>  
| '''[[GetModelPath - Weapon|GetModelPath]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothingRich - Armor|IsClothingRich]]'''<sup>SKSE</sup>  
| '''[[GetModName - Game|GetModName]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsClothingRing - Armor|IsClothingRing]]'''<sup>SKSE</sup>  
| '''[[GetName - Alias|GetName]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Alias Script|'''Alias''']]
|
|
|
|-  
|-  
   
   
| '''[[IsCommandedActor - Actor|IsCommandedActor]]'''
| '''[[GetName - Form|GetName]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[IsCompleted - Quest|IsCompleted]]'''
| '''[[GetNoBleedoutRecovery - Actor|GetNoBleedoutRecovery]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsCuirass - Armor|IsCuirass]]'''<sup>SKSE</sup>  
| '''[[GetNthChar - StringUtil|GetNthChar]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[StringUtil Script|'''StringUtil''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDagger - Weapon|IsDagger]]'''<sup>SKSE</sup>  
| '''[[GetNthEffectArea - Enchantment|GetNthEffectArea]]'''<sup>SKSE</sup>
| '''Weapon'''  
| [[Enchantment Script|'''Enchantment''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDead - Actor|IsDead]]'''
| '''[[GetNthEffectArea - Ingredient|GetNthEffectArea]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Ingredient Script|'''Ingredient''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDeleted - ObjectReference|IsDeleted]]'''
| '''[[GetNthEffectArea - Potion|GetNthEffectArea]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Potion Script|'''Potion''']]
|   
|
|
|-
   
| '''[[GetNthEffectArea - Scroll|GetNthEffectArea]]'''<sup>SKSE</sup>
| [[Scroll Script|'''Scroll''']]
|
|
|-  
|-  
   
   
| '''[[IsDetectedBy - Actor|IsDetectedBy]]'''
| '''[[GetNthEffectArea - Spell|GetNthEffectArea]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDigit - StringUtil|IsDigit]]'''<sup>SKSE</sup>  
| '''[[GetNthEffectDuration - Enchantment|GetNthEffectDuration]]'''<sup>SKSE</sup>
| '''StringUtil'''  
| [[Enchantment Script|'''Enchantment''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDisabled - ObjectReference|IsDisabled]]'''
| '''[[GetNthEffectDuration - Ingredient|GetNthEffectDuration]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Ingredient Script|'''Ingredient''']]
|
|
|
|-  
|-  
   
   
| '''[[IsDoingFavor - Actor|IsDoingFavor]]'''
| '''[[GetNthEffectDuration - Potion|GetNthEffectDuration]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Potion Script|'''Potion''']]
|
|
|
|-  
|-  
   
   
| '''[[IsEnabled - ObjectReference|IsEnabled]]'''
| '''[[GetNthEffectDuration - Scroll|GetNthEffectDuration]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Scroll Script|'''Scroll''']]
|
|
|
|-  
|-  
   
   
| '''[[IsEquipped - Actor|IsEquipped]]'''
| '''[[GetNthEffectDuration - Spell|GetNthEffectDuration]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsEssential - Actor|IsEssential]]'''
| '''[[GetNthEffectMagicEffect - Enchantment|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Enchantment Script|'''Enchantment''']]
|
|
|
|-  
|-  
   
   
| '''[[IsEssential - ActorBase|IsEssential]]'''
| '''[[GetNthEffectMagicEffect - Ingredient|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Ingredient Script|'''Ingredient''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFactionInCrimeGroup - Faction|IsFactionInCrimeGroup]]'''
| '''[[GetNthEffectMagicEffect - Potion|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>
| '''Faction'''  
| [[Potion Script|'''Potion''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFastTravelControlsEnabled - Game|IsFastTravelControlsEnabled]]'''
| '''[[GetNthEffectMagicEffect - Scroll|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Scroll Script|'''Scroll''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFastTravelEnabled - Game|IsFastTravelEnabled]]'''
| '''[[GetNthEffectMagicEffect - Spell|GetNthEffectMagicEffect]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFightingControlsEnabled - Game|IsFightingControlsEnabled]]'''
| '''[[GetNthEffectMagnitude - Enchantment|GetNthEffectMagnitude]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Enchantment Script|'''Enchantment''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFlying - Actor|IsFlying]]'''
| '''[[GetNthEffectMagnitude - Ingredient|GetNthEffectMagnitude]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Ingredient Script|'''Ingredient''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFood - Potion|IsFood]]'''<sup>SKSE</sup>  
| '''[[GetNthEffectMagnitude - Potion|GetNthEffectMagnitude]]'''<sup>SKSE</sup>
| '''Potion'''  
| [[Potion Script|'''Potion''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFurnitureInUse - ObjectReference|IsFurnitureInUse]]'''
| '''[[GetNthEffectMagnitude - Scroll|GetNthEffectMagnitude]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Scroll Script|'''Scroll''']]
|
|
|
|-  
|-  
   
   
| '''[[IsFurnitureMarkerInUse - ObjectReference|IsFurnitureMarkerInUse]]'''
| '''[[GetNthEffectMagnitude - Spell|GetNthEffectMagnitude]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-
|'''[[GetNthEntryValue - Perk|GetNthEntryValue]]'''<sup>SKSE</sup>
|[[Perk Script|'''Perk''']]
|
|
|-  
|-  
   
   
| '''[[IsGauntlets - Armor|IsGauntlets]]'''<sup>SKSE</sup>  
| '''[[GetNthForm - ObjectReference|GetNthForm]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsGhost - Actor|IsGhost]]'''
| '''[[GetNthHeadPart - ActorBase|GetNthHeadPart]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[ActorBase Script|ActorBase]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsGreatsword - Weapon|IsGreatsword]]'''<sup>SKSE</sup>  
| '''[[GetNthIngredient - ConstructibleObject|GetNthIngredient]]'''<sup>SKSE</sup>
| '''Weapon'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsGuard - Actor|IsGuard]]'''
| '''[[GetNthIngredientQuantity - ConstructibleObject|GetNthIngredientQuantity]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsHarvested - ObjectReference|IsHarvested]]'''<sup>SKSE</sup>  
| '''[[GetNthKeyPressed - Input|GetNthKeyPressed]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Input Script|'''Input''']]
|
|
|
|-  
|-  
   
   
| '''[[IsHeavyArmor - Armor|IsHeavyArmor]]'''<sup>SKSE</sup>  
| '''[[GetNthKeyword - Form|GetNthKeyword]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[IsHelmet - Armor|IsHelmet]]'''<sup>SKSE</sup>
| '''[[GetNthLinkedRef - ObjectReference|GetNthLinkedRef]]'''
| '''Armor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsHostile - Enchantment|IsHostile]]'''
| '''[[GetNthModDependency - Game|GetNthModDependency]]'''<sup>SKSE</sup>
| '''Enchantment'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsHostile - Ingredient|IsHostile]]'''
| '''[[GetNthParent - EquipSlot|GetNthParent]]'''<sup>SKSE</sup>
| '''Ingredient'''  
| '''[[EquipSlot Script|EquipSlot]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsHostile - Potion|IsHostile]]'''
| '''[[GetNthPart - Outfit|GetNthPart]]'''<sup>SKSE</sup>
| '''Potion'''  
| [[Outfit Script|'''Outfit''']]
|
|
|
|-
|'''[[GetNthPlayableRace - Race|GetNthPlayableRace]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|
|-  
|-  
   
   
| '''[[IsHostile - Spell|IsHostile]]'''
| '''[[GetNthRef - Cell|GetNthRef]]'''<sup>SKSE</sup>
| '''Spell'''  
| [[Cell Script|'''Cell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsHostileToActor - Actor|IsHostileToActor]]'''
| '''[[GetNthSpell - Actor|GetNthSpell]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsIgnoringFriendlyHits - ObjectReference|IsIgnoringFriendlyHits]]'''
| '''[[GetNthSpell - ActorBase|GetNthSpell]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInCombat - Actor|IsInCombat]]'''
| '''[[GetNthSpell - Race|GetNthSpell]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Race Script|'''Race''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInDialogueWithPlayer - ObjectReference|IsInDialogueWithPlayer]]'''
| '''[[GetNumEffects - Enchantment|GetNumEffects]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Enchantment Script|'''Enchantment''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInFaction - Actor|IsInFaction]]'''
| '''[[GetNumEffects - Ingredient|GetNumEffects]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Ingredient Script|'''Ingredient''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInInterior - ObjectReference|IsInInterior]]'''
| '''[[GetNumEffects - Potion|GetNumEffects]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| '''[[Potion Script|Potion]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsInKillMove - Actor|IsInKillMove]]'''
| '''[[GetNumEffects - Scroll|GetNumEffects]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Scroll Script|'''Scroll''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInLocation - ObjectReference|IsInLocation]]'''
| '''[[GetNumEffects - Spell|GetNumEffects]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Spell Script|'''Spell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInMenuMode - Utility|IsInMenuMode]]'''
| '''[[GetNumHeadParts - ActorBase|GetNumHeadParts]]'''<sup>SKSE</sup>
| '''Utility'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInterior - Cell|IsInterior]]'''
| '''[[GetNumIngredients - ConstructibleObject|GetNumIngredients]]'''<sup>SKSE</sup>
| '''Cell'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsIntimidated - Actor|IsIntimidated]]'''
| '''[[GetNumItems - ObjectReference|GetNumItems]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsInvulnerable - ActorBase|IsInvulnerable]]'''
| '''[[GetNumKeysPressed - Input|GetNumKeysPressed]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Input Script|'''Input''']]
|
|
|
|-  
|-  
   
   
| '''[[IsJewelry - Armor|IsJewelry]]'''<sup>SKSE</sup>  
| '''[[GetNumKeywords - Form|GetNumKeywords]]'''<sup>SKSE</sup>
| '''Armor'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[IsJournalControlsEnabled - Game|IsJournalControlsEnabled]]'''
| '''[[GetNumParents - EquipSlot|GetNumParents]]'''<sup>SKSE</sup>
| '''Game'''  
| [[EquipSlot Script|'''EquipSlot''']]
|
|
|
|-  
|-  
   
   
| '''[[IsKeyPressed - Input|IsKeyPressed]]'''<sup>SKSE</sup>  
| '''[[GetNumParts - Outfit|GetNumParts]]'''<sup>SKSE</sup>
| '''Input'''  
| '''[[Outfit Script|Outfit]]'''
|
|
|
|-
|'''[[GetNumPlayableRaces - Race|GetNumPlayableRaces]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|
|-  
|-  
   
   
| '''[[IsLetter - StringUtil|IsLetter]]'''<sup>SKSE</sup>  
| '''[[GetNumRefs - Cell|GetNumRefs]]'''<sup>SKSE</sup>
| '''StringUtil'''  
| [[Cell Script|'''Cell''']]
|
|
|
|-  
|-  
   
   
| '''[[IsLightArmor - Armor|IsLightArmor]]'''<sup>SKSE</sup>
| '''[[GetOpenState - ObjectReference|GetOpenState]]'''
| '''Armor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsLoaded - Location|IsLoaded]]'''
| '''[[GetOutfit - ActorBase|GetOutfit]]'''<sup>SKSE</sup>
| '''Location'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[IsLocked - ObjectReference|IsLocked]]'''
| '''[[GetOutgoingWeather - Weather|GetOutgoingWeather]]'''
| '''ObjectReference'''  
| [[Weather Script|'''Weather''']]
|
|
|
|-  
|-  
   
   
| '''[[IsLookingControlsEnabled - Game|IsLookingControlsEnabled]]'''
| '''[[GetOwningQuest - Alias|GetOwningQuest]]'''
| '''Game'''  
| '''[[Alias Script|Alias]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsMace - Weapon|IsMace]]'''<sup>SKSE</sup>
| '''[[GetOwningQuest - Package|GetOwningQuest]]'''
| '''Weapon'''  
| [[Package Script|'''Package''']]
|
|
|
|-  
|-  
   
   
| '''[[IsMapMarkerVisible - ObjectReference|IsMapMarkerVisible]]'''
| '''[[GetOwningQuest - Scene|GetOwningQuest]]'''
| '''ObjectReference'''  
| [[Scene Script|'''Scene''']]
|
|
|
|-  
|-  
   
   
| '''[[IsMenuControlsEnabled - Game|IsMenuControlsEnabled]]'''
| '''[[GetOwningQuest - TopicInfo|GetOwningQuest]]'''
| '''Game'''  
| '''[[TopicInfo Script|TopicInfo]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsMenuOpen - UI|IsMenuOpen]]'''<sup>SKSE</sup>
| '''[[GetParentCell - ObjectReference|GetParentCell]]'''
| '''UI'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsMovementControlsEnabled - Game|IsMovementControlsEnabled]]'''
| '''[[GetPerkPoints - Game|GetPerkPoints]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsNearPlayer - ObjectReference|IsNearPlayer]]'''
| '''[[GetPlatformName - Debug|GetPlatformName]]'''
| '''ObjectReference'''  
| [[Debug Script|'''Debug''']]
|
|
|
|-  
|-  
   
   
| '''[[IsObjectiveCompleted - Quest|IsObjectiveCompleted]]'''
| '''[[GetPlayer - Game|GetPlayer]]'''
| '''Quest'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsObjectiveDisplayed - Quest|IsObjectiveDisplayed]]'''
| '''[[GetPlayerControls - Actor|GetPlayerControls]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsObjectiveFailed - Quest|IsObjectiveFailed]]'''
| '''[[GetPlayerGrabbedRef - Game|GetPlayerGrabbedRef]]'''
| '''Quest'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsOnMount - Actor|IsOnMount]]'''
| '''[[GetPlayersLastRiddenHorse - Game|GetPlayersLastRiddenHorse]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPlayerExpelled - Faction|IsPlayerExpelled]]'''
| '''[[GetPositionX - ObjectReference|GetPositionX]]'''
| '''Faction'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPlayersLastRiddenHorse - Actor|IsPlayersLastRiddenHorse]]'''
| '''[[GetPositionY - ObjectReference|GetPositionY]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPlayerSungazing - Game|IsPlayerSungazing]]'''
| '''[[GetPositionZ - ObjectReference|GetPositionZ]]'''
| '''Game'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPlayerTeammate - Actor|IsPlayerTeammate]]'''
| '''[[GetRace - Actor|GetRace]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPlaying - Scene|IsPlaying]]'''
| '''[[GetRace - ActorBase|GetRace]]'''
| '''Scene'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-
|'''[[GetRace - Race|GetRace]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|gets race by editorID string
|-  
|-  
   
   
| '''[[IsProtected - ActorBase|IsProtected]]'''
| '''[[GetReach - Weapon|GetReach]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[IsPunctuation - StringUtil|IsPunctuation]]'''<sup>SKSE</sup>
| '''[[GetReaction - Faction|GetReaction]]'''
| '''StringUtil'''  
| [[Faction Script|'''Faction''']]
|
|
|
|-  
|-  
   
   
| '''[[IsRaceFlagSet - Race|IsRaceFlagSet]]'''<sup>SKSE</sup>
| '''[[GetRealHoursPassed - Game|GetRealHoursPassed]]'''
| '''Race'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[IsRead - Book|IsRead]]'''<sup>SKSE</sup>  
| '''[[GetRed - ColorForm|GetRed]]'''<sup>SKSE</sup>
| '''Book'''  
| '''[[ColorForm Script|ColorForm]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsRunning - Actor|IsRunning]]'''
| '''[[GetReference - ReferenceAlias|GetReference]]'''
| '''Actor'''  
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|
|
|
|-  
|-  
   
   
| '''[[IsRunning - Quest|IsRunning]]'''
| '''[[GetRefTypeAliveCount - Location|GetRefTypeAliveCount]]'''
| '''Quest'''  
| [[Location Script|'''Location''']]
|
|
|
|-  
|-  
   
   
| '''[[IsSameLocation - Location|IsSameLocation]]'''
| '''[[GetRefTypeDeadCount - Location|GetRefTypeDeadCount]]'''
| '''Location'''  
| [[Location Script|'''Location''']]
|
|
|
|-  
|-  
   
   
| '''[[IsShield - Armor|IsShield]]'''<sup>SKSE</sup>
| '''[[GetRelationshipRank - Actor|GetRelationshipRank]]'''
| '''Armor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsSneaking - Actor|IsSneaking]]'''
| '''[[GetResult - ConstructibleObject|GetResult]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsSneakingControlsEnabled - Game|IsSneakingControlsEnabled]]'''
| '''[[GetResultQuantity - ConstructibleObject|GetResultQuantity]]'''<sup>SKSE</sup>
| '''Game'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-  
|-  
   
   
| '''[[IsSprinting - Actor|IsSprinting]]'''
| '''[[GetSaturation - ColorForm|GetSaturation]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[ColorForm Script|'''ColorForm''']]
|
|
|
|-  
|-  
   
   
| '''[[IsStaff - Weapon|IsStaff]]'''<sup>SKSE</sup>
| '''[[GetScale - ObjectReference|GetScale]]'''
| '''Weapon'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[IsStageDone - Quest|IsStageDone]]'''
| '''[[GetSex - ActorBase|GetSex]]'''
| '''Quest'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[IsStarting - Quest|IsStarting]]'''
| '''[[GetSitState - Actor|GetSitState]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsStopped - Quest|IsStopped]]'''
| '''[[GetSize - FormList|GetSize]]'''
| '''Quest'''  
| [[FormList Script|'''FormList''']]
|
|
|
|-  
|-  
   
   
| '''[[IsStopping - Quest|IsStopping]]'''
| '''[[GetSkill - Book|GetSkill]]'''<sup>SKSE</sup>
| '''Quest'''  
| '''[[Book Script|Book]]'''
|
|
|
|-
|'''[[GetSkin - Race|GetSkin]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|
|-  
|-  
   
   
| '''[[IsSwimming - Actor|IsSwimming]]'''<sup>SKSE</sup>
| '''[[GetSkyMode - Weather|GetSkyMode]]'''
| '''Actor'''  
| [[Weather Script|'''Weather''']]
|
|
|
|-  
|-  
   
   
| '''[[IsSword - Weapon|IsSword]]'''<sup>SKSE</sup>
| '''[[GetSleepState - Actor|GetSleepState]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsTakeable - Book|IsTakeable]]'''<sup>SKSE</sup>  
| '''[[GetSlotMask - Armor|GetSlotMask]]'''<sup>SKSE</sup>
| '''Book'''  
| [[Armor Script|'''Armor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsTrespassing - Actor|IsTrespassing]]'''
| '''[[GetSpeed - Weapon|GetSpeed]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[IsUnconscious - Actor|IsUnconscious]]'''
| '''[[GetSpell - Book|GetSpell]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Book Script|'''Book''']]
|
|
|
|-  
|-  
   
   
| '''[[IsUnique - ActorBase|IsUnique]]'''
| '''[[GetSpellCount - Actor|GetSpellCount]]'''<sup>SKSE</sup>
| '''ActorBase'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[IsWarAxe - Weapon|IsWarAxe]]'''<sup>SKSE</sup>  
| '''[[GetSpellCount - ActorBase|GetSpellCount]]'''<sup>SKSE</sup>
| '''Weapon'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[IsWarhammer - Weapon|IsWarhammer]]'''<sup>SKSE</sup>  
| '''[[GetSpellCount - Race|GetSpellCount]]'''<sup>SKSE</sup>
| '''Weapon'''  
| [[Race Script|'''Race''']]
|
|
|
|-  
|-  
   
   
| '''[[IsWeaponDrawn - Actor|IsWeaponDrawn]]'''
| '''[[GetStagger - Weapon|GetStagger]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[IsWordUnlocked - Game|IsWordUnlocked]]'''
| '''[[GetState - All Scripts|GetState]]'''
| '''Game'''  
| '''All Scripts'''
|
|
|
|-  
|-  
   
   
|}
| '''[[GetStolenItemValueCrime - Faction|GetStolenItemValueCrime]]'''
=== K ===
| [[Faction Script|'''Faction''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[KeepOffsetFromActor - Actor|KeepOffsetFromActor]]'''
| '''Actor'''  
|
|-  
|-  
   
   
| '''[[Kill - Actor|Kill]]'''
| '''[[GetStolenItemValueNoCrime - Faction|GetStolenItemValueNoCrime]]'''
| '''Actor'''  
| [[Faction Script|'''Faction''']]
|
|
|
|-  
|-  
   
   
| '''[[KillEssential - Actor|KillEssential]]'''
| '''[[GetString - Keyword|GetString]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Keyword Script|'''Keyword''']]
|   
|
|
|-
|'''[[GetString - UI|GetString]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
| '''[[GetSunGlare - Weather|GetSunGlare]]'''<sup>SKSE</sup>
| [[Weather Script|'''Weather''']]
|
|
|-
   
| '''[[GetSunPositionX - Game|GetSunPositionX]]'''
| [[Game Script|'''Game''']]
|
|
|-  
|-  
   
   
| '''[[KillSilent - Actor|KillSilent]]'''
| '''[[GetSunPositionY - Game|GetSunPositionY]]'''
| '''Actor'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
| '''[[KnockAreaEffect - ObjectReference|KnockAreaEffect]]'''
| '''[[GetSunPositionZ - Game|GetSunPositionZ]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|
|
|
|-  
|-  
   
   
|}
| '''[[GetTargetActor - ActiveMagicEffect|GetTargetActor]]'''
=== L ===
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[LearnAllEffects - Ingredient|LearnAllEffects]]'''
| '''Ingredient'''  
|
|-  
|-  
   
   
| '''[[LearnEffect - Ingredient|LearnEffect]]'''
| '''[[GetTemplate - Package|GetTemplate]]'''
| '''Ingredient'''  
| '''[[Package Script|Package]]'''
|
|
|
|-  
|-  
   
   
| '''[[LearnNextEffect - Ingredient|LearnNextEffect]]'''
| '''[[GetTimeElapsed - ActiveMagicEffect|GetTimeElapsed]]'''<sup>SKSE</sup>
| '''Ingredient'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|
|
|
|-  
|-  
   
   
| '''[[LeftShift - Math|LeftShift]]'''<sup>SKSE</sup>  
| '''[[GetTotalArmorWeight - ObjectReference|GetTotalArmorWeight]]'''<sup>SKSE</sup>  
| '''Math'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[Lock - ObjectReference|Lock]]'''
| '''[[GetTotalItemWeight - ObjectReference|GetTotalItemWeight]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[LogicalAnd - Math|LogicalAnd]]'''<sup>SKSE</sup>
| '''[[GetTriggerObjectCount - ObjectReference|GetTriggerObjectCount]]'''
| '''Math'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[LogicalNot - Math|LogicalNot]]'''<sup>SKSE</sup>  
| '''[[GetType - Form|GetType]]'''<sup>SKSE</sup>  
| '''Math'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[LogicalOr - Math|LogicalOr]]'''<sup>SKSE</sup>  
| '''[[GetType - HeadPart|GetType]]'''<sup>SKSE</sup>  
| '''Math'''  
| '''[[HeadPart Script|HeadPart]]'''
|
|
|
|-  
|-  
   
   
| '''[[LogicalXor - Math|LogicalXor]]'''<sup>SKSE</sup>
| '''[[GetValue - GlobalVariable|GetValue]]'''
| '''Math'''  
| [[GlobalVariable Script|'''GlobalVariable''']]
|
|
|
|-  
|-  
   
   
|}
| '''[[GetValueInt - GlobalVariable|GetValueInt]]'''
=== M ===
| [[GlobalVariable Script|'''GlobalVariable''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
|
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[MakePlayerFriend - Actor|MakePlayerFriend]]'''
| '''Actor'''  
|
|-  
|-  
   
   
| '''[[MessageBox - Debug|MessageBox]]'''
| '''[[GetVersion - SKSE|GetVersion]]'''<sup>SKSE</sup>
| '''Debug'''  
| '''[[SKSE Script|SKSE]]'''
|
|
|
|-  
|-  
 
| '''[[Mod - GlobalVariable|Mod]]'''
| '''[[GetVersionBeta - SKSE|GetVersionBeta]]'''<sup>SKSE</sup>
| '''GlobalVariable'''  
| [[SKSE Script|'''SKSE''']]
|
|
|
|-  
|-  
   
   
| '''[[ModActorValue - Actor|ModActorValue]]'''
| '''[[GetVersionMinor - SKSE|GetVersionMinor]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[SKSE Script|'''SKSE''']]
|
|
|
|-  
|-  
   
   
| '''[[ModArmorRating - Armor|ModArmorRating]]'''<sup>SKSE</sup>
| '''[[GetVersionNumber - Debug|GetVersionNumber]]'''
| '''Armor'''  
| [[Debug Script|'''Debug''']]
|
|
|
|-  
|-  
   
   
| '''[[ModCrimeGold - Faction|ModCrimeGold]]'''
| '''[[GetVersionRelease - SKSE|GetVersionRelease]]'''<sup>SKSE</sup>
| '''Faction'''  
| [[SKSE Script|'''SKSE''']]
|
|
|
|-  
|-  
   
   
| '''[[ModFactionRank - Actor|ModFactionRank]]'''
| '''[[GetVoiceRecoveryTime - Actor|GetVoiceRecoveryTime]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[ModObjectiveGlobal - Quest|ModObjectiveGlobal]]'''
| '''[[GetVoiceType - ObjectReference|GetVoiceType]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-
|'''[[GetWaterLevel - Cell|GetWaterLevel]]'''<sup>SKSE</sup>
|'''[[Cell Script|Cell]]'''
|Float
|
|-  
|-  
   
   
| '''[[ModPerkPoints - Game|ModPerkPoints]]'''<sup>SKSE</sup>  
| '''[[GetWeaponType - Weapon|GetWeaponType]]'''<sup>SKSE</sup>  
| '''Game'''  
| [[Weapon Script|'''Weapon''']]
|
|
|
|-  
|-  
   
   
| '''[[ModReaction - Faction|ModReaction]]'''
| '''[[GetWeight - ActorBase|GetWeight]]'''<sup>SKSE</sup>
| '''Faction'''  
| [[ActorBase Script|'''ActorBase''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveTo - ObjectReference|MoveTo]]'''
| '''[[GetWeight - Form|GetWeight]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveToIfUnloaded - ObjectReference|MoveToIfUnloaded]]'''
| '''[[GetWeightClass - Armor|GetWeightClass]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Armor Script|'''Armor''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveToInteractionLocation - ObjectReference|MoveToInteractionLocation]]'''
| '''[[GetWidth - ObjectReference|GetWidth]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveToMyEditorLocation - ObjectReference|MoveToMyEditorLocation]]'''
| '''[[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|
|
|
|-
|[[GetWorldModelNthTextureSet - Form|'''GetWorldModelNthTextureSet''']]<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|
|[[SetWorldModelNthTextureSet - Form|SetWorldModelNthTextureSet]]
|-
|'''[[GetWorldModelNumTextureSets - Form|GetWorldModelNumTextureSets]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|
|[[SetWorldModelNthTextureSet - Form|SetWorldModelNthTextureSet]]
|-  
|-  
   
   
| '''[[MoveToNode - ObjectReference|MoveToNode]]'''
| '''[[GetWorldSpace - ObjectReference|GetWorldSpace]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveToPackageLocation - Actor|MoveToPackageLocation]]'''
| '''[[GetWornForm - Actor|GetWornForm]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|
|
|
|-  
|-  
   
   
| '''[[MoveToWhenUnloaded - ObjectReference|MoveToWhenUnloaded]]'''
| '''[[GotoState - All Scripts|GotoState]]'''
| '''ObjectReference'''  
| '''All Scripts'''  
|
|
|
|-  
|-  
| '''[[GetActorRaceEditorID - MiscUtil|GetActorRaceEditorID]]'''<sup>PU SE</sup>
| '''[[Mute - SoundCategory|Mute]]'''
| '''[[MiscUtil Script|MiscUtil]]'''
| '''SoundCategory'''  
|string
|
|-  
|-  
| '''[[GetDiffActor - PapyrusUtil|GetDiffActor]]'''<sup>PU SE</sup>
|}
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
=== N ===
|Actor[]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[Notification - Debug|Notification]]'''
| '''Debug'''  
|
|-  
|-  
| '''[[GetDiffAlias - PapyrusUtil|GetDiffAlias]]'''<sup>PU SE</sup>
|}
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
=== O ===
|Alias[]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[OnActivate - ObjectReference|OnActivate]]'''
| '''ObjectReference'''  
|
|-  
|-  
| '''[[GetDiffFloat - PapyrusUtil|GetDiffFloat]]'''<sup>PU SE</sup>
| '''[[OnActorAction - Form|OnActorAction]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Form'''  
|float[]
|
|-
| '''[[GetDiffForm - PapyrusUtil|GetDiffForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[GetDiffInt - PapyrusUtil|GetDiffInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[GetDiffObjRef - PapyrusUtil|GetDiffObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[GetDiffString - PapyrusUtil|GetDiffString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[GetErrors - JsonUtil|GetErrors]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string
|-
| '''[[GetFloatValue - JsonUtil|GetFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float
|-
| '''[[GetFormValue - JsonUtil|GetFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|form
|-
| '''[[GetIntValue - JsonUtil|GetIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[GetMatchingActor - PapyrusUtil|GetMatchingActor]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[GetMatchingAlias - PapyrusUtil|GetMatchingAlias]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[GetMatchingFloat - PapyrusUtil|GetMatchingFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[GetMatchingForm - PapyrusUtil|GetMatchingForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[GetMatchingInt - PapyrusUtil|GetMatchingInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[GetMatchingObjRef - PapyrusUtil|GetMatchingObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[GetMatchingString - PapyrusUtil|GetMatchingString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[GetPathBoolValue - JsonUtil|GetPathBoolValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[GetPathFloatValue - JsonUtil|GetPathFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float
|-
| '''[[GetPathFormValue - JsonUtil|GetPathFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|form
|-
| '''[[GetPathIntValue - JsonUtil|GetPathIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[GetPathStringValue - JsonUtil|GetPathStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string
|-
| '''[[GetRaceEditorID - MiscUtil|GetRaceEditorID]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|string
|-
| '''[[GetScriptVersion - PapyrusUtil|GetScriptVersion]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[GetStringValue - JsonUtil|GetStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string
|-
| '''[[GetVersion - PapyrusUtil|GetVersion]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-  
|-  
   
   
| '''[[OnAnimationEvent - Form|OnAnimationEvent]]'''
|}
| '''Form'''  
 
=== H ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[HasAssociation - Actor|HasAssociation]]'''
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]]'''
| '''[[HasCommonParent - Location|HasCommonParent]]'''
| '''Form'''  
| [[Location Script|'''Location''']]
|   
|   
|-  
|-  
   
   
| '''[[OnAttachedToCell - ObjectReference|OnAttachedToCell]]'''
| '''[[HasEffectKeyword - ObjectReference|HasEffectKeyword]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
| '''[[OnCellAttach - ObjectReference|OnCellAttach]]'''
| '''[[HasFamilyRelationship - Actor|HasFamilyRelationship]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnCellDetach - ObjectReference|OnCellDetach]]'''
| '''[[HasForm - FormList|HasForm]]'''
| '''ObjectReference'''  
| [[FormList Script|'''FormList''']]
|   
|   
|-  
|-  
   
   
| '''[[OnCellLoad - ObjectReference|OnCellLoad]]'''
| '''[[HasKeyword - Form|HasKeyword]]'''
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|   
[[GetKeyword - Keyword|GetKeyword]], [[GetKeywords - Form|GetKeywords]]
|-  
|-  
   
   
| '''[[OnClose - ObjectReference|OnClose]]'''
| '''[[HasKeywordString - Form|HasKeywordString]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|   
[[GetKeyword - Keyword|GetKeyword]]
|-  
|-  
   
   
| '''[[OnCombatStateChanged - Actor|OnCombatStateChanged]]'''
| '''[[HasLOS - Actor|HasLOS]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnContainerChanged - ObjectReference|OnContainerChanged]]'''
| '''[[HasMagicEffect - Actor|HasMagicEffect]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnControlDown - Form|OnControlDown]]'''<sup>SKSE</sup>
| '''[[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnControlUp - Form|OnControlUp]]'''<sup>SKSE</sup>
| '''[[HasNode - ObjectReference|HasNode]]'''
| '''Form'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
| '''[[OnCrosshairRefChange - Form|OnCrosshairRefChange]]'''<sup>SKSE</sup>
| '''[[HasParentRelationship - Actor|HasParentRelationship]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnDeath - Actor|OnDeath]]'''
| '''[[HasPerk - Actor|HasPerk]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[OnDestructionStageChanged - ObjectReference|OnDestructionStageChanged]]'''
| '''[[HasRefType - Location|HasRefType]]'''
| '''ObjectReference'''  
| [[Location Script|'''Location''']]
|   
|   
|-  
|-  
   
   
| '''[[OnDetachedFromCell - ObjectReference|OnDetachedFromCell]]'''
| '''[[HasRefType - ObjectReference|HasRefType]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|-  
|-  
   
   
| '''[[OnDying - Actor|OnDying]]'''
| '''[[HasSpell - Actor|HasSpell]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-
|'''[[HasWorldModel - Form|HasWorldModel]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[GetWorldModelPath - Form|GetWorldModelPath]], [[SetWorldModelPath - Form|SetWorldModelPath]]
|-  
|-  
   
   
| '''[[OnEffectFinish - ActiveMagicEffect|OnEffectFinish]]'''
| '''[[HideTitleSequenceMenu - Game|HideTitleSequenceMenu]]'''
| '''ActiveMagicEffect'''  
| [[Game Script|'''Game''']]
|   
|   
|-  
|-  
   
   
| '''[[OnEffectStart - ActiveMagicEffect|OnEffectStart]]'''
| '''[[HoldKey - Input|HoldKey]]'''<sup>SKSE</sup>
| '''ActiveMagicEffect'''  
| [[Input Script|'''Input''']]
|   
|   
|-  
|-  
| '''[[HasActiveSpell - Actor|HasActiveSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[OnEnterBleedout - Actor|OnEnterBleedout]]'''
| '''[[Actor Script|Actor]]'''
| '''Actor'''  
|
|
|-
| '''[[HasArtObject - ObjectReference|HasArtObject]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-  
|-  
| '''[[HasDeferredKill - Actor|HasDeferredKill]]'''<sup>PO3 PE SSE</sup>
| '''[[OnEquipped - ObjectReference|OnEquipped]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[HasEffectShader - ObjectReference|HasEffectShader]]'''<sup>PO3 PE SSE</sup>
| '''[[OnGainLOS - Form|OnGainLOS]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[HasMagicEffectWithArchetype - Actor|HasMagicEffectWithArchetype]]'''<sup>PO3 PE SSE</sup>
| '''[[OnGetUp - Actor|OnGetUp]]'''
| '''[[Actor Script|Actor]]'''
| '''Actor'''  
|
|
|-
| '''[[HasNiExtraData - ObjectReference|HasNiExtraData]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[HasSkin - Actor|HasSkin]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[HideMenu - UI|HideMenu]]'''<sup>PO3 PE SSE</sup>
| '''[[UI Script|UI]]'''
|
|-
| '''[[HasFloatValue - JsonUtil|HasFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[HasFormValue - JsonUtil|HasFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[HasIntValue - JsonUtil|HasIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[HasStringValue - JsonUtil|HasStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-  
|-  
   
   
| '''[[OnGrab - ObjectReference|OnGrab]]'''
|}
| '''ObjectReference'''  
 
=== I ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
| '''[[IgnoreFriendlyHits - ObjectReference|IgnoreFriendlyHits]]'''
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|
|-  
|-  
   
   
| '''[[OnHit - ObjectReference|OnHit]]'''
| '''[[IncrementSkill - Game|IncrementSkill]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
|   
|
|-  
|-  
   
   
| '''[[OnItemAdded - ObjectReference|OnItemAdded]]'''
| '''[[IncrementSkillBy - Game|IncrementSkillBy]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
|   
|
|-  
|-  
   
   
| '''[[OnItemRemoved - ObjectReference|OnItemRemoved]]'''
| '''[[IncrementStat - Game|IncrementStat]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
|   
|
|-  
|-  
   
   
| '''[[OnKeyDown - Form|OnKeyDown]]'''<sup>SKSE</sup>
| '''[[InterruptCast - ObjectReference|InterruptCast]]'''
| '''Form'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
|   
|
|-
|'''[[Invoke - UI|Invoke]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeBool - UI|InvokeBool]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeBoolA - UI|InvokeBoolA]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|array version
|-
|'''[[InvokeFloat - UI|InvokeFloat]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeFloatA - UI|InvokeFloatA]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|array version
|-
|'''[[InvokeForm - UI|InvokeForm]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeInt - UI|InvokeInt]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeIntA - UI|InvokeIntA]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|array version
|-
|'''[[InvokeString - UI|InvokeString]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|
|-
|'''[[InvokeStringA - UI|InvokeStringA]]'''<sup>SKSE</sup>
|[[UI Script|'''UI''']]
|
|array version
|-  
|-  
   
   
| '''[[OnKeyUp - Form|OnKeyUp]]'''<sup>SKSE</sup>
| '''[[Is3DLoaded - ObjectReference|Is3DLoaded]]'''
| '''Form'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnLoad - ObjectReference|OnLoad]]'''
| '''[[IsActionComplete - Scene|IsActionComplete]]'''
| '''ObjectReference'''  
| [[Scene Script|'''Scene''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnLocationChange - Actor|OnLocationChange]]'''
| '''[[IsActivateChild - ObjectReference|IsActivateChild]]'''
| '''Actor'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnLockStateChanged - ObjectReference|OnLockStateChanged]]'''
| '''[[IsActivateControlsEnabled - Game|IsActivateControlsEnabled]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnLostLOS - Form|OnLostLOS]]'''
| '''[[IsActivationBlocked - ObjectReference|IsActivationBlocked]]'''
| '''Form'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnMagicEffectApply - ObjectReference|OnMagicEffectApply]]'''
| '''[[IsActive - Quest|IsActive]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnMenuClose - Form|OnMenuClose]]'''<sup>SKSE</sup>  
| '''[[IsAIEnabled - Actor|IsAIEnabled]]'''<sup>SKSE</sup>  
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnMenuOpen - Form|OnMenuOpen]]'''<sup>SKSE</sup>
| '''[[IsAlarmed - Actor|IsAlarmed]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnObjectEquipped - Actor|OnObjectEquipped]]'''
| '''[[IsAlerted - Actor|IsAlerted]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnObjectUnequipped - Actor|OnObjectUnequipped]]'''
| '''[[IsAllowedToFly - Actor|IsAllowedToFly]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnOpen - ObjectReference|OnOpen]]'''
| '''[[IsArrested - Actor|IsArrested]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPackageChange - Actor|OnPackageChange]]'''
| '''[[IsArrestingTarget - Actor|IsArrestingTarget]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPackageEnd - Actor|OnPackageEnd]]'''
| '''[[IsAttached - Cell|IsAttached]]'''
| '''Actor'''  
| [[Cell Script|'''Cell''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPackageStart - Actor|OnPackageStart]]'''
| '''[[IsBattleAxe - Weapon|IsBattleAxe]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Weapon Script|'''Weapon''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPlayerBowShot - Actor|OnPlayerBowShot]]'''
| '''[[IsBeingRidden - Actor|IsBeingRidden]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPlayerCameraState - Form|OnPlayerCameraState]]'''
| '''[[IsBleedingOut - Actor|IsBleedingOut]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnPlayerLoadGame - Actor|OnPlayerLoadGame]]'''
| '''[[IsBoots - Armor|IsBoots]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnRaceSwitchComplete - Actor|OnRaceSwitchComplete]]'''
| '''[[IsBow - Weapon|IsBow]]'''<sup>SKSE</sup>
| '''Actor'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[OnRead - ObjectReference|OnRead]]'''
| '''[[IsBribed - Actor|IsBribed]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnRelease - ObjectReference|OnRelease]]'''
| '''[[IsCamSwitchControlsEnabled - Game|IsCamSwitchControlsEnabled]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnReset - ObjectReference|OnReset]]'''
| '''[[IsChild - Actor|IsChild]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnSell - ObjectReference|OnSell]]'''
| '''[[IsChild - Location|IsChild]]'''
| '''ObjectReference'''  
| [[Location Script|'''Location''']]
|   
Bool
|
|-
|'''[[IsChildRace - Race|IsChildRace]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[OnSit - Actor|OnSit]]'''
| '''[[IsCleared - Location|IsCleared]]'''
| '''Actor'''  
| [[Location Script|'''Location''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnSleepStart - Form|OnSleepStart]]'''
| '''[[IsClothing - Armor|IsClothing]]'''<sup>SKSE</sup>
| '''Form'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnSleepStop - Form|OnSleepStop]]'''
| '''[[IsClothingBody - Armor|IsClothingBody]]'''<sup>SKSE</sup>
| '''Form'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnSpellCast - ObjectReference|OnSpellCast]]'''
| '''[[IsClothingFeet - Armor|IsClothingFeet]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryActivateActor - Quest|OnStoryActivateActor]]'''
| '''[[IsClothingHands - Armor|IsClothingHands]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryAddToPlayer - Quest|OnStoryAddToPlayer]]'''
| '''[[IsClothingHead - Armor|IsClothingHead]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryArrest - Quest|OnStoryArrest]]'''
| '''[[IsClothingPoor - Armor|IsClothingPoor]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryAssaultActor - Quest|OnStoryAssaultActor]]'''
| '''[[IsClothingRich - Armor|IsClothingRich]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryBribeNPC - Quest|OnStoryBribeNPC]]'''
| '''[[IsClothingRing - Armor|IsClothingRing]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryCastMagic - Quest|OnStoryCastMagic]]'''
| '''[[IsCommandedActor - Actor|IsCommandedActor]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryChangeLocation - Quest|OnStoryChangeLocation]]'''
| '''[[IsCompleted - Quest|IsCompleted]]'''
| '''Quest'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryCraftItem - Quest|OnStoryCraftItem]]'''
| '''[[IsCuirass - Armor|IsCuirass]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryCrimeGold - Quest|OnStoryCrimeGold]]'''
| '''[[IsDagger - Weapon|IsDagger]]'''<sup>SKSE</sup>
| '''Quest'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryCure - Quest|OnStoryCure]]'''
| '''[[IsDead - Actor|IsDead]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryDialogue - Quest|OnStoryDialogue]]'''
| '''[[IsDeleted - ObjectReference|IsDeleted]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryDiscoverDeadBody - Quest|OnStoryDiscoverDeadBody]]'''
| '''[[IsDetectedBy - Actor|IsDetectedBy]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryEscapeJail - Quest|OnStoryEscapeJail]]'''
| '''[[IsDigit - StringUtil|IsDigit]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[StringUtil Script|'''StringUtil''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryFlatterNPC - Quest|OnStoryFlatterNPC]]'''
| '''[[IsDisabled - ObjectReference|IsDisabled]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryHello - Quest|OnStoryHello]]'''
| '''[[IsDoingFavor - Actor|IsDoingFavor]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryIncreaseLevel - Quest|OnStoryIncreaseLevel]]'''
| '''[[IsEnabled - ObjectReference|IsEnabled]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryIncreaseSkill - Quest|OnStoryIncreaseSkill]]'''
| '''[[IsEquipped - Actor|IsEquipped]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryInfection - Quest|OnStoryInfection]]'''
| '''[[IsEssential - Actor|IsEssential]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryIntimidateNPC - Quest|OnStoryIntimidateNPC]]'''
| '''[[IsEssential - ActorBase|IsEssential]]'''
| '''Quest'''  
| [[ActorBase Script|'''ActorBase''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryJail - Quest|OnStoryJail]]'''
| '''[[IsFactionInCrimeGroup - Faction|IsFactionInCrimeGroup]]'''
| '''Quest'''  
| [[Faction Script|'''Faction''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryKillActor - Quest|OnStoryKillActor]]'''
| '''[[IsFastTravelControlsEnabled - Game|IsFastTravelControlsEnabled]]'''
| '''Quest'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryNewVoicePower - Quest|OnStoryNewVoicePower]]'''
| '''[[IsFastTravelEnabled - Game|IsFastTravelEnabled]]'''
| '''Quest'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryPayFine - Quest|OnStoryPayFine]]'''
| '''[[IsFightingControlsEnabled - Game|IsFightingControlsEnabled]]'''
| '''Quest'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryPickLock - Quest|OnStoryPickLock]]'''
| '''[[IsFlying - Actor|IsFlying]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryPlayerGetsFavor - Quest|OnStoryPlayerGetsFavor]]'''
| '''[[IsFood - Potion|IsFood]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Potion Script|'''Potion''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryRelationshipChange - Quest|OnStoryRelationshipChange]]'''
| '''[[IsFurnitureInUse - ObjectReference|IsFurnitureInUse]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryRemoveFromPlayer - Quest|OnStoryRemoveFromPlayer]]'''
| '''[[IsFurnitureMarkerInUse - ObjectReference|IsFurnitureMarkerInUse]]'''
| '''Quest'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryScript - Quest|OnStoryScript]]'''
| '''[[IsGauntlets - Armor|IsGauntlets]]'''<sup>SKSE</sup>
| '''Quest'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryServedTime - Quest|OnStoryServedTime]]'''
| '''[[IsGhost - Actor|IsGhost]]'''
| '''Quest'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnStoryTrespass - Quest|OnStoryTrespass]]'''
| '''[[IsGreatsword - Weapon|IsGreatsword]]'''<sup>SKSE</sup>
| '''Quest'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTrackedStatsEvent - Form|OnTrackedStatsEvent]]'''
| '''[[IsGuard - Actor|IsGuard]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTranslationAlmostComplete - ObjectReference|OnTranslationAlmostComplete]]'''
| '''[[IsHarvested - ObjectReference|IsHarvested]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTranslationComplete - ObjectReference|OnTranslationComplete]]'''
| '''[[IsHeavyArmor - Armor|IsHeavyArmor]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTranslationFailed - ObjectReference|OnTranslationFailed]]'''
| '''[[IsHelmet - Armor|IsHelmet]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTrapHit - ObjectReference|OnTrapHit]]'''
| '''[[IsHostile - Enchantment|IsHostile]]'''
| '''ObjectReference'''  
| [[Enchantment Script|'''Enchantment''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTrapHitStart - ObjectReference|OnTrapHitStart]]'''
| '''[[IsHostile - Ingredient|IsHostile]]'''
| '''ObjectReference'''  
| [[Ingredient Script|'''Ingredient''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTrapHitStop - ObjectReference|OnTrapHitStop]]'''
| '''[[IsHostile - Potion|IsHostile]]'''
| '''ObjectReference'''  
| [[Potion Script|'''Potion''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTrigger - ObjectReference|OnTrigger]]'''
| '''[[IsHostile - Spell|IsHostile]]'''
| '''ObjectReference'''  
| [[Spell Script|'''Spell''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTriggerEnter - ObjectReference|OnTriggerEnter]]'''
| '''[[IsHostileToActor - Actor|IsHostileToActor]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnTriggerLeave - ObjectReference|OnTriggerLeave]]'''
| '''[[IsIgnoringFriendlyHits - ObjectReference|IsIgnoringFriendlyHits]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-
|'''[[IsImmobile - Race|IsImmobile]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[OnUnequipped - ObjectReference|OnUnequipped]]'''
| '''[[IsInCombat - Actor|IsInCombat]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnUnload - ObjectReference|OnUnload]]'''
| '''[[IsInDialogueWithPlayer - ObjectReference|IsInDialogueWithPlayer]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnUpdate - ActiveMagicEffect|OnUpdate]]'''
| '''[[IsInFaction - Actor|IsInFaction]]'''
| '''ActiveMagicEffect'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnUpdate - Alias|OnUpdate]]'''
| '''[[IsInInterior - ObjectReference|IsInInterior]]'''
| '''Alias'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnUpdate - Form|OnUpdate]]'''
| '''[[IsInKillMove - Actor|IsInKillMove]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnUpdateGameTime - Form|OnUpdateGameTime]]'''
| '''[[IsInLocation - ObjectReference|IsInLocation]]'''
| '''Form'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OnWardHit - ObjectReference|OnWardHit]]'''
| '''[[IsInMenuMode - Utility|IsInMenuMode]]'''
| '''ObjectReference'''  
| [[Utility Script|'''Utility''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OpenInventory - Actor|OpenInventory]]'''
| '''[[IsInterior - Cell|IsInterior]]'''
| '''Actor'''  
| [[Cell Script|'''Cell''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[OpenUserLog - Debug|OpenUserLog]]'''
| '''[[IsIntimidated - Actor|IsIntimidated]]'''
| '''Debug'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
|}
| '''[[IsInvulnerable - ActorBase|IsInvulnerable]]'''
=== P ===
| [[ActorBase Script|'''ActorBase''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
Bool
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[PathToReference - Actor|PathToReference]]'''
| '''Actor'''  
|   
|-  
|-  
   
   
| '''[[Pause - SoundCategory|Pause]]'''
| '''[[IsJewelry - Armor|IsJewelry]]'''<sup>SKSE</sup>
| '''SoundCategory'''  
| [[Armor Script|'''Armor''']]
|   
|  Bool
|
|-
| '''[[IsJournalControlsEnabled - Game|IsJournalControlsEnabled]]'''
| [[Game Script|'''Game''']]
Bool
|
|-  
|-  
   
   
| '''[[PlaceActorAtMe - ObjectReference|PlaceActorAtMe]]'''
| '''[[IsKeyPressed - Input|IsKeyPressed]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Input Script|'''Input''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlaceAtMe - ObjectReference|PlaceAtMe]]'''
| '''[[IsLetter - StringUtil|IsLetter]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[StringUtil Script|'''StringUtil''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[Play - EffectShader|Play]]'''
| '''[[IsLightArmor - Armor|IsLightArmor]]'''<sup>SKSE</sup>
| '''EffectShader'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[Play - Sound|Play]]'''
| '''[[IsLoaded - Location|IsLoaded]]'''
| '''Sound'''  
| [[Location Script|'''Location''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[Play - VisualEffect|Play]]'''
| '''[[IsLocked - ObjectReference|IsLocked]]'''
| '''VisualEffect'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayAndWait - Sound|PlayAndWait]]'''
| '''[[IsLookingControlsEnabled - Game|IsLookingControlsEnabled]]'''
| '''Sound'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayAnimation - ObjectReference|PlayAnimation]]'''
| '''[[IsMace - Weapon|IsMace]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayAnimationAndWait - ObjectReference|PlayAnimationAndWait]]'''
| '''[[IsMapMarkerVisible - ObjectReference|IsMapMarkerVisible]]'''
| '''ObjectReference'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayBink - Game|PlayBink]]'''
| '''[[IsMenuControlsEnabled - Game|IsMenuControlsEnabled]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayerKnows - Form|PlayerKnows]]'''
| '''[[IsMenuOpen - UI|IsMenuOpen]]'''<sup>SKSE</sup>
| '''Form'''  
| '''[[UI Script|UI]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayerMoveToAndWait - Debug|PlayerMoveToAndWait]]'''
| '''[[IsMovementControlsEnabled - Game|IsMovementControlsEnabled]]'''
| '''Debug'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayerPayCrimeGold - Faction|PlayerPayCrimeGold]]'''
| '''[[IsNearPlayer - ObjectReference|IsNearPlayer]]'''
| '''Faction'''  
| [[ObjectReference Script|'''ObjectReference''']]
|   
Bool
|
|-
|'''[[IsNotPushable - Race|IsNotPushable]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[PlayGamebryoAnimation - ObjectReference|PlayGamebryoAnimation]]'''
| '''[[IsObjectiveCompleted - Quest|IsObjectiveCompleted]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayIdle - Actor|PlayIdle]]'''
| '''[[IsObjectiveDisplayed - Quest|IsObjectiveDisplayed]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlayIdleWithTarget - Actor|PlayIdleWithTarget]]'''
| '''[[IsObjectiveFailed - Quest|IsObjectiveFailed]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|  Bool
|
|-
| '''[[IsOnMount - Actor|IsOnMount]]'''
| [[Actor Script|'''Actor''']]
Bool
|
|-
|'''[[IsOverEncumbered - Actor|IsOverEncumbered]]'''
|[[Actor Script|'''Actor''']]
|Bool
|
|-  
|-  
   
   
| '''[[PlayImpactEffect - ObjectReference|PlayImpactEffect]]'''
| '''[[IsPlayerExpelled - Faction|IsPlayerExpelled]]'''
| '''ObjectReference'''  
| [[Faction Script|'''Faction''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlaySubGraphAnimation - Actor|PlaySubGraphAnimation]]'''
| '''[[IsPlayersLastRiddenHorse - Actor|IsPlayersLastRiddenHorse]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlaySyncedAnimationAndWaitSS - ObjectReference|PlaySyncedAnimationAndWaitSS]]'''
| '''[[IsPlayerSungazing - Game|IsPlayerSungazing]]'''
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PlaySyncedAnimationSS - ObjectReference|PlaySyncedAnimationSS]]'''
| '''[[IsPlayerTeammate - Actor|IsPlayerTeammate]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-
|'''[[IsPlayable - Form|IsPlayable]]'''<sup>SKSE</sup>
|'''[[Form Script|Form]]'''
|Bool
|
|-
|'''[[IsPlayable - Race|IsPlayable]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-  
|-  
   
   
| '''[[PlayTerrainEffect - ObjectReference|PlayTerrainEffect]]'''
| '''[[IsPlaying - Scene|IsPlaying]]'''
| '''ObjectReference'''  
| [[Scene Script|'''Scene''']]
|   
Bool
|
|-
|'''[[IsPluginInstalled - Game|IsPluginInstalled]]'''<sup>SKSE</sup>
|[[Game Script|'''Game''']]
|Bool
|
|-  
|-  
   
   
| '''[[PopTo - ImageSpaceModifier|PopTo]]'''
| '''[[IsProtected - ActorBase|IsProtected]]'''
| '''ImageSpaceModifier'''  
| [[ActorBase Script|'''ActorBase''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[Pow - Math|Pow]]'''
| '''[[IsPunctuation - StringUtil|IsPunctuation]]'''<sup>SKSE</sup>
| '''Math'''  
| [[StringUtil Script|'''StringUtil''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PrecacheCharGen - Game|PrecacheCharGen]]'''
| '''[[IsRaceFlagSet - Race|IsRaceFlagSet]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Race Script|'''Race''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PrecacheCharGenClear - Game|PrecacheCharGenClear]]'''
| '''[[IsRead - Book|IsRead]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Book Script|'''Book''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[ProcessTrapHit - ObjectReference|ProcessTrapHit]]'''
| '''[[IsRunning - Actor|IsRunning]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[PushActorAway - ObjectReference|PushActorAway]]'''
| '''[[IsRunning - Quest|IsRunning]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
|}
| '''[[IsSameLocation - Location|IsSameLocation]]'''
=== Q ===
| [[Location Script|'''Location''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
Bool
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[QueryStat - Game|QueryStat]]'''
| '''Game'''  
|   
|-  
|-  
   
   
| '''[[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]'''<sup>SKSE</sup>  
| '''[[IsShield - Armor|IsShield]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Armor Script|'''Armor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[QuitGame - Debug|QuitGame]]'''
| '''[[IsSneaking - Actor|IsSneaking]]'''
| '''Debug'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[QuitToMainMenu - Game|QuitToMainMenu]]'''
| '''[[IsSneakingControlsEnabled - Game|IsSneakingControlsEnabled]]'''
| '''Game'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
   
   
|}
| '''[[IsSprinting - Actor|IsSprinting]]'''
=== R ===
| [[Actor Script|'''Actor''']]
{|class="toccolours sortable" style="width:100%; font-size:85%;"
Bool
!align=left width=170|Function
|
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[RadiansToDegrees - Math|RadiansToDegrees]]'''
| '''Math'''  
|   
|-  
|-  
   
   
| '''[[RampRumble - ObjectReference|RampRumble]]'''
| '''[[IsStaff - Weapon|IsStaff]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[RandomFloat - Utility|RandomFloat]]'''
| '''[[IsStageDone - Quest|IsStageDone]]'''
| '''Utility'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RandomInt - Utility|RandomInt]]'''
| '''[[IsStarting - Quest|IsStarting]]'''
| '''Utility'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegenerateHead - Actor|RegenerateHead]]'''<sup>SKSE</sup>
| '''[[IsStopped - Quest|IsStopped]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForActorAction - Form|RegisterForActorAction]]'''<sup>SKSE</sup>
| '''[[IsStopping - Quest|IsStopping]]'''
| '''Form'''  
| [[Quest Script|'''Quest''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]]'''
| '''[[IsSwimming - Actor|IsSwimming]]'''<sup>SKSE</sup>
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForCameraState - Form|RegisterForCameraState]]'''<sup>SKSE</sup>  
| '''[[IsSword - Weapon|IsSword]]'''<sup>SKSE</sup>
| '''Form'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForControl - Form|RegisterForControl]]'''<sup>SKSE</sup>  
| '''[[IsTakeable - Book|IsTakeable]]'''<sup>SKSE</sup>
| '''Form'''  
| [[Book Script|'''Book''']]
|   
Bool
|
|-
|'''[[IsTextInputEnabled - UI|IsTextInputEnabled]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|Bool
|
|-  
|-  
   
   
| '''[[RegisterForCrosshairRef - Form|RegisterForCrosshairRef]]'''<sup>SKSE</sup>
| '''[[IsTrespassing - Actor|IsTrespassing]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForKey - Form|RegisterForKey]]'''<sup>SKSE</sup>
| '''[[IsUnconscious - Actor|IsUnconscious]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForLOS - Form|RegisterForLOS]]'''
| '''[[IsUnique - ActorBase|IsUnique]]'''
| '''Form'''  
| [[ActorBase Script|'''ActorBase''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForMenu - Form|RegisterForMenu]]'''<sup>SKSE</sup>  
| '''[[IsWarAxe - Weapon|IsWarAxe]]'''<sup>SKSE</sup>  
| '''Form'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForModEvent - Form|RegisterForModEvent]]'''<sup>SKSE</sup>  
| '''[[IsWarhammer - Weapon|IsWarhammer]]'''<sup>SKSE</sup>  
| '''Form'''  
| '''[[Weapon Script|Weapon]]'''
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForSingleLOSGain - Form|RegisterForSingleLOSGain]]'''
| '''[[IsWeaponDrawn - Actor|IsWeaponDrawn]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
Bool
|
|-  
|-  
   
   
| '''[[RegisterForSingleLOSLost - Form|RegisterForSingleLOSLost]]'''
| '''[[IsWordUnlocked - Game|IsWordUnlocked]]'''
| '''Form'''  
| [[Game Script|'''Game''']]
|   
Bool
|
|-  
|-  
| '''[[IntToString - String|IntToString]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForSingleUpdate - Form|RegisterForSingleUpdate]]'''
| '''[[String Script|String]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsActorInWater - Actor|IsActorInWater]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForSingleUpdateGameTime - Form|RegisterForSingleUpdateGameTime]]'''
| '''[[Actor Script|Actor]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsActorUnderwater - Actor|IsActorUnderwater]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForSleep - Form|RegisterForSleep]]'''
| '''[[Actor Script|Actor]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsCasting - ObjectReference|IsCasting]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForTrackedStatsEvent - Form|RegisterForTrackedStatsEvent]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsDetectedByAnyone - Actor|IsDetectedByAnyone]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForUpdate - Form|RegisterForUpdate]]'''
| '''[[Actor Script|Actor]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsEffectShaderFlagSet - EffectShader|IsEffectShaderFlagSet]]'''<sup>PO3 PE SSE</sup>
| '''[[RegisterForUpdateGameTime - Form|RegisterForUpdateGameTime]]'''
| '''[[EffectShader Script|EffectShader]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[IsFormInMod - Form|IsFormInMod]]'''<sup>PO3 PE SSE</sup>
| '''[[ReleaseKey - Input|ReleaseKey]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Input'''  
|
|
|-  
|-  
| '''[[IsGeneratedForm - Form|IsGeneratedForm]]'''<sup>PO3 PE SSE</sup>
| '''[[ReleaseOverride - Weather|ReleaseOverride]]'''
| '''[[Form Script|Form]]'''
| '''Weather'''  
|
|
|-  
|-  
| '''[[IsHazardFlagSet - Hazard|IsHazardFlagSet]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoteCast - Spell|RemoteCast]]'''
| '''[[Hazard Script|Hazard]]'''
| '''Spell'''  
|
|
|-  
|-  
| '''[[IsLimbGone - Actor|IsLimbGone]]'''<sup>PO3 PE SSE</sup>
| '''[[Remove - ImageSpaceModifier|Remove]]'''
| '''[[Actor Script|Actor]]'''
| '''ImageSpaceModifier'''  
|
|
|-  
|-  
| '''[[IsLoadDoor - ObjectReference|IsLoadDoor]]'''<sup>PO3 PE SSE</sup>
| '''[[Remove - MusicType|Remove]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''MusicType'''  
|
|
|-  
|-  
| '''[[IsPluginFound - Game|IsPluginFound]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveAddedForm - FormList|RemoveAddedForm]]'''
| '''[[Game Script|Game]]'''
| '''FormList'''  
|
|
|-  
|-  
| '''[[IsQuadruped - Actor|IsQuadruped]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveAllInventoryEventFilters - ObjectReference|RemoveAllInventoryEventFilters]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[IsQuestItem - ObjectReference|IsQuestItem]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveAllItems - ObjectReference|RemoveAllItems]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[IsRecordFlagSet - Form|IsRecordFlagSet]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveCrossFade - ImageSpaceModifier|RemoveCrossFade]]'''
| '''[[Form Script|Form]]'''
| '''ImageSpaceModifier'''  
|
|
|-  
|-  
| '''[[IsRefInWater - ObjectReference|IsRefInWater]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveFromAllFactions - Actor|RemoveFromAllFactions]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[IsScriptAttachedToActiveEffect - ActiveMagicEffect|IsScriptAttachedToActiveEffect]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveFromFaction - Actor|RemoveFromFaction]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[IsScriptAttachedToAlias - Alias|IsScriptAttachedToAlias]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveHavokConstraints - Game|RemoveHavokConstraints]]'''
| '''[[Alias Script|Alias]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[IsScriptAttachedToForm - Form|IsScriptAttachedToForm]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveInventoryEventFilter - ObjectReference|RemoveInventoryEventFilter]]'''
| '''[[Form Script|Form]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[IsSoulTrapped - Actor|IsSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveItem - ObjectReference|RemoveItem]]'''
| '''[[Actor Script|Actor]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[IsSurvivalModeActive - Game|IsSurvivalModeActive]]'''<sup>PO3 PE SSE</sup>
| '''[[RemovePerk - Actor|RemovePerk]]'''
| '''[[Game Script|Game]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[IsVIP - ObjectReference|IsVIP]]'''<sup>PO3 PE SSE</sup>
| '''[[RemoveShout - Actor|RemoveShout]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[IntArray - PapyrusUtil|IntArray]]'''<sup>PU SE</sup>
| '''[[RemoveSlotFromMask - Armor|RemoveSlotFromMask]]'''<sup>SKSE</sup>  
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Armor'''  
|int[]
|
|-  
|-  
| '''[[IntListAdd - JsonUtil|IntListAdd]]'''<sup>PU SE</sup>
| '''[[RemoveSpell - Actor|RemoveSpell]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Actor'''  
|int
|
|-  
|-  
| '''[[IntListAdjust - JsonUtil|IntListAdjust]]'''<sup>PU SE</sup>
| '''[[RequestAutoSave - Game|RequestAutoSave]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Game'''  
|Int
|
|-  
|-  
| '''[[IntListClear - JsonUtil|IntListClear]]'''<sup>PU SE</sup>
| '''[[RequestModel - Game|RequestModel]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Game'''  
|int
|
|-  
|-  
| '''[[IntListCopy - JsonUtil|IntListCopy]]'''<sup>PU SE</sup>
| '''[[RequestSave - Game|RequestSave]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Game'''  
|bool
|
|-  
|-  
| '''[[IntListCount - JsonUtil|IntListCount]]'''<sup>PU SE</sup>
| '''[[Reset - Cell|Reset]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Cell'''  
|int
|
|-  
|-  
| '''[[IntListCountValue - JsonUtil|IntListCountValue]]'''<sup>PU SE</sup>
| '''[[Reset - ObjectReference|Reset]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''ObjectReference'''  
|int
|
|-  
|-  
| '''[[IntListFind - JsonUtil|IntListFind]]'''<sup>PU SE</sup>
| '''[[Reset - Quest|Reset]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Quest'''  
|int
|
|-  
|-  
| '''[[IntListGet - JsonUtil|IntListGet]]'''<sup>PU SE</sup>
| '''[[ResetHealthAndLimbs - Actor|ResetHealthAndLimbs]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Actor'''  
|Int
|
|-  
|-  
| '''[[IntListHas - JsonUtil|IntListHas]]'''<sup>PU SE</sup>
| '''[[ResetHelpMessage - Message|ResetHelpMessage]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Message'''  
|bool
|
|-  
|-  
| '''[[IntListInsertAt - JsonUtil|IntListInsertAt]]'''<sup>PU SE</sup>
| '''[[RestoreActorValue - Actor|RestoreActorValue]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Actor'''  
|bool
|
|-  
|-  
| '''[[IntListRandom - JsonUtil|IntListRandom]]'''<sup>PU SE</sup>
| '''[[Resurrect - Actor|Resurrect]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Actor'''  
|int
|
|-  
|-  
| '''[[IntListRemove - JsonUtil|IntListRemove]]'''<sup>PU SE</sup>
| '''[[Revert - FormList|Revert]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''FormList'''  
|int
|
|-
| '''[[IntListRemoveAt - JsonUtil|IntListRemoveAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IntListResize - JsonUtil|IntListResize]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[IntListSet - JsonUtil|IntListSet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|Int
|-
| '''[[IntListSlice - JsonUtil|IntListSlice]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[IntListToArray - JsonUtil|IntListToArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int[]
|-
| '''[[IsGood - JsonUtil|IsGood]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IsPathArray - JsonUtil|IsPathArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IsPathBool - JsonUtil|IsPathBool]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IsPathForm - JsonUtil|IsPathForm]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IsPathNumber - JsonUtil|IsPathNumber]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[IsPathObject - JsonUtil|IsPathObject]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-  
|-  
| '''[[IsPathString - JsonUtil|IsPathString]]'''<sup>PU SE</sup>
| '''[[Revert - LeveledActor|Revert]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''LeveledActor'''  
|bool
|
|-  
|-  
| '''[[IsPendingSave - JsonUtil|IsPendingSave]]'''<sup>PU SE</sup>
| '''[[Revert - LeveledItem|Revert]]'''
| '''[[JsonUtil Script|JsonUtil]]'''
| '''LeveledItem'''  
|bool
|
|-  
|-  
   
 
| '''[[Revert - LeveledSpell|Revert]]'''
|}
| '''LeveledSpell'''  
 
|
=== K ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''  
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[JsonUtilExists - JsonUtil|JsonUtilExists]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-  
|-  
| '''[[JsonUtilInFolder - JsonUtil|JsonUtilInFolder]]'''<sup>PU SE</sup>
| '''[[RightShift - Math|RightShift]]'''<sup>SKSE</sup>  
| '''[[JsonUtil Script|JsonUtil]]'''
| '''Math'''  
|string[]
|
|-  
|-  
 
|}
|}
=== S ===
 
{|class="toccolours sortable" style="width:100%; font-size:85%;"  
=== K ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function  
!align=left width=170|Function  
!align=left width=90|Member of  
!align=left width=90|Member of  
!align=left class="unsortable"|Description  
!align=left class="unsortable"|Description  
|-
|-
| '''[[Say - ObjectReference|Say]]'''
| '''[[KeepOffsetFromActor - Actor|KeepOffsetFromActor]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SendAnimationEvent - Debug|SendAnimationEvent]]'''
| '''[[Kill - Actor|Kill]]'''
| '''Debug'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SendAssaultAlarm - Actor|SendAssaultAlarm]]'''
| '''[[KillEssential - Actor|KillEssential]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
 
| '''[[SendAssaultAlarm - Faction|SendAssaultAlarm]]'''
| '''[[KillNoWait - Actor|KillNoWait]]'''<sup>PO3 PE SSE</sup>
| '''Faction'''  
| '''[[Actor Script|Actor]]'''
|
|
|-  
|-  
   
   
| '''[[SendPlayerToJail - Faction|SendPlayerToJail]]'''
| '''[[KillSilent - Actor|KillSilent]]'''
| '''Faction'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SendStealAlarm - ObjectReference|SendStealAlarm]]'''
| '''[[KnockAreaEffect - ObjectReference|KnockAreaEffect]]'''
| '''ObjectReference'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SendStoryEvent - Keyword|SendStoryEvent]]'''
|}
| '''Keyword'''  
=== L ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[LearnAllEffects - Ingredient|LearnAllEffects]]'''
| [[Ingredient Script|'''Ingredient''']]
|   
|   
|-  
|-  
   
   
| '''[[SendStoryEventAndWait - Keyword|SendStoryEventAndWait]]'''
| '''[[LearnEffect - Ingredient|LearnEffect]]'''
| '''Keyword'''  
| [[Ingredient Script|'''Ingredient''']]
|   
|   
|-  
|-  
   
   
| '''[[SendTrespassAlarm - Actor|SendTrespassAlarm]]'''
| '''[[LearnNextEffect - Ingredient|LearnNextEffect]]'''
| '''Actor'''  
| [[Ingredient Script|'''Ingredient''']]
|   
|   
|-  
|-  
   
   
| '''[[SendWereWolfTransformation - Game|SendWereWolfTransformation]]'''
| '''[[LeftShift - Math|LeftShift]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Math Script|'''Math''']]
|   
|   
|-  
|-  
 
| '''[[ServeTime - Game|ServeTime]]'''
| '''[[LoadGame - Game|LoadGame]]'''<sup>SKSE</sup>
| '''Game'''  
| [[Game Script|'''Game''']]
|   
|   
|-  
|-  
 
| '''[[SetActive - Quest|SetActive]]'''
| '''[[Lock - ObjectReference|Lock]]'''
| '''Quest'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetActive - Weather|SetActive]]'''
| '''[[LogicalAnd - Math|LogicalAnd]]'''<sup>SKSE</sup>
| '''Weather'''  
| [[Math Script|'''Math''']]
|   
|   
|-  
|-  
   
   
| '''[[SetActorCause - ObjectReference|SetActorCause]]'''
| '''[[LogicalNot - Math|LogicalNot]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Math Script|'''Math''']]
|   
|   
|-  
|-  
   
   
| '''[[SetActorOwner - Cell|SetActorOwner]]'''
| '''[[LogicalOr - Math|LogicalOr]]'''<sup>SKSE</sup>
| '''Cell'''  
| [[Math Script|'''Math''']]
|   
|   
|-  
|-  
   
   
| '''[[SetActorOwner - ObjectReference|SetActorOwner]]'''
| '''[[LogicalXor - Math|LogicalXor]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Math Script|'''Math''']]
|   
|   
|-  
|-  
   
   
| '''[[SetActorValue - Actor|SetActorValue]]'''
| '''[[Load - JsonUtil|Load]]'''<sup>PU SE</sup>
| '''Actor'''  
| '''[[JsonUtil Script|JsonUtil]]'''
|
|bool
|-  
|-  
   
|}
| '''[[SetAlert - Actor|SetAlert]]'''
 
| '''Actor'''  
=== M ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''  
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
|'''[[MakeCanFly - Race|MakeCanFly]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeCanSwim - Race|MakeCanSwim]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeCanWalk - Race|MakeCanWalk]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeChildRace - Race|MakeChildRace]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeImmobile - Race|MakeImmobile]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeMobile - Race|MakeMobile]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeNoKnockdowns - Race|MakeNoKnockdowns]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|[[MakeNonChildRace - Race|'''MakeNonChildRace''']]<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeNonFlying - Race|MakeNonFlying]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeNonSwimming - Race|MakeNonSwimming]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeNonWalking - Race|MakeNonWalking]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakeNotPushable - Race|MakeNotPushable]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[MakePlayable - Race|MakePlayable]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[MakePlayerFriend - Actor|MakePlayerFriend]]'''
| [[Actor Script|'''Actor''']]
|   
|   
|-
|'''[[MakePushable - Race|MakePushable]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[MarkItemAsFavorite - Form|MarkItemAsFavorite]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-  
|-  
|'''[[MakeUnplayable - Race|MakeUnplayable]]'''<sup>SKSE</sup>
| '''[[SetAllowFlying - Actor|SetAllowFlying]]'''
|'''[[Race Script|Race]]'''
| '''Actor'''  
|
|-
 
| '''[[MixColorWithSkinTone - Actor|MixColorWithSkinTone]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[MoveToNearestNavmeshLocation - ObjectReference|MoveToNearestNavmeshLocation]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
 
| '''[[MessageBox - Debug|MessageBox]]'''
| [[Debug Script|'''Debug''']]
|   
|   
|-  
|-  
 
| '''[[SetAllowFlyingEx - Actor|SetAllowFlyingEx]]'''
| '''[[Mod - GlobalVariable|Mod]]'''
| '''Actor'''  
| '''[[GlobalVariable Script|GlobalVariable]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetAllowFlyingMountLandingRequests - Game|SetAllowFlyingMountLandingRequests]]'''
| '''[[ModActorValue - Actor|ModActorValue]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAlly - Faction|SetAlly]]'''
| '''[[ModArmorRating - Armor|ModArmorRating]]'''<sup>SKSE</sup>
| '''Faction'''  
| [[Armor Script|'''Armor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAlpha - Actor|SetAlpha]]'''
| '''[[ModCrimeGold - Faction|ModCrimeGold]]'''
| '''Actor'''  
| [[Faction Script|'''Faction''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAngle - ObjectReference|SetAngle]]'''
| '''[[ModFactionRank - Actor|ModFactionRank]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAnimationVariableBool - ObjectReference|SetAnimationVariableBool]]'''
| '''[[ModObjectiveGlobal - Quest|ModObjectiveGlobal]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAnimationVariableFloat - ObjectReference|SetAnimationVariableFloat]]'''
| '''[[ModPerkPoints - Game|ModPerkPoints]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Game Script|'''Game''']]
|   
|   
|-  
|-  
   
   
| '''[[SetAnimationVariableInt - ObjectReference|SetAnimationVariableInt]]'''
| '''[[ModReaction - Faction|ModReaction]]'''
| '''ObjectReference'''  
| [[Faction Script|'''Faction''']]
|   
|   
|-  
|-  
   
   
| '''[[SetArmorRating - Armor|SetArmorRating]]'''<sup>SKSE</sup>
| '''[[MoveTo - ObjectReference|MoveTo]]'''
| '''Armor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetAttackActorOnSight - Actor|SetAttackActorOnSight]]'''
| '''[[MoveToIfUnloaded - ObjectReference|MoveToIfUnloaded]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetBaseDamage - Weapon|SetBaseDamage]]'''<sup>SKSE</sup>
| '''[[MoveToInteractionLocation - ObjectReference|MoveToInteractionLocation]]'''
| '''Weapon'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetBeastForm - Game|SetBeastForm]]'''
| '''[[MoveToMyEditorLocation - ObjectReference|MoveToMyEditorLocation]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetBribed - Actor|SetBribed]]'''
| '''[[MoveToNode - ObjectReference|MoveToNode]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetCameraTarget - Game|SetCameraTarget]]'''
| '''[[MoveToPackageLocation - Actor|MoveToPackageLocation]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetClass - ActorBase|SetClass]]'''<sup>SKSE</sup>
| '''[[MoveToWhenUnloaded - ObjectReference|MoveToWhenUnloaded]]'''
| '''ActorBase'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetCleared - Location|SetCleared]]'''
| '''[[Mute - SoundCategory|Mute]]'''
| '''Location'''  
| [[SoundCategory Script|'''SoundCategory''']]
|   
|   
|-  
|-  
| '''[[MergeActorArray - PapyrusUtil|MergeActorArray]]'''<sup>PU SE</sup>
| '''[[SetCombatStyle - ActorBase|SetCombatStyle]]'''<sup>SKSE</sup>  
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''ActorBase'''  
|Actor[]
|
|-  
| '''[[MergeAliasArray - PapyrusUtil|MergeAliasArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-  
|-  
| '''[[MergeBoolArray - PapyrusUtil|MergeBoolArray]]'''<sup>PU SE</sup>
| '''[[SetCrimeFaction - Actor|SetCrimeFaction]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|bool[]
|
|-  
|-  
| '''[[MergeFloatArray - PapyrusUtil|MergeFloatArray]]'''<sup>PU SE</sup>
| '''[[SetCrimeGold - Faction|SetCrimeGold]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Faction'''  
|float[]
|
|-  
|-  
| '''[[MergeFormArray - PapyrusUtil|MergeFormArray]]'''<sup>PU SE</sup>
| '''[[SetCrimeGoldViolent - Faction|SetCrimeGoldViolent]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Faction'''  
|Form[]
|
|-  
|-  
| '''[[MergeIntArray - PapyrusUtil|MergeIntArray]]'''<sup>PU SE</sup>
| '''[[SetCritDamage - Weapon|SetCritDamage]]'''<sup>SKSE</sup>  
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Weapon'''  
|int[]
|
|-  
|-  
| '''[[MergeObjRefArray - PapyrusUtil|MergeObjRefArray]]'''<sup>PU SE</sup>
| '''[[SetCriticalStage - Actor|SetCriticalStage]]'''
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
| '''Actor'''  
|ObjectReference[]
|
|-
| '''[[MergeStringArray - PapyrusUtil|MergeStringArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
 
|}
=== N ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left width=90|Return
!align=left class="unsortable"|Description
|-
|'''[[NoCombatInWater - Race|NoCombatInWater]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|'''[[NoKnockdowns - Race|NoKnockdowns]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
|'''[[NoShadow - Race|NoShadow]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|Bool
|
|-
| '''[[Notification - Debug|Notification]]'''
| [[Debug Script|'''Debug''']]
|
|
|-  
|-  
   
   
| '''[[SetCurrentStageID - Quest|SetCurrentStageID]]'''
|}
| '''Quest'''  
 
=== O ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[OnActivate - ObjectReference|OnActivate]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetDestroyed - ObjectReference|SetDestroyed]]'''
| '''[[OnActorAction - Form|OnActorAction]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForActorAction - Form|RegisterForActorAction]], [[UnregisterForActorAction - Form|UnregisterForActorAction]]
|-  
|-  
   
   
| '''[[SetDoingFavor - Actor|SetDoingFavor]]'''
| '''[[OnAnimationEvent - Form|OnAnimationEvent]]'''
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
[[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]], [[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]], [[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]]
|-  
|-  
   
   
| '''[[SetDontMove - Actor|SetDontMove]]'''
| '''[[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]]'''
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
[[OnAnimationEvent - Form|OnAnimationEvent]], [[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]], [[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]]
|-  
|-  
   
   
| '''[[SetEnchantment - Armor|SetEnchantment]]'''<sup>SKSE</sup>
| '''[[OnAttachedToCell - ObjectReference|OnAttachedToCell]]'''
| '''Armor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetEnchantment - Weapon|SetEnchantment]]'''<sup>SKSE</sup>
| '''[[OnCellAttach - ObjectReference|OnCellAttach]]'''
| '''Weapon'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetEnemy - Faction|SetEnemy]]'''
| '''[[OnCellDetach - ObjectReference|OnCellDetach]]'''
| '''Faction'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetEssential - ActorBase|SetEssential]]'''
| '''[[OnCellLoad - ObjectReference|OnCellLoad]]'''
| '''ActorBase'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetExpressionOverride - Actor|SetExpressionOverride]]'''
| '''[[OnClose - ObjectReference|OnClose]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetEyeTexture - Actor|SetEyeTexture]]'''
| '''[[OnCombatStateChanged - Actor|OnCombatStateChanged]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetFacePreset - ActorBase|SetFacePreset]]'''<sup>SKSE</sup>
| '''[[OnContainerChanged - ObjectReference|OnContainerChanged]]'''
| '''ActorBase'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetFactionOwner - Cell|SetFactionOwner]]'''
| '''[[OnControlDown - Form|OnControlDown]]'''<sup>SKSE</sup>
| '''Cell'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForControl - Form|RegisterForControl]], [[UnregisterForControl - Form|UnregisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]]
|-  
|-  
   
   
| '''[[SetFactionOwner - ObjectReference|SetFactionOwner]]'''
| '''[[OnControlUp - Form|OnControlUp]]'''<sup>SKSE</sup>
| '''ObjectReference'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForControl - Form|RegisterForControl]], [[UnregisterForControl - Form|UnregisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]]
|-  
|-  
   
   
| '''[[SetFactionRank - Actor|SetFactionRank]]'''
| '''[[OnCrosshairRefChange - Form|OnCrosshairRefChange]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
[[GetCurrentCrosshairRef - Game|GetCurrentCrosshairRef]], [[RegisterForCrosshairRef - Form|RegisterForCrosshairRef,]] [[UnregisterForCrosshairRef - Form|UnregisterForCrosshairRef]]
|-  
|-  
   
   
| '''[[SetFogColor - Cell|SetFogColor]]'''
| '''[[OnDeath - Actor|OnDeath]]'''
| '''Cell'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetFogPlanes - Cell|SetFogPlanes]]'''
| '''[[OnDestructionStageChanged - ObjectReference|OnDestructionStageChanged]]'''
| '''Cell'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetFogPower - Cell|SetFogPower]]'''
| '''[[OnDetachedFromCell - ObjectReference|OnDetachedFromCell]]'''
| '''Cell'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetFootIK - Debug|SetFootIK]]'''
| '''[[OnDying - Actor|OnDying]]'''
| '''Debug'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetForcedLandingMarker - Actor|SetForcedLandingMarker]]'''
| '''[[OnEffectFinish - ActiveMagicEffect|OnEffectFinish]]'''
| '''Actor'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|   
|   
|-  
|-  
   
   
| '''[[SetFrequency - SoundCategory|SetFrequency]]'''
| '''[[OnEffectStart - ActiveMagicEffect|OnEffectStart]]'''
| '''SoundCategory'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|   
|   
|-  
|-  
   
   
| '''[[SetGameSettingBool - Game|SetGameSettingBool]]'''<sup>SKSE</sup>
| '''[[OnEnterBleedout - Actor|OnEnterBleedout]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetGameSettingFloat - Game|SetGameSettingFloat]]'''<sup>SKSE</sup>
| '''[[OnEquipped - ObjectReference|OnEquipped]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetGameSettingInt - Game|SetGameSettingInt]]'''<sup>SKSE</sup>
| '''[[OnGainLOS - Form|OnGainLOS]]'''
| '''Game'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForLOS - Form|RegisterForLOS]], [[RegisterForSingleLOSGain - Form|RegisterForSingleLOSGain]]
|-  
|-  
   
   
| '''[[SetGameSettingString - Game|SetGameSettingString]]'''<sup>SKSE</sup>
| '''[[OnGetUp - Actor|OnGetUp]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetGhost - Actor|SetGhost]]'''
| '''[[OnGrab - ObjectReference|OnGrab]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetGodMode - Debug|SetGodMode]]'''
| '''[[OnHit - ObjectReference|OnHit]]'''
| '''Debug'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetGoldValue - Form|SetGoldValue]]'''<sup>SKSE</sup>
| '''[[OnItemAdded - ObjectReference|OnItemAdded]]'''
| '''Form'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetHairColor - ActorBase|SetHairColor]]'''<sup>SKSE</sup>
| '''[[OnItemRemoved - ObjectReference|OnItemRemoved]]'''
| '''ActorBase'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetHeadTracking - Actor|SetHeadTracking]]'''
| '''[[OnKeyDown - Form|OnKeyDown]]'''<sup>SKSE</sup>
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForKey - Form|RegisterForKey]], [[UnregisterForKey - Form|UnregisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]]
|-  
|-  
   
   
| '''[[SetHeight - ActorBase|SetHeight]]'''<sup>SKSE</sup>  
| '''[[OnKeyUp - Form|OnKeyUp]]'''<sup>SKSE</sup>  
| '''ActorBase'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForKey - Form|RegisterForKey]], [[UnregisterForKey - Form|UnregisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]]
|-  
|-  
   
   
| '''[[SetHudCartMode - Game|SetHudCartMode]]'''
| '''[[OnLoad - ObjectReference|OnLoad]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetInChargen - Game|SetInChargen]]'''
| '''[[OnLocationChange - Actor|OnLocationChange]]'''
| '''Game'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetINIBool - Utility|SetINIBool]]'''
| '''[[OnLockStateChanged - ObjectReference|OnLockStateChanged]]'''
| '''Utility'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetINIFloat - Utility|SetINIFloat]]'''
| '''[[OnLostLOS - Form|OnLostLOS]]'''
| '''Utility'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForLOS - Form|RegisterForLOS]], [[RegisterForSingleLOSLost - Form|RegisterForSingleLOSLost]]
|-  
|-  
   
   
| '''[[SetINIInt - Utility|SetINIInt]]'''
| '''[[OnMagicEffectApply - ObjectReference|OnMagicEffectApply]]'''
| '''Utility'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetINIString - Utility|SetINIString]]'''
| '''[[OnMenuClose - Form|OnMenuClose]]'''<sup>SKSE</sup>
| '''Utility'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForMenu - Form|RegisterForMenu]], [[UnregisterForMenu - Form|UnregisterForMenu]]
|-  
|-  
   
   
| '''[[SetInstanceVolume - Sound|SetInstanceVolume]]'''
| '''[[OnMenuOpen - Form|OnMenuOpen]]'''<sup>SKSE</sup>
| '''Sound'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForMenu - Form|RegisterForMenu]], [[UnregisterForMenu - Form|UnregisterForMenu]]
|-
|'''[[OnNiNodeUpdate - Form|OnNiNodeUpdate]]'''<sup>SKSE</sup>
|'''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|[[RegisterForNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-
|'''[[OnNiNodeUpdate - Form|OnNiNodeUpdate]]'''<sup>SKSE</sup>
|[[Alias Script|'''Alias''']]
|[[RegisterForNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-
|'''[[OnNiNodeUpdate - Form|OnNiNodeUpdate]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[RegisterForNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-  
|-  
   
   
| '''[[SetIntimidated - Actor|SetIntimidated]]'''
| '''[[OnObjectEquipped - Actor|OnObjectEquipped]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetInvulnerable - ActorBase|SetInvulnerable]]'''
| '''[[OnObjectUnequipped - Actor|OnObjectUnequipped]]'''
| '''ActorBase'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetItemCharge - ObjectReference|SetItemCharge]]'''<sup>SKSE</sup>
| '''[[OnOpen - ObjectReference|OnOpen]]'''
| '''ObjectReference'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetKeywordData - Location|SetKeywordData]]'''
| '''[[OnPackageChange - Actor|OnPackageChange]]'''
| '''Location'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetLockLevel - ObjectReference|SetLockLevel]]'''
| '''[[OnPackageEnd - Actor|OnPackageEnd]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetLookAt - Actor|SetLookAt]]'''
| '''[[OnPackageStart - Actor|OnPackageStart]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetMaxRange - Weapon|SetMaxRange]]'''<sup>SKSE</sup>
| '''[[OnPlayerBowShot - Actor|OnPlayerBowShot]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetMinRange - Weapon|SetMinRange]]'''<sup>SKSE</sup>  
| '''[[OnPlayerCameraState - Form|OnPlayerCameraState]]'''<sup>SKSE</sup>
| '''Weapon'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForCameraState - Form|RegisterForCameraState]], [[UnregisterForCameraState - Form|UnregisterForCameraState]]
|-  
|-  
   
   
| '''[[SetModelPath - Armor|SetModelPath]]'''<sup>SKSE</sup>
| '''[[OnPlayerLoadGame - Actor|OnPlayerLoadGame]]'''
| '''Armor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetModelPath - Weapon|SetModelPath]]'''<sup>SKSE</sup>
| '''[[OnRaceSwitchComplete - Actor|OnRaceSwitchComplete]]'''
| '''Weapon'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetMotionType - ObjectReference|SetMotionType]]'''
| '''[[OnRead - ObjectReference|OnRead]]'''
| '''ObjectReference'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetName - Form|SetName]]'''<sup>SKSE</sup>
| '''[[OnRelease - ObjectReference|OnRelease]]'''
| '''Form'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetNoBleedoutRecovery - Actor|SetNoBleedoutRecovery]]'''
| '''[[OnReset - ObjectReference|OnReset]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetNoFavorAllowed - ObjectReference|SetNoFavorAllowed]]'''
| '''[[OnSell - ObjectReference|OnSell]]'''
| '''ObjectReference'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetNotShowOnStealthMeter - Actor|SetNotShowOnStealthMeter]]'''
| '''[[OnSit - Actor|OnSit]]'''
| '''Actor'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[SetNthHeadPart - ActorBase|SetNthHeadPart]]'''<sup>SKSE</sup>
| '''[[OnSleepStart - Form|OnSleepStart]]'''
| '''ActorBase'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForSleep - Form|RegisterForSleep]]
|-  
|-  
   
   
| '''[[SetNthIngredient - ConstructibleObject|SetNthIngredient]]'''<sup>SKSE</sup>
| '''[[OnSleepStop - Form|OnSleepStop]]'''
| '''ConstructibleObject'''  
| [[Form Script|'''Form''']]
|   
[[RegisterForSleep - Form|RegisterForSleep]]
|-  
|-  
   
   
| '''[[SetNthIngredientQuantity - ConstructibleObject|SetNthIngredientQuantity]]'''<sup>SKSE</sup>
| '''[[OnSpellCast - ObjectReference|OnSpellCast]]'''
| '''ConstructibleObject'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetObjectiveCompleted - Quest|SetObjectiveCompleted]]'''
| '''[[OnStoryActivateActor - Quest|OnStoryActivateActor]]'''
| '''Quest'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetObjectiveDisplayed - Quest|SetObjectiveDisplayed]]'''
| '''[[OnStoryAddToPlayer - Quest|OnStoryAddToPlayer]]'''
| '''Quest'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetObjectiveFailed - Quest|SetObjectiveFailed]]'''
| '''[[OnStoryArrest - Quest|OnStoryArrest]]'''
| '''Quest'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetOpen - ObjectReference|SetOpen]]'''
| '''[[OnStoryAssaultActor - Quest|OnStoryAssaultActor]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetOutfit - Actor|SetOutfit]]'''
| '''[[OnStoryBribeNPC - Quest|OnStoryBribeNPC]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetOutfit - ActorBase|SetOutfit]]'''
| '''[[OnStoryCastMagic - Quest|OnStoryCastMagic]]'''
| '''ActorBase'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPerkPoints - Game|SetPerkPoints]]'''<sup>SKSE</sup>
| '''[[OnStoryChangeLocation - Quest|OnStoryChangeLocation]]'''
| '''Game'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerAIDriven - Game|SetPlayerAIDriven]]'''
| '''[[OnStoryCraftItem - Quest|OnStoryCraftItem]]'''
| '''Game'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerControls - Actor|SetPlayerControls]]'''
| '''[[OnStoryCrimeGold - Quest|OnStoryCrimeGold]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerEnemy - Faction|SetPlayerEnemy]]'''
| '''[[OnStoryCure - Quest|OnStoryCure]]'''
| '''Faction'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerExpelled - Faction|SetPlayerExpelled]]'''
| '''[[OnStoryDialogue - Quest|OnStoryDialogue]]'''
| '''Faction'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerReportCrime - Game|SetPlayerReportCrime]]'''
| '''[[OnStoryDiscoverDeadBody - Quest|OnStoryDiscoverDeadBody]]'''
| '''Game'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerResistingArrest - Actor|SetPlayerResistingArrest]]'''
| '''[[OnStoryEscapeJail - Quest|OnStoryEscapeJail]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPlayerTeammate - Actor|SetPlayerTeammate]]'''
| '''[[OnStoryFlatterNPC - Quest|OnStoryFlatterNPC]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPosition - ObjectReference|SetPosition]]'''
| '''[[OnStoryHello - Quest|OnStoryHello]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetProtected - ActorBase|SetProtected]]'''
| '''[[OnStoryIncreaseLevel - Quest|OnStoryIncreaseLevel]]'''
| '''ActorBase'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetPublic - Cell|SetPublic]]'''
| '''[[OnStoryIncreaseSkill - Quest|OnStoryIncreaseSkill]]'''
| '''Cell'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetRace - Actor|SetRace]]'''
| '''[[OnStoryInfection - Quest|OnStoryInfection]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetRaceFlag - Race|SetRaceFlag]]'''<sup>SKSE</sup>
| '''[[OnStoryIntimidateNPC - Quest|OnStoryIntimidateNPC]]'''
| '''Race'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetReach - Weapon|SetReach]]'''<sup>SKSE</sup>
| '''[[OnStoryJail - Quest|OnStoryJail]]'''
| '''Weapon'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetReaction - Faction|SetReaction]]'''
| '''[[OnStoryKillActor - Quest|OnStoryKillActor]]'''
| '''Faction'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetRelationshipRank - Actor|SetRelationshipRank]]'''
| '''[[OnStoryNewVoicePower - Quest|OnStoryNewVoicePower]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetRestrained - Actor|SetRestrained]]'''
| '''[[OnStoryPayFine - Quest|OnStoryPayFine]]'''
| '''Actor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetResult - ConstructibleObject|SetResult]]'''<sup>SKSE</sup>
| '''[[OnStoryPickLock - Quest|OnStoryPickLock]]'''
| '''ConstructibleObject'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetResultQuantity - ConstructibleObject|SetResultQuantity]]'''<sup>SKSE</sup>
| '''[[OnStoryPlayerGetsFavor - Quest|OnStoryPlayerGetsFavor]]'''
| '''ConstructibleObject'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetScale - ObjectReference|SetScale]]'''
| '''[[OnStoryRelationshipChange - Quest|OnStoryRelationshipChange]]'''
| '''ObjectReference'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetSittingRotation - Game|SetSittingRotation]]'''
| '''[[OnStoryRemoveFromPlayer - Quest|OnStoryRemoveFromPlayer]]'''
| '''Game'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetSlotMask - Armor|SetSlotMask]]'''<sup>SKSE</sup>
| '''[[OnStoryScript - Quest|OnStoryScript]]'''
| '''Armor'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetSpeed - Weapon|SetSpeed]]'''<sup>SKSE</sup>
| '''[[OnStoryServedTime - Quest|OnStoryServedTime]]'''
| '''Weapon'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetStagger - Weapon|SetStagger]]'''<sup>SKSE</sup>
| '''[[OnStoryTrespass - Quest|OnStoryTrespass]]'''
| '''Weapon'''  
| [[Quest Script|'''Quest''']]
|   
|   
|-  
|-  
   
   
| '''[[SetSubGraphFloatVariable - Actor|SetSubGraphFloatVariable]]'''
| '''[[OnTrackedStatsEvent - Form|OnTrackedStatsEvent]]'''
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
|   
|-  
|-  
   
   
| '''[[SetSunGazeImageSpaceModifier - Game|SetSunGazeImageSpaceModifier]]'''
| '''[[OnTranslationAlmostComplete - ObjectReference|OnTranslationAlmostComplete]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetUnconscious - Actor|SetUnconscious]]'''
| '''[[OnTranslationComplete - ObjectReference|OnTranslationComplete]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetValue - GlobalVariable|SetValue]]'''
| '''[[OnTranslationFailed - ObjectReference|OnTranslationFailed]]'''
| '''GlobalVariable'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetValueInt - GlobalVariable|SetValueInt]]'''
| '''[[OnTrapHit - ObjectReference|OnTrapHit]]'''
| '''GlobalVariable'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetVehicle - Actor|SetVehicle]]'''
| '''[[OnTrapHitStart - ObjectReference|OnTrapHitStart]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetVoiceRecoveryTime - Actor|SetVoiceRecoveryTime]]'''
| '''[[OnTrapHitStop - ObjectReference|OnTrapHitStop]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetVolume - SoundCategory|SetVolume]]'''
| '''[[OnTrigger - ObjectReference|OnTrigger]]'''
| '''SoundCategory'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetWeaponType - Weapon|SetWeaponType]]'''<sup>SKSE</sup>
| '''[[OnTriggerEnter - ObjectReference|OnTriggerEnter]]'''
| '''Weapon'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetWeight - ActorBase|SetWeight]]'''<sup>SKSE</sup>
| '''[[OnTriggerLeave - ObjectReference|OnTriggerLeave]]'''
| '''ActorBase'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetWeight - Form|SetWeight]]'''<sup>SKSE</sup>
| '''[[OnUnequipped - ObjectReference|OnUnequipped]]'''
| '''Form'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetWeightClass - Armor|SetWeightClass]]'''<sup>SKSE</sup>
| '''[[OnUnload - ObjectReference|OnUnload]]'''
| '''Armor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]]'''<sup>SKSE</sup>
| '''[[OnUpdate - ActiveMagicEffect|OnUpdate]]'''
| '''ConstructibleObject'''  
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|   
|   
|-  
|-  
   
   
| '''[[ShakeCamera - Game|ShakeCamera]]'''
| '''[[OnUpdate - Alias|OnUpdate]]'''
| '''Game'''  
| [[Alias Script|'''Alias''']]
|   
|   
|-  
|-  
   
   
| '''[[ShakeController - Game|ShakeController]]'''
| '''[[OnUpdate - Form|OnUpdate]]'''
| '''Game'''  
| [[Form Script|'''Form''']]
|   
|   
|-  
|-  
   
   
| '''[[SheatheWeapon - Actor|SheatheWeapon]]'''<sup>SKSE</sup>
| '''[[OnUpdateGameTime - Form|OnUpdateGameTime]]'''
| '''Actor'''  
| [[Form Script|'''Form''']]
|   
|   
|-  
|-  
   
   
| '''[[Show - Message|Show]]'''
| '''[[OnWardHit - ObjectReference|OnWardHit]]'''
| '''Message'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-
| '''[[OnActorFallLongDistance - ActiveMagicEffect|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-  
|-  
| '''[[OnActorFallLongDistance - Alias|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowAsHelpMessage - Message|ShowAsHelpMessage]]'''
| '''[[Alias Script|Alias]]'''
| '''Message'''  
|
|
|-  
|-  
| '''[[OnActorFallLongDistance - ObjectReference|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowBarterMenu - Actor|ShowBarterMenu]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnActorKilled - ActiveMagicEffect|OnActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowFirstPersonGeometry - Game|ShowFirstPersonGeometry]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorKilled - Alias|OnActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowGiftMenu - Actor|ShowGiftMenu]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnActorKilled - Form|OnActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowHelpMessage - Game|ShowHelpMessage]]'''
| '''[[Form Script|Form]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStart - ActiveMagicEffect|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowLimitedRaceMenu - Game|ShowLimitedRaceMenu]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStart - Alias|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowRaceMenu - Game|ShowRaceMenu]]'''
| '''[[Alias Script|Alias]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStart - ObjectReference|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowTitleSequenceMenu - Game|ShowTitleSequenceMenu]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStop - ActiveMagicEffect|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[ShowTrainingMenu - Game|ShowTrainingMenu]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStop - Alias|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[Sin - Math|Sin]]'''
| '''[[Alias Script|Alias]]'''
| '''Math'''  
|
|
|-  
|-  
| '''[[OnActorReanimateStop - ObjectReference|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[SplineTranslateTo - ObjectReference|SplineTranslateTo]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnActorResurrected - ActiveMagicEffect|OnActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[SplineTranslateToRef - ObjectReference|SplineTranslateToRef]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnActorResurrected - Alias|OnActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[SplineTranslateToRefNode - ObjectReference|SplineTranslateToRefNode]]'''
| '''[[Alias Script|Alias]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnActorResurrected - ObjectReference|OnActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[Sqrt - Math|Sqrt]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Math'''  
|
|
|-  
|-  
| '''[[OnBookRead - ActiveMagicEffect|OnBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Start - Quest|Start]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Quest'''  
|
|
|-  
|-  
| '''[[OnBookRead - Alias|OnBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Start - Scene|Start]]'''
| '''[[Alias Script|Alias]]'''
| '''Scene'''  
|
|
|-  
|-  
| '''[[OnBookRead - Form|OnBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[StartCannibal - Actor|StartCannibal]]'''
| '''[[Form Script|Form]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnCellFullyLoaded - ActiveMagicEffect|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[StartCombat - Actor|StartCombat]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnCellFullyLoaded - Alias|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[StartDeferredKill - Actor|StartDeferredKill]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnCellFullyLoaded - Form|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[StartObjectProfiling - Form|StartObjectProfiling]]'''
| '''[[Form Script|Form]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnCriticalHit - ActiveMagicEffect|OnCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[StartScriptProfiling - Debug|StartScriptProfiling]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnCriticalHit - Alias|OnCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[StartSneaking - Actor|StartSneaking]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnCriticalHit - Form|OnCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[StartStackProfiling - Debug|StartStackProfiling]]'''
| '''[[Form Script|Form]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnDisarmed - ActiveMagicEffect|OnDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[StartTitleSequence - Game|StartTitleSequence]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnDisarmed - Alias|OnDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[StartVampireFeed - Actor|StartVampireFeed]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnDisarmed - Form|OnDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[Stop - EffectShader|Stop]]'''
| '''[[Form Script|Form]]'''
| '''EffectShader'''  
|
|
|-  
|-  
| '''[[OnDragonSoulGained - ActiveMagicEffect|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Stop - Quest|Stop]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Quest'''  
|
|
|-  
|-  
| '''[[OnDragonSoulGained - Alias|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Stop - Scene|Stop]]'''
| '''[[Alias Script|Alias]]'''
| '''Scene'''  
|
|
|-  
|-  
| '''[[OnDragonSoulGained - Form|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Stop - VisualEffect|Stop]]'''
| '''[[Form Script|Form]]'''
| '''VisualEffect'''  
|
|
|-  
|-  
| '''[[OnHitEx - ActiveMagicEffect|OnHitEx]]'''<sup>PO3 PE SSE</sup>
| '''[[StopCombat - Actor|StopCombat]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnHitEx - Alias|OnHitEx]]'''<sup>PO3 PE SSE</sup>
| '''[[StopCombatAlarm - Actor|StopCombatAlarm]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnHitEx - ObjectReference|OnHitEx]]'''<sup>PO3 PE SSE</sup>
| '''[[StopInstance - Sound|StopInstance]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Sound'''  
|
|
|-  
|-  
| '''[[OnItemCrafted - ActiveMagicEffect|OnItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[StopObjectProfiling - Form|StopObjectProfiling]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnItemCrafted - Alias|OnItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[StopScriptProfiling - Debug|StopScriptProfiling]]'''
| '''[[Alias Script|Alias]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnItemCrafted - Form|OnItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[StopStackProfiling - Debug|StopStackProfiling]]'''
| '''[[Form Script|Form]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnItemHarvested - ActiveMagicEffect|OnItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[StopTranslation - ObjectReference|StopTranslation]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnItemHarvested - Alias|OnItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[Substring - StringUtil|Substring]]'''<sup>SKSE</sup>  
| '''[[Alias Script|Alias]]'''
| '''StringUtil'''  
|
|
|-  
|-  
| '''[[OnItemHarvested - Form|OnItemHarvested]]'''<sup>PO3 PE SSE</sup>
|}
| '''[[Form Script|Form]]'''
=== T ===
|
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[Tan - Math|Tan]]'''
| '''Math'''  
|
|-  
|-  
| '''[[OnLevelIncrease - ActiveMagicEffect|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[TapKey - Input|TapKey]]'''<sup>SKSE</sup>  
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Input'''  
|
|
|-  
|-  
| '''[[OnLevelIncrease - Alias|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[TeachWord - Game|TeachWord]]'''
| '''[[Alias Script|Alias]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnLevelIncrease - Form|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[TetherToHorse - ObjectReference|TetherToHorse]]'''
| '''[[Form Script|Form]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnLocationDiscovery - ActiveMagicEffect|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[ToggleAI - Debug|ToggleAI]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnLocationDiscovery - Alias|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[ToggleCollisions - Debug|ToggleCollisions]]'''
| '''[[Alias Script|Alias]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnLocationDiscovery - Form|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[ToggleMenus - Debug|ToggleMenus]]'''
| '''[[Form Script|Form]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicEffectApplyEx - ActiveMagicEffect|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Trace - Debug|Trace]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicEffectApplyEx - Alias|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[TraceAndBox - Debug|TraceAndBox]]'''
| '''[[Alias Script|Alias]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicEffectApplyEx - ObjectReference|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[TraceConditional - Debug|TraceConditional]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicHit - ActiveMagicEffect|OnMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[TraceStack - Debug|TraceStack]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicHit - Alias|OnMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[TraceUser - Debug|TraceUser]]'''
| '''[[Alias Script|Alias]]'''
| '''Debug'''  
|
|
|-  
|-  
| '''[[OnMagicHit - ObjectReference|OnMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[TranslateTo - ObjectReference|TranslateTo]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnObjectGrab - ActiveMagicEffect|OnObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[TranslateToRef - ObjectReference|TranslateToRef]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ObjectReference'''  
|
|
|-  
|-  
| '''[[OnObjectGrab - Alias|OnObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[TrapSoul - Actor|TrapSoul]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnObjectGrab - Form|OnObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[TriggerScreenBlood - Game|TriggerScreenBlood]]'''
| '''[[Form Script|Form]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnObjectLoaded - ActiveMagicEffect|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToAddToFaction - ReferenceAlias|TryToAddToFaction]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectLoaded - Alias|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToClear - ReferenceAlias|TryToClear]]'''
| '''[[Alias Script|Alias]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectLoaded - Form|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToDisable - ReferenceAlias|TryToDisable]]'''
| '''[[Form Script|Form]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectRelease - ActiveMagicEffect|OnObjectRelease]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToDisableNoWait - ReferenceAlias|TryToDisableNoWait]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectRelease - Alias|OnObjectRelease]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToEnable - ReferenceAlias|TryToEnable]]'''
| '''[[Alias Script|Alias]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectRelease - Form|OnObjectRelease]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToEnableNoWait - ReferenceAlias|TryToEnableNoWait]]'''
| '''[[Form Script|Form]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectUnloaded - ActiveMagicEffect|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToEvaluatePackage - ReferenceAlias|TryToEvaluatePackage]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectUnloaded - Alias|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToKill - ReferenceAlias|TryToKill]]'''
| '''[[Alias Script|Alias]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnObjectUnloaded - Form|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToMoveTo - ReferenceAlias|TryToMoveTo]]'''
| '''[[Form Script|Form]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnPlayerShoutAttack - ActiveMagicEffect|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToRemoveFromFaction - ReferenceAlias|TryToRemoveFromFaction]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnPlayerShoutAttack - Alias|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToReset - ReferenceAlias|TryToReset]]'''
| '''[[Alias Script|Alias]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnPlayerShoutAttack - Form|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[TryToStopCombat - ReferenceAlias|TryToStopCombat]]'''
| '''[[Form Script|Form]]'''
| '''ReferenceAlias'''  
|
|
|-  
|-  
| '''[[OnProjectileHit - ActiveMagicEffect|OnProjectileHit]]'''<sup>PO3 PE SSE</sup>
|}
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
=== U ===
|
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[UnequipAll - Actor|UnequipAll]]'''
| '''Actor'''  
|
|-  
|-  
| '''[[OnProjectileHit - Alias|OnProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[UnequipItem - Actor|UnequipItem]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnProjectileHit - ObjectReference|OnProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[UnequipItemEx - Actor|UnequipItemEx]]'''<sup>SKSE</sup>  
| '''[[ObjectReference Script|ObjectReference]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnQuestStageChange - ActiveMagicEffect|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup>
| '''[[UnequipItemSlot - Actor|UnequipItemSlot]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnQuestStageChange - Alias|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup>
| '''[[UnequipShout - Actor|UnequipShout]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-
| '''[[OnQuestStageChange - Form|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-  
|-  
| '''[[OnQuestStart - ActiveMagicEffect|OnQuestStart]]'''<sup>PO3 PE SSE</sup>
| '''[[UnequipSpell - Actor|UnequipSpell]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnQuestStart - Alias|OnQuestStart]]'''<sup>PO3 PE SSE</sup>
| '''[[UnlockOwnedDoorsInCell - Actor|UnlockOwnedDoorsInCell]]'''
| '''[[Alias Script|Alias]]'''
| '''Actor'''  
|
|
|-  
|-  
| '''[[OnQuestStart - Form|OnQuestStart]]'''<sup>PO3 PE SSE</sup>
| '''[[UnlockWord - Game|UnlockWord]]'''
| '''[[Form Script|Form]]'''
| '''Game'''  
|
|
|-  
|-  
| '''[[OnQuestStop - ActiveMagicEffect|OnQuestStop]]'''<sup>PO3 PE SSE</sup>
| '''[[UnMute - SoundCategory|UnMute]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''SoundCategory'''  
|
|
|-  
|-  
| '''[[OnQuestStop - Alias|OnQuestStop]]'''<sup>PO3 PE SSE</sup>
| '''[[UnPause - SoundCategory|UnPause]]'''
| '''[[Alias Script|Alias]]'''
| '''SoundCategory'''  
|
|
|-  
|-  
| '''[[OnQuestStop - Form|OnQuestStop]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForActorAction - Form|UnregisterForActorAction]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSkillIncrease - ActiveMagicEffect|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForAllControls - Form|UnregisterForAllControls]]'''<sup>SKSE</sup>  
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSkillIncrease - Alias|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForAllKeys - Form|UnregisterForAllKeys]]'''<sup>SKSE</sup>  
| '''[[Alias Script|Alias]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSkillIncrease - Form|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForAllMenus - Form|UnregisterForAllMenus]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSoulTrapped - ActiveMagicEffect|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]]'''
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSoulTrapped - Alias|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForCameraState - Form|UnregisterForCameraState]]'''
| '''[[Alias Script|Alias]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSoulTrapped - Form|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForControl - Form|UnregisterForControl]]'''<sup>SKSE</sup>  
| '''[[Form Script|Form]]'''
| '''Form'''  
|
|
|-  
|-  
| '''[[OnSpellLearned - ActiveMagicEffect|OnSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[UnregisterForCrosshairRef - Form|UnregisterForCrosshairRef]]'''<sup>SKSE</sup>  
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
| '''Form'''  
|
|
|-
| '''[[OnSpellLearned - Alias|OnSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[OnWeaponHit - ActiveMagicEffect|OnWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[OnWeaponHit - Alias|OnWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[OnWeaponHit - ObjectReference|OnWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[OnWeatherChange - ActiveMagicEffect|OnWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[OnWeatherChange - Alias|OnWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[OnWeatherChange - Form|OnWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
 
|'''[[OpenCustomMenu - UI|OpenCustomMenu]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|
|-  
|-  
   
   
| '''[[UnregisterForKey - Form|UnregisterForKey]]'''<sup>SKSE</sup>
| '''[[OpenInventory - Actor|OpenInventory]]'''
| '''Form'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForLOS - Form|UnregisterForLOS]]'''
| '''[[OpenUserLog - Debug|OpenUserLog]]'''
| '''Form'''  
| [[Debug Script|'''Debug''']]
|-
|'''[[OverBudget - Utility|OverBudget]]'''
|'''[[Utility Script|Utility]]'''
|
|-
| '''[[ObjRefArray - PapyrusUtil|ObjRefArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
 
|}
 
=== P ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]'''  
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[PathToReference - Actor|PathToReference]]'''
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForMenu - Form|UnregisterForMenu]]'''<sup>SKSE</sup>
| '''[[Pause - SoundCategory|Pause]]'''
| '''Form'''  
| [[SoundCategory Script|'''SoundCategory''']]
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForSleep - Form|UnregisterForSleep]]'''
| '''[[PlaceActorAtMe - ObjectReference|PlaceActorAtMe]]'''
| '''Form'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForTrackedStatsEvent - Form|UnregisterForTrackedStatsEvent]]'''
| '''[[PlaceAtMe - ObjectReference|PlaceAtMe]]'''
| '''Form'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForUpdate - Form|UnregisterForUpdate]]'''
| '''[[Play - EffectShader|Play]]'''
| '''Form'''  
| [[EffectShader Script|'''EffectShader''']]
|   
|   
|-  
|-  
   
   
| '''[[UnregisterForUpdateGameTime - Form|UnregisterForUpdateGameTime]]'''
| '''[[Play - Sound|Play]]'''
| '''Form'''  
| [[Sound Script|'''Sound''']]
|   
|   
|-  
|-  
   
   
| '''[[UpdateCurrentInstanceGlobal - Quest|UpdateCurrentInstanceGlobal]]'''
| '''[[Play - VisualEffect|Play]]'''
| '''Quest'''  
| [[VisualEffect Script|'''VisualEffect''']]
|   
|   
|-  
|-  
   
   
| '''[[UpdateWeight - Actor|UpdateWeight]]'''<sup>SKSE</sup>
| '''[[PlayAndWait - Sound|PlayAndWait]]'''
| '''Actor'''  
| [[Sound Script|'''Sound''']]
|   
|   
|-  
|-  
   
   
| '''[[UsingGamepad - Game|UsingGamepad]]'''
| '''[[PlayAnimation - ObjectReference|PlayAnimation]]'''
| '''Game'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
|}
| '''[[PlayAnimationAndWait - ObjectReference|PlayAnimationAndWait]]'''
=== W ===
| '''[[ObjectReference Script|ObjectReference]]'''
{|class="toccolours sortable" style="width:100%; font-size:85%;"
!align=left width=170|Function
|-
!align=left width=90|Member of
!align=left class="unsortable"|Description
| '''[[PlayBink - Game|PlayBink]]'''
|-
| [[Game Script|'''Game''']]
| '''[[Wait - Utility|Wait]]'''
| '''Utility'''  
|-  
 
| '''[[PlayDebugShader - ObjectReference|PlayDebugShader]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-  
| '''[[PlayerKnows - Form|PlayerKnows]]'''
| [[Form Script|'''Form''']]
|  [[SetPlayerKnows - Form|SetPlayerKnows]]
|-
| '''[[PlayerMoveToAndWait - Debug|PlayerMoveToAndWait]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[PlayerPayCrimeGold - Faction|PlayerPayCrimeGold]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[PlayGamebryoAnimation - ObjectReference|PlayGamebryoAnimation]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[PlayIdle - Actor|PlayIdle]]'''
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[WaitForAnimationEvent - ObjectReference|WaitForAnimationEvent]]'''
| '''[[PlayIdleWithTarget - Actor|PlayIdleWithTarget]]'''
| '''ObjectReference'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[WaitGameTime - Utility|WaitGameTime]]'''
| '''[[PlayImpactEffect - ObjectReference|PlayImpactEffect]]'''
| '''Utility'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[WaitMenuMode - Utility|WaitMenuMode]]'''
| '''[[PlaySubGraphAnimation - Actor|PlaySubGraphAnimation]]'''
| '''Utility'''  
| [[Actor Script|'''Actor''']]
|   
|   
|-  
|-  
   
   
| '''[[WillIntimidateSucceed - Actor|WillIntimidateSucceed]]'''
| '''[[PlaySyncedAnimationAndWaitSS - ObjectReference|PlaySyncedAnimationAndWaitSS]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-  
|-  
   
   
| '''[[WornHasKeyword - Actor|WornHasKeyword]]'''
| '''[[PlaySyncedAnimationSS - ObjectReference|PlaySyncedAnimationSS]]'''
| '''Actor'''  
| '''[[ObjectReference Script|ObjectReference]]'''
|   
|   
|-
| '''[[PlayTerrainEffect - ObjectReference|PlayTerrainEffect]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[PopTo - ImageSpaceModifier|PopTo]]'''
| [[ImageSpaceModifier Script|'''ImageSpaceModifier''']]
|-
| '''[[Pow - Math|Pow]]'''
| [[Math Script|'''Math''']]
|-
| '''[[PrecacheCharGen - Game|PrecacheCharGen]]'''
| [[Game Script|'''Game''']]
|-
| '''[[PrecacheCharGenClear - Game|PrecacheCharGenClear]]'''
| [[Game Script|'''Game''']]
|-
| '''[[PreventActorDetecting - Actor|PreventActorDetecting]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ProcessTrapHit - ObjectReference|ProcessTrapHit]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[PreventActorDetection - Actor|PreventActorDetection]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[PushActorAway - ObjectReference|PushActorAway]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
|'''[[PushBool - UICallback|PushBool]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushBoolA - UICallback|PushBoolA]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushFloat - UICallback|PushFloat]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushFloatA - UICallback|PushFloatA]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushInt - UICallback|PushInt]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushIntA - UICallback|PushIntA]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushString - UICallback|PushString]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
|'''[[PushStringA - UICallback|PushStringA]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
| '''[[PathCount - JsonUtil|PathCount]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[PathFloatElements - JsonUtil|PathFloatElements]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float[]
|-
| '''[[PathFormElements - JsonUtil|PathFormElements]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|form[]
|-
| '''[[PathIntElements - JsonUtil|PathIntElements]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int[]
|-
| '''[[PathMembers - JsonUtil|PathMembers]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string[]
|-
| '''[[PathStringElements - JsonUtil|PathStringElements]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string[]
|-
| '''[[PrintConsole - MiscUtil|PrintConsole]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|
|-
| '''[[PushActor - PapyrusUtil|PushActor]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[PushAlias - PapyrusUtil|PushAlias]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[PushBool - PapyrusUtil|PushBool]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|bool[]
|-
| '''[[PushFloat - PapyrusUtil|PushFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[PushForm - PapyrusUtil|PushForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[PushInt - PapyrusUtil|PushInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[PushObjRef - PapyrusUtil|PushObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[PushString - PapyrusUtil|PushString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
|}
=== Q ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[QueryStat - Game|QueryStat]]'''
| [[Game Script|'''Game''']]
|-
| '''[[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]'''<sup>SKSE</sup>
| [[Actor Script|'''Actor''']]
|-
| '''[[QuitGame - Debug|QuitGame]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[QuitToMainMenu - Game|QuitToMainMenu]]'''
| [[Game Script|'''Game''']]
|-
|}
|}
=== R ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#S|S]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[RadiansToDegrees - Math|RadiansToDegrees]]'''
| [[Math Script|'''Math''']]
|-
| '''[[RampRumble - ObjectReference|RampRumble]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[RandomFloat - Utility|RandomFloat]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[RandomInt - Utility|RandomInt]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[RegenerateHead - Actor|RegenerateHead]]'''<sup>SKSE</sup>
| [[Actor Script|'''Actor''']]
|-
| '''[[RegisterForActorAction - Form|RegisterForActorAction]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[OnActorAction - Form|OnActorAction]], [[UnregisterForActorAction - Form|UnregisterForActorAction]]
|-
| '''[[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]]'''
| [[Form Script|'''Form''']]
|  [[OnAnimationEvent - Form|OnAnimationEvent]], [[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]], [[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]]
|-
| '''[[RegisterForCameraState - Form|RegisterForCameraState]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[OnPlayerCameraState - Form|OnPlayerCameraState]], [[UnregisterForCameraState - Form|UnregisterForCameraState]]
|-
| '''[[RegisterForControl - Form|RegisterForControl]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[OnControlDown - Form|OnControlDown]], [[OnControlUp - Form|OnControlUp]], [[UnregisterForControl - Form|UnregisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]]
|-
| '''[[RegisterForCrosshairRef - Form|RegisterForCrosshairRef]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[GetCurrentCrosshairRef - Game|GetCurrentCrosshairRef]], [[OnCrosshairRefChange - Form|OnCrosshairRefChange]], [[UnregisterForCrosshairRef - Form|UnregisterForCrosshairRef]]
|-
| '''[[RegisterForKey - Form|RegisterForKey]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[OnKeyDown - Form|OnKeyDown]], [[OnKeyUp - Form|OnKeyUp]], [[UnregisterForKey - Form|UnregisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]]
|-
| '''[[RegisterForLOS - Form|RegisterForLOS]]'''
| [[Form Script|'''Form''']]
|  [[OnGainLOS - Form|OnGainLOS]], [[OnLostLOS - Form|OnLostLOS]], [[UnregisterForLOS - Form|UnregisterForLOS]]
|-
| '''[[RegisterForMenu - Form|RegisterForMenu]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[OnMenuOpen - Form|OnMenuOpen]], [[OnMenuClose - Form|OnMenuClose]]
|-
| '''[[RegisterForModEvent - Form|RegisterForModEvent]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[SendModEvent]]
|-
|'''[[RegisterForNiNodeUpdate]]'''<sup>SKSE</sup>
|[[ActiveMagicEffect Script|'''ActiveMagicEffect''']]
|[[OnNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-
|'''[[RegisterForNiNodeUpdate]]'''<sup>SKSE</sup>
|[[Alias Script|'''Alias''']]
|[[OnNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-
|'''[[RegisterForNiNodeUpdate]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[OnNiNodeUpdate]], [[UnregisterForNiNodeUpdate]]
|-
| '''[[RegisterForSingleLOSGain - Form|RegisterForSingleLOSGain]]'''
| [[Form Script|'''Form''']]
|  [[OnGainLOS - Form|OnGainLOS]]
|-
| '''[[RegisterForSingleLOSLost - Form|RegisterForSingleLOSLost]]'''
| [[Form Script|'''Form''']]
|  [[OnLostLOS - Form|OnLostLOS]]
|-
| '''[[RegisterForSingleUpdate - Form|RegisterForSingleUpdate]]'''
| [[Form Script|'''Form''']]
|  [[OnUpdate - Form|OnUpdate]]
|-
| '''[[RegisterForSingleUpdateGameTime - Form|RegisterForSingleUpdateGameTime]]'''
| [[Form Script|'''Form''']]
|  [[OnUpdateGameTime - Form|OnUpdateGameTime]]
|-
| '''[[RegisterForSleep - Form|RegisterForSleep]]'''
| [[Form Script|'''Form''']]
|  [[OnSleepStart - Form|OnSleepStart]], [[OnSleepStop - Form|OnSleepStop]]
|-
| '''[[RegisterForTrackedStatsEvent - Form|RegisterForTrackedStatsEvent]]'''
| [[Form Script|'''Form''']]
|  [[OnTrackedStatsEvent - Form|OnTrackedStatsEvent]], [[UnregisterForTrackedStatsEvent - Form|UnregisterForTrackedStatsEvent]]
|-
| '''[[RegisterForUpdate - Form|RegisterForUpdate]]'''
| [[Form Script|'''Form''']]
|  [[OnUpdate - Form|OnUpdate]], [[UnregisterForUpdate - Form|UnregisterForUpdate]]
|-
| '''[[RegisterForUpdateGameTime - Form|RegisterForUpdateGameTime]]'''
| [[Form Script|'''Form''']]
|  [[OnUpdateGameTime - Form|OnUpdateGameTime]], [[UnregisterForUpdateGameTime - Form|UnregisterForUpdateGameTime]]
|-
|'''[[Release - UICallback|Release]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
| '''[[ReleaseKey - Input|ReleaseKey]]'''<sup>SKSE</sup>
| [[Input Script|'''Input''']]
|-
| '''[[ReleaseOverride - Weather|ReleaseOverride]]'''
| [[Weather Script|'''Weather''']]
|-
| '''[[RemoteCast - Spell|RemoteCast]]'''
| [[Spell Script|'''Spell''']]
|-
| '''[[Remove - ImageSpaceModifier|Remove]]'''
| [[ImageSpaceModifier Script|'''ImageSpaceModifier''']]
|-
| '''[[Remove - MusicType|Remove]]'''
| '''[[MusicType Script|MusicType]]'''
|-
| '''[[RemoveAddedForm - FormList|RemoveAddedForm]]'''
| [[FormList Script|'''FormList''']]
|-
| '''[[RemoveAllInventoryEventFilters - ObjectReference|RemoveAllInventoryEventFilters]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[RemoveAllItems - ObjectReference|RemoveAllItems]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[RemoveCrossFade - ImageSpaceModifier|RemoveCrossFade]]'''
| [[ImageSpaceModifier Script|'''ImageSpaceModifier''']]
|-
| '''[[RemoveFromAllFactions - Actor|RemoveFromAllFactions]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[RemoveFromFaction - Actor|RemoveFromFaction]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[RemoveHavokConstraints - Game|RemoveHavokConstraints]]'''
| [[Game Script|'''Game''']]
|-
| '''[[RemoveInventoryEventFilter - ObjectReference|RemoveInventoryEventFilter]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[RemoveItem - ObjectReference|RemoveItem]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[RemovePerk - Actor|RemovePerk]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[RemoveShout - Actor|RemoveShout]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[RemoveSlotFromMask - Armor|RemoveSlotFromMask]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[RemoveSpell - Actor|RemoveSpell]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[RequestAutoSave - Game|RequestAutoSave]]'''
| [[Game Script|'''Game''']]
|-
| '''[[RequestModel - Game|RequestModel]]'''
| [[Game Script|'''Game''']]
|-
| '''[[RequestSave - Game|RequestSave]]'''
| [[Game Script|'''Game''']]
|-
| '''[[Reset - Cell|Reset]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[Reset - ObjectReference|Reset]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[Reset - Quest|Reset]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[ResetHealthAndLimbs - Actor|ResetHealthAndLimbs]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[ResetHelpMessage - Message|ResetHelpMessage]]'''
| '''[[Message Script|Message]]'''
|-
|'''[[ResizeAliasArray - Utility|ResizeAliasArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
|'''[[ResizeBoolArray - Utility|ResizeBoolArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
|'''[[ResizeFloatArray - Utility|ResizeFloatArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
|'''[[ResizeFormArray - Utility|ResizeFormArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
|'''[[ResizeIntArray - Utility|ResizeIntArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
|'''[[ResizeStringArray - Utility|ResizeStringArray]]'''<sup>SKSE</sup>
|'''[[Utility Script|Utility]]'''
|
|-
| '''[[RestoreActorValue - Actor|RestoreActorValue]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[Resurrect - Actor|Resurrect]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[Revert - FormList|Revert]]'''
| [[FormList Script|'''FormList''']]
|-
| '''[[Revert - LeveledActor|Revert]]'''
| [[LeveledActor Script|'''LeveledActor''']]
|-
| '''[[Revert - LeveledItem|Revert]]'''
| [[LeveledItem Script|'''LeveledItem''']]
|-
| '''[[Revert - LeveledSpell|Revert]]'''
| [[LeveledSpell Script|'''LeveledSpell''']]
|-
| '''[[RightShift - Math|RightShift]]'''<sup>SKSE</sup>
| [[Math Script|'''Math''']]
|  [[LeftShift - Math|LeftShift]]
|-
| '''[[RegisterForActorFallLongDistance - ActiveMagicEffect|RegisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForActorFallLongDistance - Alias|RegisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForActorFallLongDistance - Form|RegisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForActorKilled - ActiveMagicEffect|RegisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForActorKilled - Alias|RegisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForActorKilled - Form|RegisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForActorReanimateStart - ActiveMagicEffect|RegisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForActorReanimateStart - Alias|RegisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForActorReanimateStart - Form|RegisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForActorReanimateStop - ActiveMagicEffect|RegisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForActorReanimateStop - Alias|RegisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForActorReanimateStop - Form|RegisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForActorResurrected - ActiveMagicEffect|RegisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForActorResurrected - Alias|RegisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForActorResurrected - Form|RegisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForBookRead - ActiveMagicEffect|RegisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForBookRead - Alias|RegisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForBookRead - Form|RegisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForCellFullyLoaded - ActiveMagicEffect|RegisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForCellFullyLoaded - Alias|RegisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForCellFullyLoaded - Form|RegisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForCriticalHit - ActiveMagicEffect|RegisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForCriticalHit - Alias|RegisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForCriticalHit - Form|RegisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForDisarmed - ActiveMagicEffect|RegisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForDisarmed - Alias|RegisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForDisarmed - Form|RegisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForDragonSoulGained - ActiveMagicEffect|RegisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForDragonSoulGained - Alias|RegisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForDragonSoulGained - Form|RegisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForHitEventEx - ActiveMagicEffect|RegisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForHitEventEx - Alias|RegisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForHitEventEx - Form|RegisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForItemCrafted - ActiveMagicEffect|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForItemCrafted - Alias|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForItemCrafted - Form|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForItemHarvested - ActiveMagicEffect|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForItemHarvested - Alias|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForItemHarvested - Form|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForLevelIncrease - ActiveMagicEffect|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForLevelIncrease - Alias|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForLevelIncrease - Form|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForLocationDiscovery - ActiveMagicEffect|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForLocationDiscovery - Alias|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForLocationDiscovery - Form|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForMagicEffectApplyEx - ActiveMagicEffect|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForMagicEffectApplyEx - Alias|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForMagicEffectApplyEx - Form|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForMagicHit - ActiveMagicEffect|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForMagicHit - Alias|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForMagicHit - Form|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForObjectGrab - ActiveMagicEffect|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForObjectGrab - Alias|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForObjectGrab - Form|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForObjectLoaded - ActiveMagicEffect|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForObjectLoaded - Alias|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForObjectLoaded - Form|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForProjectileHit - ActiveMagicEffect|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForProjectileHit - Alias|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForProjectileHit - Form|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForQuest - ActiveMagicEffect|RegisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForQuest - Alias|RegisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForQuest - Form|RegisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForQuestStage - ActiveMagicEffect|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForQuestStage - Alias|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForQuestStage - Form|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForShoutAttack - ActiveMagicEffect|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForShoutAttack - Alias|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForShoutAttack - Form|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForSkillIncrease - ActiveMagicEffect|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForSkillIncrease - Alias|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForSkillIncrease - Form|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForSoulTrapped - ActiveMagicEffect|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForSoulTrapped - Alias|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForSoulTrapped - Form|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForSpellLearned - ActiveMagicEffect|RegisterForSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForSpellLearned - Alias|RegisterForSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForWeaponHit - ActiveMagicEffect|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForWeaponHit - Alias|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForWeaponHit - Form|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RegisterForWeatherChange - ActiveMagicEffect|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[RegisterForWeatherChange - Alias|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[RegisterForWeatherChange - Form|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RemoveAddedSpells - Actor|RemoveAddedSpells]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[RemoveAllModItems - ObjectReference|RemoveAllModItems]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[RemoveBasePerk - Actor|RemoveBasePerk]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[RemoveBaseSpell - Actor|RemoveBaseSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[RemoveEffectItemFromEnchantment - Enchantment|RemoveEffectItemFromEnchantment]]'''<sup>PO3 PE SSE</sup>
| '''[[Enchantment Script|Enchantment]]'''
|
|-
| '''[[RemoveEffectItemFromPotion - Potion|RemoveEffectItemFromPotion]]'''<sup>PO3 PE SSE</sup>
| '''[[Potion Script|Potion]]'''
|
|-
| '''[[RemoveEffectItemFromScroll - Scroll|RemoveEffectItemFromScroll]]'''<sup>PO3 PE SSE</sup>
| '''[[Scroll Script|Scroll]]'''
|
|-
| '''[[RemoveEffectItemFromSpell - Spell|RemoveEffectItemFromSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Spell Script|Spell]]'''
|
|-
| '''[[RemoveKeywordFromRef - ObjectReference|RemoveKeywordFromRef]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[RemoveKeywordOnForm - Form|RemoveKeywordOnForm]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[RemoveMagicEffectFromEnchantment - Enchantment|RemoveMagicEffectFromEnchantment]]'''<sup>PO3 PE SSE</sup>
| '''[[Enchantment Script|Enchantment]]'''
|
|-
| '''[[RemoveMagicEffectFromPotion - Potion|RemoveMagicEffectFromPotion]]'''<sup>PO3 PE SSE</sup>
| '''[[Potion Script|Potion]]'''
|
|-
| '''[[RemoveMagicEffectFromScroll - Scroll|RemoveMagicEffectFromScroll]]'''<sup>PO3 PE SSE</sup>
| '''[[Scroll Script|Scroll]]'''
|
|-
| '''[[RemoveMagicEffectFromSpell - Spell|RemoveMagicEffectFromSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Spell Script|Spell]]'''
|
|-
| '''[[RemovePackageIdle - Package|RemovePackageIdle]]'''<sup>PO3 PE SSE</sup>
| '''[[Package Script|Package]]'''
|
|-
| '''[[ReplaceArmorTextureSet - Actor|ReplaceArmorTextureSet]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ReplaceFaceTextureSet - Actor|ReplaceFaceTextureSet]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ReplaceKeywordOnForm - Form|ReplaceKeywordOnForm]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[ReplaceKeywordOnRef - ObjectReference|ReplaceKeywordOnRef]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[ReplaceSkinTextureSet - Actor|ReplaceSkinTextureSet]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ResetActor3D - Actor|ResetActor3D]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ResetActorDetecting - Actor|ResetActorDetecting]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ResetActorDetection - Actor|ResetActorDetection]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ReadFromFile - MiscUtil|ReadFromFile]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|string
|-
| '''[[RemoveActor - PapyrusUtil|RemoveActor]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[RemoveAlias - PapyrusUtil|RemoveAlias]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[RemoveAllPackageOverride - ActorUtil|RemoveAllPackageOverride]]'''<sup>PU SE</sup>
| '''[[ActorUtil Script|ActorUtil]]'''
|int
|-
| '''[[RemoveBool - PapyrusUtil|RemoveBool]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|bool[]
|-
| '''[[RemoveDupeActor - PapyrusUtil|RemoveDupeActor]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[RemoveDupeAlias - PapyrusUtil|RemoveDupeAlias]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[RemoveDupeFloat - PapyrusUtil|RemoveDupeFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[RemoveDupeForm - PapyrusUtil|RemoveDupeForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[RemoveDupeInt - PapyrusUtil|RemoveDupeInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[RemoveDupeObjRef - PapyrusUtil|RemoveDupeObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[RemoveDupeString - PapyrusUtil|RemoveDupeString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[RemoveFloat - PapyrusUtil|RemoveFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[RemoveForm - PapyrusUtil|RemoveForm]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[RemoveInt - PapyrusUtil|RemoveInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[RemoveObjRef - PapyrusUtil|RemoveObjRef]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[RemovePackageOverride - ActorUtil|RemovePackageOverride]]'''<sup>PU SE</sup>
| '''[[ActorUtil Script|ActorUtil]]'''
|bool
|-
| '''[[RemoveString - PapyrusUtil|RemoveString]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[ResizeActorArray - PapyrusUtil|ResizeActorArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[ResizeAliasArray - PapyrusUtil|ResizeAliasArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[ResizeBoolArray - PapyrusUtil|ResizeBoolArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|bool[]
|-
| '''[[ResizeFloatArray - PapyrusUtil|ResizeFloatArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[ResizeFormArray - PapyrusUtil|ResizeFormArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[ResizeIntArray - PapyrusUtil|ResizeIntArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[ResizeObjRefArray - PapyrusUtil|ResizeObjRefArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[ResizeStringArray - PapyrusUtil|ResizeStringArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
|}
=== S ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#T|T]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=110|Member of
!align=left class="unsortable"|Description
|-
| '''[[SaveGame - Game|SaveGame]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[Say - ObjectReference|Say]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
|'''[[Send - UICallback|Send]]'''<sup>SKSE</sup>
|'''[[UICallback Script|UICallback]]'''
|
|-
| '''[[SendAnimationEvent - Debug|SendAnimationEvent]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[SendAssaultAlarm - Actor|SendAssaultAlarm]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SendAssaultAlarm - Faction|SendAssaultAlarm]]'''
| [[Faction Script|'''Faction''']]
|-
|'''[[SendModEvent]]'''<sup>SKSE</sup>
|'''[[Form Script|Form]]'''
|
|-
| '''[[SendPlayerToJail - Faction|SendPlayerToJail]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SendStealAlarm - ObjectReference|SendStealAlarm]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SendStoryEvent - Keyword|SendStoryEvent]]'''
| [[Keyword Script|'''Keyword''']]
|-
| '''[[SendStoryEventAndWait - Keyword|SendStoryEventAndWait]]'''
| [[Keyword Script|'''Keyword''']]
|-
| '''[[SendTrespassAlarm - Actor|SendTrespassAlarm]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SendWereWolfTransformation - Game|SendWereWolfTransformation]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ServeTime - Game|ServeTime]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetActive - Quest|SetActive]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[SetActive - Weather|SetActive]]'''
| [[Weather Script|'''Weather''']]
|-
| '''[[SetActorCause - ObjectReference|SetActorCause]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetActorOwner - Cell|SetActorOwner]]'''
| '''[[Cell Script|Cell]]'''
|-
| '''[[SetActorOwner - ObjectReference|SetActorOwner]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetActorValue - Actor|SetActorValue]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetAlert - Actor|SetAlert]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetAllowFlying - Actor|SetAllowFlying]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetAllowFlyingEx - Actor|SetAllowFlyingEx]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetAllowFlyingMountLandingRequests - Game|SetAllowFlyingMountLandingRequests]]'''
| [[Game Script|'''Game''']]
|-
|'''[[SetAllowPCDialogue - Race|SetAllowPCDialogue]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[SetAllowPickpocket - Race|SetAllowPickpocket]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetAlly - Faction|SetAlly]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetAlpha - Actor|SetAlpha]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetAngle - ObjectReference|SetAngle]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetAnimationVariableBool - ObjectReference|SetAnimationVariableBool]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetAnimationVariableFloat - ObjectReference|SetAnimationVariableFloat]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetAnimationVariableInt - ObjectReference|SetAnimationVariableInt]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetArmorRating - Armor|SetArmorRating]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[SetAttackActorOnSight - Actor|SetAttackActorOnSight]]'''
| [[Actor Script|'''Actor''']]
|-
|'''[[SetAvoidsRoads - Race|SetAvoidsRoads]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetBaseDamage - Weapon|SetBaseDamage]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetBeastForm - Game|SetBeastForm]]'''
| [[Game Script|'''Game''']]
|-
|'''[[SetBool - UI|SetBool]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|
|-
| '''[[SetBribed - Actor|SetBribed]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetCameraTarget - Game|SetCameraTarget]]'''
| [[Game Script|'''Game''']]
|-
|'''[[SetCantOpenDoors - Race|SetCantOpenDoors]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetClass - ActorBase|SetClass]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetCleared - Location|SetCleared]]'''
| '''[[Location Script|Location]]'''
|-
| '''[[SetCombatStyle - ActorBase|SetCombatStyle]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetCrimeFaction - Actor|SetCrimeFaction]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetCrimeGold - Faction|SetCrimeGold]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetCrimeGoldViolent - Faction|SetCrimeGoldViolent]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetCritDamage - Weapon|SetCritDamage]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetCriticalStage - Actor|SetCriticalStage]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetCurrentStageID - Quest|SetCurrentStageID]]'''
| [[Quest Script|'''Quest''']]
|-
|'''[[SetDefaultVoiceType - Race|SetDefaultVoiceType]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetDestroyed - ObjectReference|SetDestroyed]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetDoingFavor - Actor|SetDoingFavor]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetDontMove - Actor|SetDontMove]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetEnchantment - Armor|SetEnchantment]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[SetEnchantment - Weapon|SetEnchantment]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetEnemy - Faction|SetEnemy]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetEssential - ActorBase|SetEssential]]'''
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetExpressionOverride - Actor|SetExpressionOverride]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetEyeTexture - Actor|SetEyeTexture]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetFacePreset - ActorBase|SetFacePreset]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetFactionOwner - Cell|SetFactionOwner]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[SetFactionOwner - ObjectReference|SetFactionOwner]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetFactionRank - Actor|SetFactionRank]]'''
| [[Actor Script|'''Actor''']]
|-
|'''[[SetFloat - UI|SetFloat]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|
|-
| '''[[SetFogColor - Cell|SetFogColor]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[SetFogPlanes - Cell|SetFogPlanes]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[SetFogPower - Cell|SetFogPower]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[SetFootIK - Debug|SetFootIK]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[SetForcedLandingMarker - Actor|SetForcedLandingMarker]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetFrequency - SoundCategory|SetFrequency]]'''
| [[SoundCategory Script|'''SoundCategory''']]
|-
| '''[[SetGameSettingBool - Game|SetGameSettingBool]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[SetGameSettingFloat - Game|SetGameSettingFloat]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[SetGameSettingInt - Game|SetGameSettingInt]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[SetGameSettingString - Game|SetGameSettingString]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[SetGhost - Actor|SetGhost]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetGodMode - Debug|SetGodMode]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[SetGoldValue - Form|SetGoldValue]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|-
| '''[[SetHairColor - ActorBase|SetHairColor]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetHeadTracking - Actor|SetHeadTracking]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetHeight - ActorBase|SetHeight]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetHudCartMode - Game|SetHudCartMode]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetInChargen - Game|SetInChargen]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetINIBool - Utility|SetINIBool]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[SetINIFloat - Utility|SetINIFloat]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[SetINIInt - Utility|SetINIInt]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[SetINIString - Utility|SetINIString]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[SetInstanceVolume - Sound|SetInstanceVolume]]'''
| '''[[Sound Script|Sound]]'''
|-
|'''[[SetInt - UI|SetInt]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|
|-
| '''[[SetIntimidated - Actor|SetIntimidated]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetInvulnerable - ActorBase|SetInvulnerable]]'''
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetItemCharge - ObjectReference|SetItemCharge]]'''<sup>SKSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetKeywordData - Location|SetKeywordData]]'''
| [[Location Script|'''Location''']]
|-
| '''[[SetLockLevel - ObjectReference|SetLockLevel]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetLookAt - Actor|SetLookAt]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetMaxRange - Weapon|SetMaxRange]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetMinRange - Weapon|SetMinRange]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetModelPath - Armor|SetModelPath]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[SetModelPath - Weapon|SetModelPath]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetMotionType - ObjectReference|SetMotionType]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetName - Form|SetName]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|-
| '''[[SetNoBleedoutRecovery - Actor|SetNoBleedoutRecovery]]'''
| [[Actor Script|'''Actor''']]
|-
|'''[[SetNoCombatInWater - Race|SetNoCombatInWater]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
|'''[[SetNoShadow - Race|SetNoShadow]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetNoFavorAllowed - ObjectReference|SetNoFavorAllowed]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetNotShowOnStealthMeter - Actor|SetNotShowOnStealthMeter]]'''
| [[Actor Script|'''Actor''']]
|-
|'''[[SetNthEntryValue - Perk|SetNthEntryValue]]'''<sup>SKSE</sup>
|'''[[Perk Script|Perk]]'''
|
|-
| '''[[SetNthHeadPart - ActorBase|SetNthHeadPart]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetNthIngredient - ConstructibleObject|SetNthIngredient]]'''<sup>SKSE</sup>
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|-
| '''[[SetNthIngredientQuantity - ConstructibleObject|SetNthIngredientQuantity]]'''<sup>SKSE</sup>
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|-
| '''[[SetObjectiveCompleted - Quest|SetObjectiveCompleted]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[SetObjectiveDisplayed - Quest|SetObjectiveDisplayed]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[SetObjectiveFailed - Quest|SetObjectiveFailed]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[SetOpen - ObjectReference|SetOpen]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetOutfit - Actor|SetOutfit]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetOutfit - ActorBase|SetOutfit]]'''
| [[ActorBase Script|'''ActorBase''']]
|-
|'''[[SetPCAllowDialogue - Race|SetPCAllowDialogue]]'''<sup>SKSE</sup>
|[[Race Script|'''Race''']]
|
|-
| '''[[SetPerkPoints - Game|SetPerkPoints]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|-
| '''[[SetPlayerAIDriven - Game|SetPlayerAIDriven]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetPlayerControls - Actor|SetPlayerControls]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetPlayerEnemy - Faction|SetPlayerEnemy]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetPlayerExpelled - Faction|SetPlayerExpelled]]'''
| [[Faction Script|'''Faction''']]
|-
|'''[[SetPlayerKnows - Form|SetPlayerKnows]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[PlayerKnows - Form|PlayerKnows]]
|-
|'''[[SetPlayerLevel - Game|SetPlayerLevel]]'''<sup>SKSE</sup>
|[[Game Script|'''Game''']]
|
|-
| '''[[SetPlayerReportCrime - Game|SetPlayerReportCrime]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetPlayerResistingArrest - Actor|SetPlayerResistingArrest]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetPlayerTeammate - Actor|SetPlayerTeammate]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetPosition - ObjectReference|SetPosition]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetProtected - ActorBase|SetProtected]]'''
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetPublic - Cell|SetPublic]]'''
| [[Cell Script|'''Cell''']]
|-
| '''[[SetRace - Actor|SetRace]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetRaceFlag - Race|SetRaceFlag]]'''<sup>SKSE</sup>
| [[Race Script|'''Race''']]
|-
| '''[[SetReach - Weapon|SetReach]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetReaction - Faction|SetReaction]]'''
| [[Faction Script|'''Faction''']]
|-
| '''[[SetRelationshipRank - Actor|SetRelationshipRank]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetRestrained - Actor|SetRestrained]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetResult - ConstructibleObject|SetResult]]'''<sup>SKSE</sup>
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|-
| '''[[SetResultQuantity - ConstructibleObject|SetResultQuantity]]'''<sup>SKSE</sup>
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|-
| '''[[SetScale - ObjectReference|SetScale]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SetSittingRotation - Game|SetSittingRotation]]'''
| [[Game Script|'''Game''']]
|-
|'''[[SetSkin - Race|SetSkin]]'''<sup>SKSE</sup>
|'''[[Race Script|Race]]'''
|
|-
| '''[[SetSlotMask - Armor|SetSlotMask]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[SetSpeed - Weapon|SetSpeed]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetStagger - Weapon|SetStagger]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
|'''[[SetString - UI|SetString]]'''<sup>SKSE</sup>
|'''[[UI Script|UI]]'''
|
|-
| '''[[SetSubGraphFloatVariable - Actor|SetSubGraphFloatVariable]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetSunGazeImageSpaceModifier - Game|SetSunGazeImageSpaceModifier]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SetUnconscious - Actor|SetUnconscious]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetValue - GlobalVariable|SetValue]]'''
| [[GlobalVariable Script|'''GlobalVariable''']]
|-
| '''[[SetValueInt - GlobalVariable|SetValueInt]]'''
| [[GlobalVariable Script|'''GlobalVariable''']]
|-
| '''[[SetVehicle - Actor|SetVehicle]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetVoiceRecoveryTime - Actor|SetVoiceRecoveryTime]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[SetVolume - SoundCategory|SetVolume]]'''
| [[SoundCategory Script|'''SoundCategory''']]
|-
| '''[[SetWeaponType - Weapon|SetWeaponType]]'''<sup>SKSE</sup>
| '''[[Weapon Script|Weapon]]'''
|-
| '''[[SetWeight - ActorBase|SetWeight]]'''<sup>SKSE</sup>
| [[ActorBase Script|'''ActorBase''']]
|-
| '''[[SetWeight - Form|SetWeight]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|-
| '''[[SetWeightClass - Armor|SetWeightClass]]'''<sup>SKSE</sup>
| [[Armor Script|'''Armor''']]
|-
| '''[[SetWorkbenchKeyword - ConstructibleObject|SetWorkbenchKeyword]]'''<sup>SKSE</sup>
| '''[[ConstructibleObject Script|ConstructibleObject]]'''
|-
|'''[[SetWorldModelPath - Form|SetWorldModelPath]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[HasWorldModel - Form|HasWorldModel]], [[GetWorldModelPath - Form|GetWorldModelPath]]
|-
| '''[[ShakeCamera - Game|ShakeCamera]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShakeController - Game|ShakeController]]'''
| [[Game Script|'''Game''']]
|-
| '''[[SheatheWeapon - Actor|SheatheWeapon]]'''<sup>SKSE</sup>
| [[Actor Script|'''Actor''']]
|-
| '''[[Show - Message|Show]]'''
| [[Message Script|'''Message''']]
|-
| '''[[ShowAsHelpMessage - Message|ShowAsHelpMessage]]'''
| [[Message Script|'''Message''']]
|-
| '''[[ShowBarterMenu - Actor|ShowBarterMenu]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[ShowFirstPersonGeometry - Game|ShowFirstPersonGeometry]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShowGiftMenu - Actor|ShowGiftMenu]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[ShowHelpMessage - Game|ShowHelpMessage]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShowLimitedRaceMenu - Game|ShowLimitedRaceMenu]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShowRaceMenu - Game|ShowRaceMenu]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShowTitleSequenceMenu - Game|ShowTitleSequenceMenu]]'''
| [[Game Script|'''Game''']]
|-
| '''[[ShowTrainingMenu - Game|ShowTrainingMenu]]'''
| [[Game Script|'''Game''']]
|-
| '''[[Sin - Math|Sin]]'''
| [[Math Script|'''Math''']]
|-
| '''[[SplineTranslateTo - ObjectReference|SplineTranslateTo]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SplineTranslateToRef - ObjectReference|SplineTranslateToRef]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[SplineTranslateToRefNode - ObjectReference|SplineTranslateToRefNode]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[Sqrt - Math|Sqrt]]'''
| [[Math Script|'''Math''']]
|-
| '''[[Start - Quest|Start]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[Start - Scene|Start]]'''
| [[Scene Script|'''Scene''']]
|-
| '''[[StartCannibal - Actor|StartCannibal]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[StartCombat - Actor|StartCombat]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[StartDeferredKill - Actor|StartDeferredKill]]'''
| [[Actor Script|'''Actor''']]
|-
|'''[[StartFrameRateCapture - Utility|StartFrameRateCapture]]'''
|[[Utility Script|'''Utility''']]
|[[CaptureFrameRate - Utility|CaptureFrameRate]], [[EndFrameRateCapture - Utility|EndFrameRateCapture]]
|-
| '''[[StartObjectProfiling - Form|StartObjectProfiling]]'''
| [[Form Script|'''Form''']]
|  [[StopObjectProfiling - Form|StopObjectProfiling]]
|-
| '''[[StartScriptProfiling - Debug|StartScriptProfiling]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[StartSneaking - Actor|StartSneaking]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[StartStackProfiling - Debug|StartStackProfiling]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[StartTitleSequence - Game|StartTitleSequence]]'''
| [[Game Script|'''Game''']]
|-
| '''[[StartVampireFeed - Actor|StartVampireFeed]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[Stop - EffectShader|Stop]]'''
| '''[[EffectShader Script|EffectShader]]'''
|-
| '''[[Stop - Quest|Stop]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[Stop - Scene|Stop]]'''
| [[Scene Script|'''Scene''']]
|-
| '''[[Stop - VisualEffect|Stop]]'''
| '''[[VisualEffect Script|VisualEffect]]'''
|-
| '''[[StopCombat - Actor|StopCombat]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[StopCombatAlarm - Actor|StopCombatAlarm]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[StopInstance - Sound|StopInstance]]'''
| '''[[Sound Script|Sound]]'''
|-
| '''[[StopObjectProfiling - Form|StopObjectProfiling]]'''
| [[Form Script|'''Form''']]
|  [[StartObjectProfiling - Form|StartObjectProfiling]]
|-
| '''[[StopScriptProfiling - Debug|StopScriptProfiling]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[StopStackProfiling - Debug|StopStackProfiling]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[StopTranslation - ObjectReference|StopTranslation]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[Substring - StringUtil|Substring]]'''<sup>SKSE</sup>
| [[StringUtil Script|'''StringUtil''']]
|-
| '''[[ScaleObject3D - ObjectReference|ScaleObject3D]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetActorRefraction - Actor|SetActorRefraction]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetAddonModel - EffectShader|SetAddonModel]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetArtObject - VisualEffect|SetArtObject]]'''<sup>PO3 PE SSE</sup>
| '''[[VisualEffect Script|VisualEffect]]'''
|
|-
| '''[[SetAssociatedForm - MagicEffect|SetAssociatedForm]]'''<sup>PO3 PE SSE</sup>
| '''[[MagicEffect Script|MagicEffect]]'''
|
|-
| '''[[SetBaseObject - ObjectReference|SetBaseObject]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetCellNorthRotation - Cell|SetCellNorthRotation]]'''<sup>PO3 PE SSE</sup>
| '''[[Cell Script|Cell]]'''
|
|-
| '''[[SetCollisionLayer - ObjectReference|SetCollisionLayer]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetDeathItem - ActorBase|SetDeathItem]]'''<sup>PO3 PE SSE</sup>
| '''[[ActorBase Script|ActorBase]]'''
|
|-
| '''[[SetDoorDestination - ObjectReference|SetDoorDestination]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetEffectShaderDuration - ObjectReference|SetEffectShaderDuration]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetEffectShaderFlag - EffectShader|SetEffectShaderFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetEquippedWeaponPoison - Actor|SetEquippedWeaponPoison]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetEquippedWeaponPoisonCount - Actor|SetEquippedWeaponPoisonCount]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetFootstepSet - ArmorAddon|SetFootstepSet]]'''<sup>PO3 PE SSE</sup>
| '''[[ArmorAddon Script|ArmorAddon]]'''
|
|-
| '''[[SetHairColor - Actor|SetHairColor]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetHazardArt - Hazard|SetHazardArt]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardFlag - Hazard|SetHazardFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardIMOD - Hazard|SetHazardIMOD]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardIMODRadius - Hazard|SetHazardIMODRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardIPDS - Hazard|SetHazardIPDS]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardLifetime - Hazard|SetHazardLifetime]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardLight - Hazard|SetHazardLight]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardLimit - Hazard|SetHazardLimit]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardRadius - Hazard|SetHazardRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardSound - Hazard|SetHazardSound]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardSpell - Hazard|SetHazardSpell]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHazardTargetInterval - Hazard|SetHazardTargetInterval]]'''<sup>PO3 PE SSE</sup>
| '''[[Hazard Script|Hazard]]'''
|
|-
| '''[[SetHeadPartAlpha - Actor|SetHeadPartAlpha]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetHeadPartTextureSet - Actor|SetHeadPartTextureSet]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetLightColor - Light|SetLightColor]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightFade - Light|SetLightFade]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightFOV - Light|SetLightFOV]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightingTemplate - Cell|SetLightingTemplate]]'''<sup>PO3 PE SSE</sup>
| '''[[Cell Script|Cell]]'''
|
|-
| '''[[SetLightRadius - Light|SetLightRadius]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightRGB - Light|SetLightRGB]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightShadowDepthBias - Light|SetLightShadowDepthBias]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLightType - Light|SetLightType]]'''<sup>PO3 PE SSE</sup>
| '''[[Light Script|Light]]'''
|
|-
| '''[[SetLinearVelocity - Actor|SetLinearVelocity]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetLinkedRef - ObjectReference|SetLinkedRef]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetLocalGravity - Game|SetLocalGravity]]'''<sup>PO3 PE SSE</sup>
| '''[[Game Script|Game]]'''
|
|-
| '''[[SetLocalGravityActor - Actor|SetLocalGravityActor]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetMagicEffectSound - MagicEffect|SetMagicEffectSound]]'''<sup>PO3 PE SSE</sup>
| '''[[MagicEffect Script|MagicEffect]]'''
|
|-
| '''[[SetMaterialType - ObjectReference|SetMaterialType]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetMembraneColorKeyData - EffectShader|SetMembraneColorKeyData]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetMembraneFillTexture - EffectShader|SetMembraneFillTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetMembraneHolesTexture - EffectShader|SetMembraneHolesTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetMembranePaletteTexture - EffectShader|SetMembranePaletteTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetParentLocation - Location|SetParentLocation]]'''<sup>PO3 PE SSE</sup>
| '''[[Location Script|Location]]'''
|
|-
| '''[[SetParticleColorKeyData - EffectShader|SetParticleColorKeyData]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetParticleFullCount - EffectShader|SetParticleFullCount]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetParticlePaletteTexture - EffectShader|SetParticlePaletteTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetParticlePersistentCount - EffectShader|SetParticlePersistentCount]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetParticleShaderTexture - EffectShader|SetParticleShaderTexture]]'''<sup>PO3 PE SSE</sup>
| '''[[EffectShader Script|EffectShader]]'''
|
|-
| '''[[SetProjectileGravity - PO3 SKSEFunctions|SetProjectileGravity]]'''<sup>PO3 PE SSE</sup>
| '''[[PO3_SKSEFunctions]]'''
|
|-
| '''[[SetProjectileImpactForce - Projectile|SetProjectileImpactForce]]'''<sup>PO3 PE SSE</sup>
| '''[[PO3_SKSEFunctions]]'''
|
|-
| '''[[SetProjectileRange - Projectile|SetProjectileRange]]'''<sup>PO3 PE SSE</sup>
| '''[[PO3_SKSEFunctions]]'''
|
|-
| '''[[SetProjectileSpeed - PO3 SKSEFunctions|SetProjectileSpeed]]'''<sup>PO3 PE SSE</sup>
| '''[[PO3_SKSEFunctions]]'''
|
|-
| '''[[SetReadFlag - Book|SetReadFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[Book Script|Book]]'''
|
|-
| '''[[SetRecordFlag - Form|SetRecordFlag]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[SetShaderType - ObjectReference|SetShaderType]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[SetSkinAlpha - Actor|SetSkinAlpha]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetSkinColor - Actor|SetSkinColor]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetSoulTrapped - Actor|SetSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[SetSoundDescriptor - Sound|SetSoundDescriptor]]'''<sup>PO3 PE SSE</sup>
| '''[[Sound Script|Sound]]'''
|
|-
| '''[[SetSpellCastingType - Spell|SetSpellCastingType]]'''<sup>PO3 PE SSE</sup>
| '''[[Spell Script|Spell]]'''
|
|-
| '''[[SetSpellDeliveryType - Spell|SetSpellDeliveryType]]'''<sup>PO3 PE SSE</sup>
| '''[[Spell Script|Spell]]'''
|
|-
| '''[[SetupBodyPartGeometry - ObjectReference|SetupBodyPartGeometry]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[ShowMenu - UI|ShowMenu]]'''<sup>PO3 PE SSE</sup>
| '''[[UI Script|UI]]'''
|
|-
| '''[[SortArrayString - Array|SortArrayString]]'''<sup>PO3 PE SSE</sup>
| '''[[Array Script|Array]]'''
|
|-
| '''[[StopAllShaders - ObjectReference|StopAllShaders]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[StopArtObject - ObjectReference|StopArtObject]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[StringToInt - String|StringToInt]]'''<sup>PO3 PE SSE</sup>
| '''[[String Script|String]]'''
|
|-
| '''[[Save - JsonUtil|Save]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[ScanCellActors - MiscUtil|ScanCellActors]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|Actor[]
|-
| '''[[ScanCellNPCs - MiscUtil|ScanCellNPCs]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|Actor[]
|-
| '''[[ScanCellNPCsByFaction - MiscUtil|ScanCellNPCsByFaction]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|Actor[]
|-
| '''[[ScanCellObjects - MiscUtil|ScanCellObjects]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|ObjectReference[]
|-
| '''[[SetFloatValue - JsonUtil|SetFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|float
|-
| '''[[SetFormValue - JsonUtil|SetFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|form
|-
| '''[[SetFreeCameraSpeed - MiscUtil|SetFreeCameraSpeed]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|
|-
| '''[[SetFreeCameraState - MiscUtil|SetFreeCameraState]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|
|-
| '''[[SetIntValue - JsonUtil|SetIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[SetMenus - MiscUtil|SetMenus]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|
|-
| '''[[SetPathFloatArray - JsonUtil|SetPathFloatArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathFloatValue - JsonUtil|SetPathFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathFormArray - JsonUtil|SetPathFormArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathFormValue - JsonUtil|SetPathFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathIntArray - JsonUtil|SetPathIntArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathIntValue - JsonUtil|SetPathIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathStringArray - JsonUtil|SetPathStringArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetPathStringValue - JsonUtil|SetPathStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[SetRawPathValue - JsonUtil|SetRawPathValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[SetStringValue - JsonUtil|SetStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string
|-
| '''[[SignFloat - PapyrusUtil|SignFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float
|-
| '''[[SignInt - PapyrusUtil|SignInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[SliceActorArray - PapyrusUtil|SliceActorArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Actor[]
|-
| '''[[SliceAliasArray - PapyrusUtil|SliceAliasArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Alias[]
|-
| '''[[SliceBoolArray - PapyrusUtil|SliceBoolArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|bool[]
|-
| '''[[SliceFloatArray - PapyrusUtil|SliceFloatArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float[]
|-
| '''[[SliceFormArray - PapyrusUtil|SliceFormArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|Form[]
|-
| '''[[SliceIntArray - PapyrusUtil|SliceIntArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int[]
|-
| '''[[SliceObjRefArray - PapyrusUtil|SliceObjRefArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|ObjectReference[]
|-
| '''[[SliceStringArray - PapyrusUtil|SliceStringArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[SortFloatArray - PapyrusUtil|SortFloatArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|
|-
| '''[[SortIntArray - PapyrusUtil|SortIntArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|
|-
| '''[[SortStringArray - PapyrusUtil|SortStringArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|
|-
| '''[[StringArray - PapyrusUtil|StringArray]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
| '''[[StringJoin - PapyrusUtil|StringJoin]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string
|-
| '''[[StringListAdd - JsonUtil|StringListAdd]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListClear - JsonUtil|StringListClear]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListCopy - JsonUtil|StringListCopy]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[StringListCount - JsonUtil|StringListCount]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListCountValue - JsonUtil|StringListCountValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListFind - JsonUtil|StringListFind]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListGet - JsonUtil|StringListGet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|String
|-
| '''[[StringListHas - JsonUtil|StringListHas]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[StringListInsertAt - JsonUtil|StringListInsertAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[StringListRandom - JsonUtil|StringListRandom]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string
|-
| '''[[StringListRemove - JsonUtil|StringListRemove]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListRemoveAt - JsonUtil|StringListRemoveAt]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[StringListResize - JsonUtil|StringListResize]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|int
|-
| '''[[StringListSet - JsonUtil|StringListSet]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|String
|-
| '''[[StringListSlice - JsonUtil|StringListSlice]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|
|-
| '''[[StringListToArray - JsonUtil|StringListToArray]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|string[]
|-
| '''[[StringSplit - PapyrusUtil|StringSplit]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|string[]
|-
|}
=== T ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#U|U]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[Tan - Math|Tan]]'''
| [[Math Script|'''Math''']]
|-
| '''[[TapKey - Input|TapKey]]'''<sup>SKSE</sup>
| '''[[Input Script|Input]]'''
|-
| '''[[TeachWord - Game|TeachWord]]'''
| [[Game Script|'''Game''']]
|-
|'''[[TempClone - Form|TempClone]]'''<sup>SKSE</sup>
|'''[[Form Script|Form]]'''
|
|-
| '''[[TetherToHorse - ObjectReference|TetherToHorse]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[ToggleAI - Debug|ToggleAI]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[ToggleChildNode - ObjectReference|ToggleChildNode]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[ToggleCollisions - Debug|ToggleCollisions]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[ToggleHairWigs - Actor|ToggleHairWigs]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[ToggleMenus - Debug|ToggleMenus]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[Trace - Debug|Trace]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[TraceAndBox - Debug|TraceAndBox]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[TraceConditional - Debug|TraceConditional]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[TraceStack - Debug|TraceStack]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[TraceUser - Debug|TraceUser]]'''
| [[Debug Script|'''Debug''']]
|-
| '''[[TranslateTo - ObjectReference|TranslateTo]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[TranslateToRef - ObjectReference|TranslateToRef]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[TrapSoul - Actor|TrapSoul]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[TriggerScreenBlood - Game|TriggerScreenBlood]]'''
| [[Game Script|'''Game''']]
|-
| '''[[TryToAddToFaction - ReferenceAlias|TryToAddToFaction]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToClear - ReferenceAlias|TryToClear]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToDisable - ReferenceAlias|TryToDisable]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToDisableNoWait - ReferenceAlias|TryToDisableNoWait]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToEnable - ReferenceAlias|TryToEnable]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToEnableNoWait - ReferenceAlias|TryToEnableNoWait]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToEvaluatePackage - ReferenceAlias|TryToEvaluatePackage]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToKill - ReferenceAlias|TryToKill]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToMoveTo - ReferenceAlias|TryToMoveTo]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToRemoveFromFaction - ReferenceAlias|TryToRemoveFromFaction]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToReset - ReferenceAlias|TryToReset]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[TryToStopCombat - ReferenceAlias|TryToStopCombat]]'''
| [[ReferenceAlias Script|'''ReferenceAlias''']]
|-
| '''[[ToggleFreeCamera - MiscUtil|ToggleFreeCamera]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|
|-
|}
=== U ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#W|W]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[UnequipAll - Actor|UnequipAll]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnequipItem - Actor|UnequipItem]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnequipItemEx - Actor|UnequipItemEx]]'''<sup>SKSE</sup>
| [[Actor Script|'''Actor''']]
|-
| '''[[UnequipItemSlot - Actor|UnequipItemSlot]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnequipShout - Actor|UnequipShout]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnequipSpell - Actor|UnequipSpell]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnlockOwnedDoorsInCell - Actor|UnlockOwnedDoorsInCell]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[UnlockWord - Game|UnlockWord]]'''
| [[Game Script|'''Game''']]
|-
| '''[[UnMute - SoundCategory|UnMute]]'''
| '''[[SoundCategory Script|SoundCategory]]'''
|-
| '''[[UnPause - SoundCategory|UnPause]]'''
| [[SoundCategory Script|'''SoundCategory''']]
|-
| '''[[UnregisterForActorAction - Form|UnregisterForActorAction]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|-
| '''[[UnregisterForAllControls - Form|UnregisterForAllControls]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  RegisterForControl, UnregisterForControl
|-
| '''[[UnregisterForAllKeys - Form|UnregisterForAllKeys]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForKey - Form|RegisterForKey]], [[UnregisterForKey - Form|UnregisterForKey]]
|-
| '''[[UnregisterForAllMenus - Form|UnregisterForAllMenus]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForMenu - Form|RegisterForMenu]], [[UnregisterForMenu - Form|UnregisterForMenu]]
|-
| '''[[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]]'''
| [[Form Script|'''Form''']]
|  [[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]]
|-
| '''[[UnregisterForCameraState - Form|UnregisterForCameraState]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForCameraState - Form|RegisterForCameraState]]
|-
| '''[[UnregisterForControl - Form|UnregisterForControl]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForControl - Form|RegisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]]
|-
| '''[[UnregisterForCrosshairRef - Form|UnregisterForCrosshairRef]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[GetCurrentCrosshairRef - Game|GetCurrentCrosshairRef]], [[OnCrosshairRefChange - Form|OnCrosshairRefChange]], [[RegisterForCrosshairRef - Form|RegisterForCrosshairRef]]
|-
| '''[[UnregisterForKey - Form|UnregisterForKey]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForKey - Form|RegisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]]
|-
| '''[[UnregisterForLOS - Form|UnregisterForLOS]]'''
| [[Form Script|'''Form''']]
|  [[RegisterForLOS - Form|RegisterForLOS]]
|-
| '''[[UnregisterForMenu - Form|UnregisterForMenu]]'''<sup>SKSE</sup>
| [[Form Script|'''Form''']]
|  [[RegisterForMenu - Form|RegisterForMenu]]
|-
|'''[[UnregisterForNiNodeUpdate]]'''<sup>SKSE</sup>
|[[Form Script|'''Form''']]
|[[RegisterForNiNodeUpdate - Form|RegisterForNiNodeUpdate]]
|-
| '''[[UnregisterForSleep - Form|UnregisterForSleep]]'''
| [[Form Script|'''Form''']]
|  [[RegisterForSleep - Form|RegisterForSleep]]
|-
| '''[[UnregisterForTrackedStatsEvent - Form|UnregisterForTrackedStatsEvent]]'''
| [[Form Script|'''Form''']]
|  [[RegisterForTrackedStatsEvent - Form|RegisterForTrackedStatsEvent]]
|-
| '''[[UnregisterForUpdate - Form|UnregisterForUpdate]]'''
| [[Form Script|'''Form''']]
|  [[RegisterForUpdate - Form|RegisterForUpdate]], [[RegisterForSingleUpdate - Form|RegisterForSingleUpdate]]
|-
| '''[[UnregisterForUpdateGameTime - Form|UnregisterForUpdateGameTime]]'''
| '''[[Form Script|Form]]'''
|  [[RegisterForUpdateGameTime - Form|RegisterForUpdateGameTime]]
|-
| '''[[UpdateCurrentInstanceGlobal - Quest|UpdateCurrentInstanceGlobal]]'''
| [[Quest Script|'''Quest''']]
|-
| '''[[UpdateHairColor - Game|UpdateHairColor]]'''<sup>SKSE</sup>
| [[Game Script|'''Game''']]
|
|-
| '''[[UpdateWeight - Actor|UpdateWeight]]'''<sup>SKSE</sup>
| [[Actor Script|'''Actor''']]
|-
| '''[[UsingGamepad - Game|UsingGamepad]]'''
| [[Game Script|'''Game''']]
|-
| '''[[UnequipAllOfType - Actor|UnequipAllOfType]]'''<sup>PO3 PE SSE</sup>
| '''[[Actor Script|Actor]]'''
|
|-
| '''[[UnmarkItemAsFavorite - Form|UnmarkItemAsFavorite]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForActorFallLongDistance - ActiveMagicEffect|UnregisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForActorFallLongDistance - Alias|UnregisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForActorFallLongDistance - Form|UnregisterForActorFallLongDistance]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForActorKilled - ActiveMagicEffect|UnregisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForActorKilled - Alias|UnregisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForActorKilled - Form|UnregisterForActorKilled]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForActorReanimateStart - ActiveMagicEffect|UnregisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForActorReanimateStart - Alias|UnregisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForActorReanimateStart - Form|UnregisterForActorReanimateStart]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForActorReanimateStop - ActiveMagicEffect|UnregisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForActorReanimateStop - Alias|UnregisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForActorReanimateStop - Form|UnregisterForActorReanimateStop]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForActorResurrected - ActiveMagicEffect|UnregisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForActorResurrected - Alias|UnregisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForActorResurrected - Form|UnregisterForActorResurrected]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForAllHitEventsEx - ActiveMagicEffect|UnregisterForAllHitEventsEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForAllHitEventsEx - Alias|UnregisterForAllHitEventsEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForAllHitEventsEx - Form|UnregisterForAllHitEventsEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForAllMagicEffectApplyEx - ActiveMagicEffect|UnregisterForAllMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForAllMagicEffectApplyEx - Alias|UnregisterForAllMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForAllMagicEffectApplyEx - Form|UnregisterForAllMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForAllObjectsLoaded - ActiveMagicEffect|UnregisterForAllObjectsLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForAllObjectsLoaded - Alias|UnregisterForAllObjectsLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForAllObjectsLoaded - Form|UnregisterForAllObjectsLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForAllQuests - ActiveMagicEffect|UnregisterForAllQuests]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForAllQuests - Alias|UnregisterForAllQuests]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForAllQuests - Form|UnregisterForAllQuests]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForAllQuestStages - ActiveMagicEffect|UnregisterForAllQuestStages]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForAllQuestStages - Alias|UnregisterForAllQuestStages]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForAllQuestStages - Form|UnregisterForAllQuestStages]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForBookRead - ActiveMagicEffect|UnregisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForBookRead - Alias|UnregisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForBookRead - Form|UnregisterForBookRead]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForCellFullyLoaded - ActiveMagicEffect|UnregisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForCellFullyLoaded - Alias|UnregisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForCellFullyLoaded - Form|UnregisterForCellFullyLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForCriticalHit - ActiveMagicEffect|UnregisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForCriticalHit - Alias|UnregisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForCriticalHit - Form|UnregisterForCriticalHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForDisarmed - ActiveMagicEffect|UnregisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForDisarmed - Alias|UnregisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForDisarmed - Form|UnregisterForDisarmed]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForDragonSoulGained - ActiveMagicEffect|UnregisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForDragonSoulGained - Alias|UnregisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForDragonSoulGained - Form|UnregisterForDragonSoulGained]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForHitEventEx - ActiveMagicEffect|UnregisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForHitEventEx - Alias|UnregisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForHitEventEx - Form|UnregisterForHitEventEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForItemCrafted - ActiveMagicEffect|UnregisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForItemCrafted - Alias|UnregisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForItemCrafted - Form|UnregisterForItemCrafted]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForItemHarvested - ActiveMagicEffect|UnregisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForItemHarvested - Alias|UnregisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForItemHarvested - Form|UnregisterForItemHarvested]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForLevelIncrease - ActiveMagicEffect|UnregisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForLevelIncrease - Alias|UnregisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForLevelIncrease - Form|UnregisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForLocationDiscovery - ActiveMagicEffect|UnregisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForLocationDiscovery - Alias|UnregisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForLocationDiscovery - Form|UnregisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForMagicEffectApplyEx - ActiveMagicEffect|UnregisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForMagicEffectApplyEx - Alias|UnregisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForMagicEffectApplyEx - Form|UnregisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForMagicHit - ActiveMagicEffect|UnregisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForMagicHit - Alias|UnregisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForMagicHit - Form|UnregisterForMagicHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForObjectGrab - ActiveMagicEffect|UnregisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForObjectGrab - Alias|UnregisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForObjectGrab - Form|UnregisterForObjectGrab]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForObjectLoaded - ActiveMagicEffect|UnregisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForObjectLoaded - Alias|UnregisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForObjectLoaded - Form|UnregisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForProjectileHit - ActiveMagicEffect|UnregisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForProjectileHit - Alias|UnregisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForProjectileHit - Form|UnregisterForProjectileHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForQuest - ActiveMagicEffect|UnregisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForQuest - Alias|UnregisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForQuest - Form|UnregisterForQuest]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForQuestStage - ActiveMagicEffect|UnregisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForQuestStage - Alias|UnregisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForQuestStage - Form|UnregisterForQuestStage]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForShoutAttack - ActiveMagicEffect|UnregisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForShoutAttack - Alias|UnregisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForShoutAttack - Form|UnregisterForShoutAttack]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForSkillIncrease - ActiveMagicEffect|UnregisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForSkillIncrease - Alias|UnregisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForSkillIncrease - Form|UnregisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForSoulTrapped - ActiveMagicEffect|UnregisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForSoulTrapped - Alias|UnregisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForSoulTrapped - Form|UnregisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForSpellLearned - ActiveMagicEffect|UnregisterForSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForSpellLearned - Alias|UnregisterForSpellLearned]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForWeaponHit - ActiveMagicEffect|UnregisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForWeaponHit - Alias|UnregisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForWeaponHit - Form|UnregisterForWeaponHit]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UnregisterForWeatherChange - ActiveMagicEffect|UnregisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]'''
|
|-
| '''[[UnregisterForWeatherChange - Alias|UnregisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Alias Script|Alias]]'''
|
|-
| '''[[UnregisterForWeatherChange - Form|UnregisterForWeatherChange]]'''<sup>PO3 PE SSE</sup>
| '''[[Form Script|Form]]'''
|
|-
| '''[[UpdateHitEffectArtNode - ObjectReference|UpdateHitEffectArtNode]]'''<sup>PO3 PE SSE</sup>
| '''[[ObjectReference Script|ObjectReference]]'''
|
|-
| '''[[Unload - JsonUtil|Unload]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[UnsetFloatValue - JsonUtil|UnsetFloatValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[UnsetFormValue - JsonUtil|UnsetFormValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[UnsetIntValue - JsonUtil|UnsetIntValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
| '''[[UnsetStringValue - JsonUtil|UnsetStringValue]]'''<sup>PU SE</sup>
| '''[[JsonUtil Script|JsonUtil]]'''
|bool
|-
|}
=== W ===
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;"
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#T|T]]-[[#U|U]]''' 
!align=left width=170|Function
!align=left width=90|Member of
!align=left class="unsortable"|Description
|-
| '''[[Wait - Utility|Wait]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[WaitForAnimationEvent - ObjectReference|WaitForAnimationEvent]]'''
| '''[[ObjectReference Script|ObjectReference]]'''
|-
| '''[[WaitGameTime - Utility|WaitGameTime]]'''
| [[Utility Script|'''Utility''']]
|-
| '''[[WaitMenuMode - Utility|WaitMenuMode]]'''
| '''[[Utility Script|Utility]]'''
|-
| '''[[WillIntimidateSucceed - Actor|WillIntimidateSucceed]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[WornHasKeyword - Actor|WornHasKeyword]]'''
| [[Actor Script|'''Actor''']]
|-
| '''[[WrapFloat - PapyrusUtil|WrapFloat]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|float
|-
| '''[[WrapInt - PapyrusUtil|WrapInt]]'''<sup>PU SE</sup>
| '''[[PapyrusUtil Script|PapyrusUtil]]'''
|int
|-
| '''[[WriteToFile - MiscUtil|WriteToFile]]'''<sup>PU SE</sup>
| '''[[MiscUtil Script|MiscUtil]]'''
|bool
|-
}
[[Category:Papyrus]]
[[Category:Papyrus]]
22

edits