Difference between revisions of "List of Papyrus Functions"
Jump to navigation
Jump to search
FiftyTifty (talk | contribs) (→O: Added exiledviper & meh321's Papyrus Util's SE functions -FiftyTifty) |
m (→S: Added missing line break) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1,297: | Line 1,297: | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[FileExists - MiscUtil|FileExists]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[MiscUtil Script|MiscUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[FilesInFolder - MiscUtil|FilesInFolder]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[MiscUtil Script|MiscUtil]]''' | ||
| | |string[] | ||
|- | |- | ||
| '''[[ | | '''[[FindPathFloatElement - JsonUtil|FindPathFloatElement]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FindPathFormElement - JsonUtil|FindPathFormElement]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FindPathIntElement - JsonUtil|FindPathIntElement]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FindPathStringElement - JsonUtil|FindPathStringElement]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatArray - PapyrusUtil|FloatArray]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| | |float[] | ||
|- | |- | ||
| '''[[ | | '''[[FloatListAdd - JsonUtil|FloatListAdd]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatListAdjust - JsonUtil|FloatListAdjust]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |float | ||
|- | |- | ||
| '''[[ | | '''[[FloatListClear - JsonUtil|FloatListClear]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatListCopy - JsonUtil|FloatListCopy]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[FloatListCount - JsonUtil|FloatListCount]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatListCountValue - JsonUtil|FloatListCountValue]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatListFind - JsonUtil|FloatListFind]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |int | ||
|- | |- | ||
| '''[[ | | '''[[FloatListGet - JsonUtil|FloatListGet]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |Float | ||
|- | |- | ||
| '''[[ | | '''[[FloatListHas - JsonUtil|FloatListHas]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[FloatListInsertAt - JsonUtil|FloatListInsertAt]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |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[] | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |} | ||
| | |||
=== 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 | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GenerateRandomInt - Utility|GenerateRandomInt]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Utility Script|Utility]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActivateChildren - ObjectReference|GetActivateChildren]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActiveGamebryoAnimation - ObjectReference|GetActiveGamebryoAnimation]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorAlpha - Actor|GetActorAlpha]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetActorBase - Actor|GetActorBase]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
|ActorBase | |||
| | |||
|- | |||
| '''[[GetActorCause - ObjectReference|GetActorCause]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetActorKnockState - Actor|GetActorKnockState]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetActorOwner - Cell|GetActorOwner]]''' | ||
| | | [[Cell Script|'''Cell''']] | ||
|ActorBase | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetActorOwner - ObjectReference|GetActorOwner]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|ActorBase | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorRaceEditorID - MiscUtil|GetActorRaceEditorID]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[MiscUtil Script|MiscUtil]]''' | ||
| | |string | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetActorReference - ReferenceAlias|GetActorReference]]''' | ||
| | | [[ReferenceAlias Script|'''ReferenceAlias''']] | ||
|Actor | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetActorRefraction - Actor|GetActorRefraction]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorsByProcessingLevel - Game|GetActorsByProcessingLevel]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Game Script|Game]]''' | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorSoulSize - Actor|GetActorSoulSize]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorState - Actor|GetActorState]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetActorValue - Actor|GetActorValue]]''' | ||
| [[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 | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetActorValueModifier - Actor|GetActorValueModifier]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetActorValuePercentage - Actor|GetActorValuePercentage]]''' | ||
| [[Actor Script|'''Actor''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| | |[[GetActualWaterLevel - Cell|'''GetActualWaterLevel''']]<sup>SKSE</sup> | ||
| | |[[Cell Script|'''Cell''']] | ||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAddonModels - EffectShader|GetAddonModels]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[EffectShader Script|EffectShader]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAlias - Quest|GetAlias]]''' | ||
| [[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[] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllArtObjects - ObjectReference|GetAllArtObjects]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAllBooks - GameData|GetAllBooks]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[GameData Script|GameData]]''' | ||
|Form[] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllEffectShaders - ObjectReference|GetAllEffectShaders]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllEnchantments - Game|GetAllEnchantments]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllEnchantmentsInMod - Game|GetAllEnchantmentsInMod]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAllForms - GameData|GetAllForms]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[GameData Script|GameData]]''' | ||
|Form[] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllForms - Game|GetAllForms]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Game Script|Game]]''' | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllFormsInMod - Game|GetAllFormsInMod]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[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[] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllQuestObjectives - Quest|GetAllQuestObjectives]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Quest Script|Quest]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllRaces - Game|GetAllRaces]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllRacesInMod - Game|GetAllRacesInMod]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAllScrolls - GameData|GetAllScrolls]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[GameData Script|GameData]]''' | ||
|Form[] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllSpells - Game|GetAllSpells]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAllSpellsInMod - Game|GetAllSpellsInMod]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Game Script|Game]]''' | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAllWeapons - GameData|GetAllWeapons]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[GameData Script|GameData]]''' | ||
|Form[] | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAlpha - ColorComponent|GetAlpha]]'''<sup>SKSE</sup> | ||
| | |[[ColorComponent Script|'''ColorComponent''']] | ||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAngleX - ObjectReference|GetAngleX]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAngleY - ObjectReference|GetAngleY]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAngleZ - ObjectReference|GetAngleZ]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAnimationVariableBool - ObjectReference|GetAnimationVariableBool]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAnimationVariableFloat - ObjectReference|GetAnimationVariableFloat]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetAnimationVariableInt - ObjectReference|GetAnimationVariableInt]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetArmorRating - Armor|GetArmorRating]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetArtObject - VisualEffect|GetArtObject]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[VisualEffect Script|VisualEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetArtObjectTotalCount - VisualEffect|GetArtObjectTotalCount]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[VisualEffect Script|VisualEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetAssociatedSkill - MagicEffect|GetAssociatedSkill]]''' | ||
| '''[[MagicEffect Script|MagicEffect]]''' | |||
|String | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetAt - FormList|GetAt]]''' | ||
| [[FormList Script|'''FormList''']] | |||
|Form | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetAttachedCells - Game|GetAttachedCells]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetActorValue - Actor|GetAV]]''' | ||
| '''[[ | |[[Actor Script|'''Actor''']] | ||
| | |Float | ||
|- | |alias for GetActorValue | ||
| '''[[ | |- | ||
| '''[[ | |'''[[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 | |||
|- | |||
|'''[[GetAverageFrameRate - Utility|GetAverageFrameRate]]''' | |||
|'''[[Utility Script|Utility]]''' | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetAvoidThreatChance - CombatStyle|GetAvoidThreatChance]]''' | ||
| '''[[ | |'''[[CombatStyle Script|CombatStyle]]''' | ||
|Float | |||
| | | | ||
|- | |||
|'''[[GetActorValuePercentage - Actor|GetAVPercentage]]''' | |||
|[[Actor Script|'''Actor''']] | |||
|Float | |||
|alias for GetActorValuePercentage | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBaseActorValue - Actor|GetBaseActorValue]]''' | ||
| [[Actor Script|'''Actor''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetBaseActorValue - Actor|GetBaseAV]]''' | ||
| '''[[ | |[[Actor Script|'''Actor''']] | ||
|Float | |||
|alias for GetBaseActorValue | |||
|- | |||
|'''[[GetBaseCost - MagicEffect|GetBaseCost]]'''<sup>SKSE</sup> | |||
|'''[[MagicEffect Script|MagicEffect]]''' | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBaseDamage - Weapon|GetBaseDamage]]'''<sup>SKSE</sup> | ||
| [[Weapon Script|'''Weapon''']] | |||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBaseObject - ActiveMagicEffect|GetBaseObject]]''' | ||
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | |||
|MagicEffect | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBaseObject - ObjectReference|GetBaseObject]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
|Form | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetBaseValue - ActiveMagicEffect|GetBaseValue]]''' | ||
| | |[[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
|Float | |||
| | | | ||
|- | |||
|'''[[GetBlue - ColorComponent|GetBlue]]'''<sup>SKSE</sup> | |||
|'''[[ColorComponent Script|ColorComponent]]''' | |||
|Int | |||
|global function | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBlue - ColorForm|GetBlue]]'''<sup>SKSE</sup> | ||
| [[ColorForm Script|'''ColorForm''']] | |||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetBool - UI|GetBool]]'''<sup>SKSE</sup> | ||
| | |[[UI Script|'''UI''']] | ||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetBribeAmount - Actor|GetBribeAmount]]''' | ||
| [[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 | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetCellNorthRotation - Cell|GetCellNorthRotation]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Cell Script|Cell]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetCameraState - Camera|GetCameraState]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[Camera Script|Camera]]''' | ||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetCameraState - Game|GetCameraState]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[Game Script|Game]]''' | ||
|Int | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCasterActor - ActiveMagicEffect|GetCasterActor]]''' | ||
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | |||
|Actor | |||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetCastTime - MagicEffect|GetCastTime]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[MagicEffect Script|MagicEffect]]''' | ||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCastTime - Scroll|GetCastTime]]'''<sup>SKSE</sup> | ||
| [[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 | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetClass - ActorBase|GetClass]]''' | ||
| [[ActorBase Script|'''ActorBase''']] | |||
|Class | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetClassification - Weather|GetClassification]]''' | ||
| | | [[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 | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetClosestActorFromRef - ObjectReference|GetClosestActorFromRef]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[GetColor - ColorForm|GetColor]]'''<sup>SKSE</sup> | ||
| '''[[ | |'''[[ColorForm Script|ColorForm]]''' | ||
| | |Int | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetCombatAllies - Actor|GetCombatAllies]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCombatState - Actor|GetCombatState]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCombatStyle - ActorBase|GetCombatStyle]]'''<sup>SKSE</sup> | ||
| | | [[ActorBase Script|'''ActorBase''']] | ||
|CombatStyle | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCombatTarget - Actor|GetCombatTarget]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
|Actor | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetCombatTargets - Actor|GetCombatTargets]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetCommandedActors - Actor|GetCommandedActors]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetCommandingActor - Actor|GetCommandingActor]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetConditionList - Form|GetConditionList]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetConfigName - Debug|GetConfigName]]''' | ||
| | | [[Debug Script|'''Debug''']] | ||
|String | |||
| | |||
|- | |||
|'''[[GetContainerForms - ObjectReference|GetContainerForms]]'''<sup>SKSE</sup> | |||
|[[ObjectReference Script|'''ObjectReference''']] | |||
|Form[] | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetCostliestEffectIndex - Enchantment|GetCostliestEffectIndex]]'''<sup>SKSE</sup> | ||
| | | '''[[Enchantment Script|Enchantment]]''' | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetCostliestEffectIndex - Ingredient|GetCostliestEffectIndex]]'''<sup>SKSE</sup> | ||
| | | '''[[Ingredient Script|Ingredient]]''' | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetCostliestEffectIndex - Potion|GetCostliestEffectIndex]]'''<sup>SKSE</sup> | ||
| | | '''[[Potion Script|Potion]]''' | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCostliestEffectIndex - Scroll|GetCostliestEffectIndex]]'''<sup>SKSE</sup> | ||
| | | [[Scroll Script|'''Scroll''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCostliestEffectIndex - Spell|GetCostliestEffectIndex]]'''<sup>SKSE</sup> | ||
| | | [[Spell Script|'''Spell''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCrimeFaction - Actor|GetCrimeFaction]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
|Faction | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCrimeGold - Faction|GetCrimeGold]]''' | ||
| | | [[Faction Script|'''Faction''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCrimeGoldNonViolent - Faction|GetCrimeGoldNonViolent]]''' | ||
| | | [[Faction Script|'''Faction''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCrimeGoldViolent - Faction|GetCrimeGoldViolent]]''' | ||
| | | [[Faction Script|'''Faction''']] | ||
|Int | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCritDamage - Weapon|GetCritDamage]]'''<sup>SKSE</sup> | ||
| | | [[Weapon Script|'''Weapon''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetCriticalStage - Actor|GetCriticalStage]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| | |||
|- | |||
|'''[[GetCurrentBudget - Utility|GetCurrentBudget]]''' | |||
|'''[[Utility Script|Utility]]''' | |||
| | |||
| | |||
|- | |||
|[[GetCurrentCrosshairRef - Game|'''GetCurrentCrosshairRef''']]<sup>SKSE</sup> | |||
|'''[[Game Script|Game]]''' | |||
| | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetCurrentDestructionStage - ObjectReference|GetCurrentDestructionStage]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
| | |||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentGameTime - Utility|GetCurrentGameTime]]''' | ||
| | | [[Utility Script|'''Utility''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[GetCurrentLocation - ObjectReference|GetCurrentLocation]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | |||
|- | |||
|'''[[GetCurrentMemory - Utility|GetCurrentMemory]]''' | |||
|'''[[Utility Script|Utility]]''' | |||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentPackage - Actor|GetCurrentPackage]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentRealTime - Utility|GetCurrentRealTime]]''' | ||
| | | [[Utility Script|'''Utility''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentScene - ObjectReference|GetCurrentScene]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentStageID - Quest|GetCurrentStageID]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentWeather - Weather|GetCurrentWeather]]''' | ||
| | | [[Weather Script|'''Weather''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetCurrentWeatherTransition - Weather|GetCurrentWeatherTransition]]''' | ||
| | | [[Weather Script|'''Weather''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetDeadCount - ActorBase|GetDeadCount]]''' | ||
| | | [[ActorBase Script|'''ActorBase''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetDeathItem - ActorBase|GetDeathItem]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ActorBase Script|ActorBase]]''' | ||
| | | | ||
|- | |||
|'''[[GetDefaultVoiceType - Race|GetDefaultVoiceType]]'''<sup>SKSE</sup> | |||
|'''[[Race Script|Race]]''' | |||
| | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetDescription - Form|GetDescription]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[GetDialogueTarget - Actor|GetDialogueTarget]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetDiffActor - PapyrusUtil|GetDiffActor]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| | |Actor[] | ||
|- | |- | ||
| '''[[ | | '''[[GetDiffAlias - PapyrusUtil|GetDiffAlias]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| | |Alias[] | ||
|- | |- | ||
| '''[[ | | '''[[GetDiffFloat - PapyrusUtil|GetDiffFloat]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| | |float[] | ||
|- | |- | ||
| '''[[ | | '''[[GetDiffForm - PapyrusUtil|GetDiffForm]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
|Form[] | |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[] | |||
|- | |- | ||
| '''[[ | |'''[[GetDisplayName - ObjectReference|GetDisplayName]]'''<sup>SKSE</sup> | ||
| [[ | |[[ObjectReference Script|'''ObjectReference''']] | ||
|String | |String | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetDistance - ObjectReference|GetDistance]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetDoorDestination - ObjectReference|GetDoorDestination]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetDuration - ActiveMagicEffect|GetDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetEditorLocation - ObjectReference|GetEditorLocation]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetEffectArchetypeAsInt - MagicEffect|GetEffectArchetypeAsInt]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[MagicEffect Script|MagicEffect]]''' | |||
| | |||
|- | |- | ||
| '''[[GetEffectArchetypeAsString - MagicEffect|GetEffectArchetypeAsString]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[MagicEffect Script|MagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetEffectiveMagickaCost - Spell|GetEffectiveMagickaCost]]'''<sup>SKSE</sup> | ||
| [[Spell Script|'''Spell''']] | |||
|[[ | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetEffectShaderDuration - ObjectReference|GetEffectShaderDuration]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |||
| '''[[GetEffectShaderTotalCount - EffectShader|GetEffectShaderTotalCount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[EffectShader Script|EffectShader]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetEnchantment - Armor|GetEnchantment]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetEnchantment - Weapon|GetEnchantment]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetEnchantmentType - Enchantment|GetEnchantmentType]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[Enchantment Script|Enchantment]]''' | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetEquippedAmmo - Actor|GetEquippedAmmo]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedItemType - Actor|GetEquippedItemType]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedObject - Actor|GetEquippedObject]]'''<sup>SKSE</sup> | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedShield - Actor|GetEquippedShield]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedShout - Actor|GetEquippedShout]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedSpell - Actor|GetEquippedSpell]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetEquippedWeapon - Actor|GetEquippedWeapon]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetEquippedWeaponIsPoisoned - Actor|GetEquippedWeaponIsPoisoned]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[GetEquippedWeaponPoison - Actor|GetEquippedWeaponPoison]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetEquippedWeaponPoisonCount - Actor|GetEquippedWeaponPoisonCount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetErrors - JsonUtil|GetErrors]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |- | ||
| '''[[ | | '''[[GetFacePreset - ActorBase|GetFacePreset]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFactionOwner - Cell|GetFactionOwner]]''' | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFactionOwner - ObjectReference|GetFactionOwner]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFactionRank - Actor|GetFactionRank]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFactionReaction - Actor|GetFactionReaction]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetFloat - UI|GetFloat]]'''<sup>SKSE</sup> | ||
|[[ | |[[UI Script|'''UI''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetFloatValue - JsonUtil|GetFloatValue]]'''<sup>PU SE</sup> | ||
|[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
|float | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetFlyingState - Actor|GetFlyingState]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetFootstepSet - ArmorAddon|GetFootstepSet]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ArmorAddon Script|ArmorAddon]]''' | |||
|- | |||
|'''[[ | |||
|'''[[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetForcedLandingMarker - Actor|GetForcedLandingMarker]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetForm - Game|GetForm]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetFormEditorID - Form|GetFormEditorID]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetFormEx - Game|GetFormEx]]'''<sup>SKSE</sup> | ||
|[[ | |[[Game Script|'''Game''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetFormFromEditorID - Game|GetFormFromEditorID]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Game Script|Game]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFormFromFile - Game|GetFormFromFile]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetFormID - Form|GetFormID]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetFormModName - Form|GetFormModName]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetFormValue - JsonUtil|GetFormValue]]'''<sup>PU SE</sup> | ||
|'''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |form | ||
|- | |||
| '''[[GetFurnitureType - Furniture|GetFurnitureType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Furniture Script|Furniture]]''' | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetGameSettingBool - Game|GetGameSettingBool]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetGameSettingFloat - Game|GetGameSettingFloat]]''' | ||
| [[Game Script|'''Game''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetGameSettingInt - Game|GetGameSettingInt]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetGameSettingString - Game|GetGameSettingString]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetGiftFilter - ActorBase|GetGiftFilter]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetGodMode - Game|GetGodMode]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[Game Script|Game]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetGoldAmount - Actor|GetGoldAmount]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetGoldValue - Form|GetGoldValue]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetGreen - ColorForm|GetGreen]]'''<sup>SKSE</sup> | ||
| [[ColorForm Script|'''ColorForm''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetHairColor - Actor|GetHairColor]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetHairColor - ActorBase|GetHairColor]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetHazardIMOD - Hazard|GetHazardIMOD]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardIMODRadius - Hazard|GetHazardIMODRadius]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardIPDS - Hazard|GetHazardIPDS]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetHazardLifetime - Hazard|GetHazardLifetime]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[Hazard Script|Hazard]]''' | ||
| | | | ||
|- | |- | ||
| '''[[GetHazardLight - Hazard|GetHazardLight]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardLimit - Hazard|GetHazardLimit]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardRadius - Hazard|GetHazardRadius]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardSound - Hazard|GetHazardSound]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardSpell - Hazard|GetHazardSpell]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetHazardTargetInterval - Hazard|GetHazardTargetInterval]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetHeadingAngle - ObjectReference|GetHeadingAngle]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetHeadPartTextureSet - Actor|GetHeadPartTextureSet]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetHeight - ActorBase|GetHeight]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetHeight - ObjectReference|GetHeight]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetHighestRelationshipRank - Actor|GetHighestRelationshipRank]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetHue - ColorForm|GetHue]]'''<sup>SKSE</sup> | ||
| [[ | | [[ColorForm Script|'''ColorForm''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetID - Alias|GetID]]'''<sup>SKSE</sup> | ||
| [[ | | [[Alias Script|'''Alias''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetInfamy - Faction|GetInfamy]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetInfamyNonViolent - Faction|GetInfamyNonViolent]]''' | ||
| [[Faction Script|'''Faction''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetInfamyViolent - Faction|GetInfamyViolent]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetINIBool - Utility|GetINIBool]]'''<sup>SKSE</sup> | ||
| [[Utility Script|'''Utility''']] | | [[Utility Script|'''Utility''']] | ||
| | | | ||
Line 2,503: | Line 2,604: | ||
|- | |- | ||
| '''[[ | | '''[[GetINIFloat - Utility|GetINIFloat]]'''<sup>SKSE</sup> | ||
| [[ | | [[Utility Script|'''Utility''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetINIInt - Utility|GetINIInt]]'''<sup>SKSE</sup> | ||
| [[ | | [[Utility Script|'''Utility''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetINIString - Utility|GetINIString]]'''<sup>SKSE</sup> | ||
| [[ | | [[Utility Script|'''Utility''']] | ||
| | |||
| | |||
|- | |||
|'''[[GetInt - UI|GetInt]]'''<sup>SKSE</sup> | |||
|[[UI Script|'''UI''']] | |||
| | | | ||
| | | | ||
|- | |||
| '''[[GetIntValue - JsonUtil|GetIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |- | ||
| '''[[ | | '''[[GetItemCharge - ObjectReference|GetItemCharge]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetItemCount - ObjectReference|GetItemCount]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetItemHealthPercent - ObjectReference|GetItemHealthPercent]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetItemMaxCharge - ObjectReference|GetItemMaxCharge]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetKey - ObjectReference|GetKey]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
Line 2,555: | Line 2,661: | ||
|- | |- | ||
| '''[[ | | '''[[GetKeyword - Keyword|GetKeyword]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Keyword Script|Keyword]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetKeywordData - Location|GetKeywordData]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[GetKeywords - Form|GetKeywords]]'''<sup>SKSE</sup> | |||
| '''[[ | |'''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetKiller - Actor|GetKiller]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLength - ObjectReference|GetLength]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLength - StringUtil|GetLength]]'''<sup>SKSE</sup> | ||
| [[ | | [[StringUtil Script|'''StringUtil''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLevel - Actor|GetLevel]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
Line 2,597: | Line 2,702: | ||
|- | |- | ||
| '''[[ | | '''[[GetLeveledActorBase - Actor|GetLeveledActorBase]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetLightFade - Light|GetLightFade]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Light Script|Light]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetLightFOV - Light|GetLightFOV]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Light Script|Light]]''' | |||
| | | | ||
|- | |- | ||
| '''[[GetLightingTemplate - Cell|GetLightingTemplate]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Cell Script|Cell]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLightLevel - Actor|GetLightLevel]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetLightRadius - Light|GetLightRadius]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Light Script|Light]]''' | ||
| [[ | | | ||
|- | |||
| '''[[GetLightRGB - Light|GetLightRGB]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Light Script|Light]]''' | |||
| | | | ||
|- | |||
| '''[[GetLightShadowDepthBias - Light|GetLightShadowDepthBias]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Light Script|Light]]''' | |||
| | | | ||
|- | |- | ||
| '''[[GetLightType - Light|GetLightType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Light Script|Light]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetLinkedChildren - ObjectReference|GetLinkedChildren]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLinkedRef - ObjectReference|GetLinkedRef]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetLocalGravity - Game|GetLocalGravity]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetLocalGravityActor - Actor|GetLocalGravityActor]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLocation - LocationAlias|GetLocation]]''' | ||
| [[ | | [[LocationAlias Script|'''LocationAlias''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLockLevel - ObjectReference|GetLockLevel]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
Line 2,668: | Line 2,778: | ||
|- | |- | ||
| '''[[ | | '''[[GetLuminosity - ColorForm|GetLuminosity]]'''<sup>SKSE</sup> | ||
| [[ | | [[ColorForm Script|'''ColorForm''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetMagicEffects - Potion|GetMagicEffects]]'''<sup>SKSE</sup> | ||
|[[ | |'''[[Potion Script|Potion]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetMagicEffectSound - MagicEffect|GetMagicEffectSound]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[MagicEffect Script|MagicEffect]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[GetMagicEffectSource - ObjectReference|GetMagicEffectSource]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetMappedKey - Input|GetMappedKey]]'''<sup>SKSE</sup> | ||
| [[ | | [[Input Script|'''Input''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetMaskForSlot - Armor|GetMaskForSlot]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetMass - ObjectReference|GetMass]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[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[] | |||
|- | |||
| '''[[GetMaterialType - ObjectReference|GetMaterialType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |||
|'''[[GetMaxFrameRate - Utility|GetMaxFrameRate]]''' | |||
|'''[[Utility Script|Utility]]''' | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetMaxRange - Weapon|GetMaxRange]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetMembraneFillTexture - EffectShader|GetMembraneFillTexture]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[EffectShader Script|EffectShader]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetMembraneHolesTexture - EffectShader|GetMembraneHolesTexture]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[EffectShader Script|EffectShader]]''' | |||
| | | | ||
|- | |- | ||
| '''[[GetMembranePaletteTexture - EffectShader|GetMembranePaletteTexture]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[EffectShader Script|EffectShader]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetMenuContainer - UI|GetMenuContainer]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[UI Script|UI]]''' | |||
| | | | ||
|- | |- | ||
|'''[[GetMinFrameRate - Utility|GetMinFrameRate]]''' | |||
| '''[[ | |'''[[Utility Script|Utility]]''' | ||
| [[ | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetMinRange - Weapon|GetMinRange]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModAuthor - Game|GetModAuthor]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModByName - Game|GetModByName]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModCount - Game|GetModCount]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModDependencyCount - Game|GetModDependencyCount]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModDescription - Game|GetModDescription]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModelPath - Armor|GetModelPath]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | | ||
| [[HasWorldModel - Form|HasWorldModel]], [[SetWorldModelPath - Form|SetWorldModelPath]] | |||
|- | |- | ||
| '''[[ | | '''[[GetModelPath - Weapon|GetModelPath]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetModName - Game|GetModName]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetMotionType - ObjectReference|GetMotionType]]'''<sup>PO3 PE SSE</sup> | ||
|[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |||
| '''[[GetMount - Actor|GetMount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetName - Alias|GetName]]'''<sup>SKSE</sup> | ||
| [[ | | [[Alias Script|'''Alias''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetName - Form|GetName]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNoBleedoutRecovery - Actor|GetNoBleedoutRecovery]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthChar - StringUtil|GetNthChar]]'''<sup>SKSE</sup> | ||
| [[ | | [[StringUtil Script|'''StringUtil''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectArea - Enchantment|GetNthEffectArea]]'''<sup>SKSE</sup> | ||
| [[ | | [[Enchantment Script|'''Enchantment''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectArea - Ingredient|GetNthEffectArea]]'''<sup>SKSE</sup> | ||
| | | [[Ingredient Script|'''Ingredient''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectArea - Potion|GetNthEffectArea]]'''<sup>SKSE</sup> | ||
| [[Potion Script|'''Potion''']] | |||
| | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectArea - Scroll|GetNthEffectArea]]'''<sup>SKSE</sup> | ||
| [[ | | [[Scroll Script|'''Scroll''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectArea - Spell|GetNthEffectArea]]'''<sup>SKSE</sup> | ||
| [[ | | [[Spell Script|'''Spell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectDuration - Enchantment|GetNthEffectDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[Enchantment Script|'''Enchantment''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectDuration - Ingredient|GetNthEffectDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[Ingredient Script|'''Ingredient''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectDuration - Potion|GetNthEffectDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[Potion Script|'''Potion''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectDuration - Scroll|GetNthEffectDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[Scroll Script|'''Scroll''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectDuration - Spell|GetNthEffectDuration]]'''<sup>SKSE</sup> | ||
| [[ | | [[Spell Script|'''Spell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagicEffect - Enchantment|GetNthEffectMagicEffect]]'''<sup>SKSE</sup> | ||
| [[ | | [[Enchantment Script|'''Enchantment''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagicEffect - Ingredient|GetNthEffectMagicEffect]]'''<sup>SKSE</sup> | ||
| [[ | | [[Ingredient Script|'''Ingredient''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagicEffect - Potion|GetNthEffectMagicEffect]]'''<sup>SKSE</sup> | ||
| [[ | | [[Potion Script|'''Potion''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagicEffect - Scroll|GetNthEffectMagicEffect]]'''<sup>SKSE</sup> | ||
| [[ | | [[Scroll Script|'''Scroll''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|[[ | |||
| | | '''[[GetNthEffectMagicEffect - Spell|GetNthEffectMagicEffect]]'''<sup>SKSE</sup> | ||
| [[Spell Script|'''Spell''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagnitude - Enchantment|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[ | | [[Enchantment Script|'''Enchantment''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagnitude - Ingredient|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[ | | [[Ingredient Script|'''Ingredient''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagnitude - Potion|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[ | | [[Potion Script|'''Potion''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
| | | '''[[GetNthEffectMagnitude - Scroll|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[Scroll Script|'''Scroll''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthEffectMagnitude - Spell|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[ | | [[Spell Script|'''Spell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetNthEntryValue - Perk|GetNthEntryValue]]'''<sup>SKSE</sup> | ||
| | |[[Perk Script|'''Perk''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthForm - ObjectReference|GetNthForm]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthHeadPart - ActorBase|GetNthHeadPart]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ActorBase Script|ActorBase]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthIngredient - ConstructibleObject|GetNthIngredient]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthIngredientQuantity - ConstructibleObject|GetNthIngredientQuantity]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthKeyPressed - Input|GetNthKeyPressed]]'''<sup>SKSE</sup> | ||
| [[ | | [[Input Script|'''Input''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthKeyword - Form|GetNthKeyword]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthLinkedRef - ObjectReference|GetNthLinkedRef]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthModDependency - Game|GetNthModDependency]]'''<sup>SKSE</sup> | ||
| [[Game Script|'''Game''']] | | [[Game Script|'''Game''']] | ||
| | | | ||
Line 3,028: | Line 3,138: | ||
|- | |- | ||
| '''[[ | | '''[[GetNthParent - EquipSlot|GetNthParent]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[EquipSlot Script|EquipSlot]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthPart - Outfit|GetNthPart]]'''<sup>SKSE</sup> | ||
| [[ | | [[Outfit Script|'''Outfit''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetNthPerk - ActorBase|GetNthPerk]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActorBase Script|ActorBase]]''' | ||
| [[ | | | ||
|- | |||
|'''[[GetNthPlayableRace - Race|GetNthPlayableRace]]'''<sup>SKSE</sup> | |||
|'''[[Race Script|Race]]''' | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthRef - Cell|GetNthRef]]'''<sup>SKSE</sup> | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthSpell - Actor|GetNthSpell]]'''<sup>SKSE</sup> | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthSpell - ActorBase|GetNthSpell]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNthSpell - Race|GetNthSpell]]'''<sup>SKSE</sup> | ||
| [[ | | [[Race Script|'''Race''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetNumActorsInHigh - Game|GetNumActorsInHigh]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumEffects - Enchantment|GetNumEffects]]'''<sup>SKSE</sup> | ||
| [[Enchantment Script|'''Enchantment''']] | | [[Enchantment Script|'''Enchantment''']] | ||
| | | | ||
Line 3,088: | Line 3,193: | ||
|- | |- | ||
| '''[[ | | '''[[GetNumEffects - Ingredient|GetNumEffects]]'''<sup>SKSE</sup> | ||
| [[Ingredient Script|'''Ingredient''']] | | [[Ingredient Script|'''Ingredient''']] | ||
| | | | ||
Line 3,094: | Line 3,199: | ||
|- | |- | ||
| '''[[ | | '''[[GetNumEffects - Potion|GetNumEffects]]'''<sup>SKSE</sup> | ||
| [[Potion Script| | | '''[[Potion Script|Potion]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumEffects - Scroll|GetNumEffects]]'''<sup>SKSE</sup> | ||
| [[Scroll Script|'''Scroll''']] | | [[Scroll Script|'''Scroll''']] | ||
| | | | ||
Line 3,106: | Line 3,211: | ||
|- | |- | ||
| '''[[ | | '''[[GetNumEffects - Spell|GetNumEffects]]'''<sup>SKSE</sup> | ||
| [[Spell Script|'''Spell''']] | | [[Spell Script|'''Spell''']] | ||
| | | | ||
Line 3,112: | Line 3,217: | ||
|- | |- | ||
| '''[[ | | '''[[GetNumHeadParts - ActorBase|GetNumHeadParts]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumIngredients - ConstructibleObject|GetNumIngredients]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumItems - ObjectReference|GetNumItems]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumKeysPressed - Input|GetNumKeysPressed]]'''<sup>SKSE</sup> | ||
| [[ | | [[Input Script|'''Input''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumKeywords - Form|GetNumKeywords]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumParents - EquipSlot|GetNumParents]]'''<sup>SKSE</sup> | ||
| [[ | | [[EquipSlot Script|'''EquipSlot''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumParts - Outfit|GetNumParts]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Outfit Script|Outfit]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[GetNumPlayableRaces - Race|GetNumPlayableRaces]]'''<sup>SKSE</sup> | |||
| '''[[ | |'''[[Race Script|Race]]''' | ||
| [[ | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetNumRefs - Cell|GetNumRefs]]'''<sup>SKSE</sup> | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetObjectUnderFeet - Actor|GetObjectUnderFeet]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetOffersServices - Actor|GetOffersServices]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOpenState - ObjectReference|GetOpenState]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
Line 3,178: | Line 3,284: | ||
|- | |- | ||
| '''[[ | | '''[[GetOutfit - ActorBase|GetOutfit]]'''<sup>SKSE</sup> | ||
| | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOutgoingWeather - Weather|GetOutgoingWeather]]''' | ||
| | | [[Weather Script|'''Weather''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOwningQuest - Alias|GetOwningQuest]]''' | ||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOwningQuest - Package|GetOwningQuest]]''' | ||
| [[ | | [[Package Script|'''Package''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOwningQuest - Scene|GetOwningQuest]]''' | ||
| [[ | | [[Scene Script|'''Scene''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetOwningQuest - TopicInfo|GetOwningQuest]]''' | ||
| [[ | | '''[[TopicInfo Script|TopicInfo]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetPackageIdles - Package|GetPackageIdles]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Package Script|Package]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetPackageType - Package|GetPackageType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Package Script|Package]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetParentCell - ObjectReference|GetParentCell]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetParentLocation - Location|GetParentLocation]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Location Script|Location]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetParticleFullCount - EffectShader|GetParticleFullCount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[EffectShader Script|EffectShader]]''' | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[GetParticlePersistentCount - EffectShader|GetParticlePersistentCount]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[EffectShader Script|EffectShader]]''' | ||
| | | | ||
|- | |||
| '''[[GetParticleShaderTexture - EffectShader|GetParticleShaderTexture]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[EffectShader Script|EffectShader]]''' | |||
| | |||
|- | |||
| '''[[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 | |||
|- | |||
| '''[[GetPerkCount - ActorBase|GetPerkCount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ActorBase Script|ActorBase]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPerkPoints - Game|GetPerkPoints]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPlatformName - Debug|GetPlatformName]]''' | ||
| [[ | | [[Debug Script|'''Debug''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPlayer - Game|GetPlayer]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPlayerControls - Actor|GetPlayerControls]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetPlayerFollowers - Game|GetPlayerFollowers]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPlayerGrabbedRef - Game|GetPlayerGrabbedRef]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPlayersLastRiddenHorse - Game|GetPlayersLastRiddenHorse]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPositionX - ObjectReference|GetPositionX]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPositionY - ObjectReference|GetPositionY]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetPositionZ - ObjectReference|GetPositionZ]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetPrimaryActorValue - MagicEffect|GetPrimaryActorValue]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[MagicEffect Script|MagicEffect]]''' | ||
| '''[[ | |||
| | | | ||
|- | |||
| '''[[GetProjectileImpactForce - Projectile|GetProjectileImpactForce]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Projectile Script|Projectile]]''' | |||
| | | | ||
|- | |- | ||
| '''[[GetProjectileRange - Projectile|GetProjectileRange]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Projectile Script|Projectile]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetProjectileSpeed - Projectile|GetProjectileSpeed]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Projectile Script|Projectile]]''' | |||
| | | | ||
|- | |- | ||
| '''[[GetProjectileType - Projectile|GetProjectileType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Projectile Script|Projectile]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetQuestItems - ObjectReference|GetQuestItems]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRace - Actor|GetRace]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRace - ActorBase|GetRace]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetRace - Race|GetRace]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
| | | | ||
|gets race by editorID string | |||
|- | |||
| '''[[GetRaceEditorID - MiscUtil|GetRaceEditorID]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|string | |||
|- | |||
| '''[[GetRandomActorFromRef - ObjectReference|GetRandomActorFromRef]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetReach - Weapon|GetReach]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetReaction - Faction|GetReaction]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRealHoursPassed - Game|GetRealHoursPassed]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRed - ColorForm|GetRed]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ColorForm Script|ColorForm]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetRefAliases - ObjectReference|GetRefAliases]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| '''[[ | |||
| | | | ||
|- | |||
| '''[[GetRefCount - ObjectReference|GetRefCount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetReference - ReferenceAlias|GetReference]]''' | ||
| [[ | | [[ReferenceAlias Script|'''ReferenceAlias''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRefTypeAliveCount - Location|GetRefTypeAliveCount]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRefTypeDeadCount - Location|GetRefTypeDeadCount]]''' | ||
| | | [[Location Script|'''Location''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetRelationshipRank - Actor|GetRelationshipRank]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetRelationships - ActorBase|GetRelationships]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActorBase Script|ActorBase]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetResult - ConstructibleObject|GetResult]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetResultQuantity - ConstructibleObject|GetResultQuantity]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetRider - Actor|GetRider]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[Actor Script| | |||
| | | | ||
|- | |||
| '''[[GetRunningPackage - Actor|GetRunningPackage]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSaturation - ColorForm|GetSaturation]]'''<sup>SKSE</sup> | ||
| [[ | | [[ColorForm Script|'''ColorForm''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetSecondaryActorValue - MagicEffect|GetSecondaryActorValue]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[MagicEffect Script|MagicEffect]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetScale - ObjectReference|GetScale]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetScriptVersion - PapyrusUtil|GetScriptVersion]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |- | ||
| '''[[ | | '''[[GetSex - ActorBase|GetSex]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSitState - Actor|GetSitState]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSize - FormList|GetSize]]''' | ||
| [[ | | [[FormList Script|'''FormList''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSkill - Book|GetSkill]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Book Script|Book]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetSkin - Race|GetSkin]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetSkinColor - Actor|GetSkinColor]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSkyMode - Weather|GetSkyMode]]''' | ||
| [[ | | [[Weather Script|'''Weather''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSleepState - Actor|GetSleepState]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSlotMask - Armor|GetSlotMask]]'''<sup>SKSE</sup> | ||
| | | [[Armor Script|'''Armor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetSortedActorNames - Array|GetSortedActorNames]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Array Script|Array]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetSortedNPCNames - Array|GetSortedNPCNames]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Array Script|Array]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSpeed - Weapon|GetSpeed]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSpell - Book|GetSpell]]'''<sup>SKSE</sup> | ||
| [[ | | [[Book Script|'''Book''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSpellCount - Actor|GetSpellCount]]'''<sup>SKSE</sup> | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
Line 3,511: | Line 3,659: | ||
|- | |- | ||
| '''[[ | | '''[[GetSpellCount - ActorBase|GetSpellCount]]'''<sup>SKSE</sup> | ||
| | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSpellCount - Race|GetSpellCount]]'''<sup>SKSE</sup> | ||
| | | [[Race Script|'''Race''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetSpellType - Spell|GetSpellType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Spell Script|Spell]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetStagger - Weapon|GetStagger]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetState - All Scripts|GetState]]''' | ||
| '''All Scripts''' | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetStolenItemValueCrime - Faction|GetStolenItemValueCrime]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetStolenItemValueNoCrime - Faction|GetStolenItemValueNoCrime]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | |||
| | | | ||
|- | |||
| '''[[GetStoredSoulSize - ObjectReference|GetStoredSoulSize]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetString - Keyword|GetString]]'''<sup>SKSE</sup> | ||
| | | [[Keyword Script|'''Keyword''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[GetString - UI|GetString]]'''<sup>SKSE</sup> | ||
| | |[[UI Script|'''UI''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetStringValue - JsonUtil|GetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[ | | '''[[GetSunGlare - Weather|GetSunGlare]]'''<sup>SKSE</sup> | ||
| [[Weather Script|'''Weather''']] | | [[Weather Script|'''Weather''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSunPositionX - Game|GetSunPositionX]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSunPositionY - Game|GetSunPositionY]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetSunPositionZ - Game|GetSunPositionZ]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetSurfaceMaterialType - Game|GetSurfaceMaterialType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetSystemTime - Utility|GetSystemTime]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Utility Script|Utility]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTargetActor - ActiveMagicEffect|GetTargetActor]]''' | ||
| [[ | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTemplate - Package|GetTemplate]]''' | ||
| [[ | | '''[[Package Script|Package]]''' | ||
| | |||
| | | | ||
|- | |||
| '''[[GetTimeDead - Actor|GetTimeDead]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTimeElapsed - ActiveMagicEffect|GetTimeElapsed]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | |||
| | | | ||
|- | |||
| '''[[GetTimeOfDeath - Actor|GetTimeOfDeath]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTotalArmorWeight - ObjectReference|GetTotalArmorWeight]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTotalItemWeight - ObjectReference|GetTotalItemWeight]]'''<sup>SKSE</sup> | ||
| ''' | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetTriggerObjectCount - ObjectReference|GetTriggerObjectCount]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetType - Form|GetType]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetType - HeadPart|GetType]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[HeadPart Script|HeadPart]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
|[[ | | '''[[GetValue - GlobalVariable|GetValue]]''' | ||
| [[GlobalVariable Script|'''GlobalVariable''']] | |||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetValueInt - GlobalVariable|GetValueInt]]''' | ||
| [[ | | [[GlobalVariable Script|'''GlobalVariable''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetVendorFaction - Actor|GetVendorFaction]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |||
| '''[[GetVendorFactionContainer - Faction|GetVendorFactionContainer]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Faction Script|Faction]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVersion - SKSE|GetVersion]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[SKSE Script|SKSE]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVersionBeta - SKSE|GetVersionBeta]]'''<sup>SKSE</sup> | ||
| [[ | | [[SKSE Script|'''SKSE''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVersionMinor - SKSE|GetVersionMinor]]'''<sup>SKSE</sup> | ||
| [[ | | [[SKSE Script|'''SKSE''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVersionNumber - Debug|GetVersionNumber]]''' | ||
| | | [[Debug Script|'''Debug''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVersionRelease - SKSE|GetVersionRelease]]'''<sup>SKSE</sup> | ||
| [[ | | [[SKSE Script|'''SKSE''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVoiceRecoveryTime - Actor|GetVoiceRecoveryTime]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetVoiceType - ObjectReference|GetVoiceType]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | |||
|- | |||
|'''[[GetWaterLevel - Cell|GetWaterLevel]]'''<sup>SKSE</sup> | |||
|'''[[Cell Script|Cell]]''' | |||
|Float | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWeaponType - Weapon|GetWeaponType]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetWeatherType - Weather|GetWeatherType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Weather Script|Weather]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWeight - ActorBase|GetWeight]]'''<sup>SKSE</sup> | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWeight - Form|GetWeight]]'''<sup>SKSE</sup> | ||
| | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWeightClass - Armor|GetWeightClass]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWidth - ObjectReference|GetWidth]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetWindSpeedAsFloat - Weather|GetWindSpeedAsFloat]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Weather Script|Weather]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[GetWindSpeedAsInt - Weather|GetWindSpeedAsInt]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Weather Script|Weather]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWorkbenchKeyword - ConstructibleObject|GetWorkbenchKeyword]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[GetWorldModelNthTextureSet - Form|'''GetWorldModelNthTextureSet''']]<sup>SKSE</sup> | |||
| '''[[ | |'''[[Form Script|'''Form''']] | ||
| | | | ||
|- | |||
|'''[[GetWorldModelNumTextureSets - Form|GetWorldModelNumTextureSets]]'''<sup>SKSE</sup> | |||
|'''[[Form Script|Form]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWorldSpace - ObjectReference|GetWorldSpace]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetWornForm - Actor|GetWornForm]]'''<sup>SKSE</sup> | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[GetVersion - PapyrusUtil|GetVersion]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| [[ | |int | ||
|- | |||
| '''[[GivePlayerSpellBook - Debug|GivePlayerSpellBook]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Debug Script|Debug]]''' | |||
| | | | ||
|- | |||
| '''[[GotoState - All Scripts|GotoState]]''' | |||
| '''All Scripts''' | |||
| | | | ||
|- | |||
|} | |||
=== 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 width=90|Returns | |||
!align=left class="unsortable"|Description | |||
|- | |- | ||
|'''[[ | | '''[[HasAssociation - Actor|HasAssociation]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasCommonParent - Location|HasCommonParent]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasEffectKeyword - ObjectReference|HasEffectKeyword]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasFamilyRelationship - Actor|HasFamilyRelationship]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasForm - FormList|HasForm]]''' | ||
| [[ | | [[FormList Script|'''FormList''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasKeyword - Form|HasKeyword]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
| | | [[GetKeyword - Keyword|GetKeyword]], [[GetKeywords - Form|GetKeywords]] | ||
|- | |- | ||
| '''[[ | | '''[[HasKeywordString - Form|HasKeywordString]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | |||
| | |||
| [[GetKeyword - Keyword|GetKeyword]] | |||
|[[Form Script|'''Form''']] | |||
| | |||
|[[ | |||
|- | |- | ||
| '''[[ | | '''[[HasLOS - Actor|HasLOS]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasMagicEffect - Actor|HasMagicEffect]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]]''' | ||
| ''' | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasNode - ObjectReference|HasNode]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasParentRelationship - Actor|HasParentRelationship]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasPerk - Actor|HasPerk]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasRefType - Location|HasRefType]]''' | ||
| | | [[Location Script|'''Location''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasRefType - ObjectReference|HasRefType]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HasSpell - Actor|HasSpell]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
| | |||
|- | |||
|'''[[HasWorldModel - Form|HasWorldModel]]'''<sup>SKSE</sup> | |||
|[[Form Script|'''Form''']] | |||
| | |||
|[[GetWorldModelPath - Form|GetWorldModelPath]], [[SetWorldModelPath - Form|SetWorldModelPath]] | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HideTitleSequenceMenu - Game|HideTitleSequenceMenu]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[HoldKey - Input|HoldKey]]'''<sup>SKSE</sup> | ||
| | | [[Input Script|'''Input''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[HasActiveSpell - Actor|HasActiveSpell]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | |||
| | |||
| | |||
|- | |||
| '''[[HasArtObject - ObjectReference|HasArtObject]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
| | |||
|- | |||
| '''[[HasDeferredKill - Actor|HasDeferredKill]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | |||
| | |||
|- | |||
| '''[[HasEffectShader - ObjectReference|HasEffectShader]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
| | |||
|- | |||
| '''[[HasMagicEffectWithArchetype - Actor|HasMagicEffectWithArchetype]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|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]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[HasFormValue - JsonUtil|HasFormValue]]'''<sup>PU SE</sup> | ||
| '''[[JsonUtil Script|JsonUtil]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[HasIntValue - JsonUtil|HasIntValue]]'''<sup>PU SE</sup> | ||
| '''[[JsonUtil Script|JsonUtil]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[HasStringValue - JsonUtil|HasStringValue]]'''<sup>PU SE</sup> | ||
| '''[[JsonUtil Script|JsonUtil]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |} | ||
| | |||
=== 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''']] | |||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IncrementSkill - Game|IncrementSkill]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IncrementSkillBy - Game|IncrementSkillBy]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IncrementStat - Game|IncrementStat]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[InterruptCast - ObjectReference|InterruptCast]]''' | ||
| | | [[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 | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Is3DLoaded - ObjectReference|Is3DLoaded]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
| Bool | |||
| | |||
| | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsActionComplete - Scene|IsActionComplete]]''' | ||
| | | [[Scene Script|'''Scene''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsActivateChild - ObjectReference|IsActivateChild]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsActivateControlsEnabled - Game|IsActivateControlsEnabled]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsActivationBlocked - ObjectReference|IsActivationBlocked]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsActive - Quest|IsActive]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsAIEnabled - Actor|IsAIEnabled]]'''<sup>SKSE</sup> | ||
| | | [[Actor Script|'''Actor''']] | ||
| Bool | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsAlarmed - Actor|IsAlarmed]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| Bool | |||
| | |||
| | |||
| | |||
|- | |- | ||
| '''[[IsAlerted - Actor|IsAlerted]]''' | |||
| '''[[ | |||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsAllowedToFly - Actor|IsAllowedToFly]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsArrested - Actor|IsArrested]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsArrestingTarget - Actor|IsArrestingTarget]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsAttached - Cell|IsAttached]]''' | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBattleAxe - Weapon|IsBattleAxe]]'''<sup>SKSE</sup> | ||
| [[ | | [[Weapon Script|'''Weapon''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBeingRidden - Actor|IsBeingRidden]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBleedingOut - Actor|IsBleedingOut]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBoots - Armor|IsBoots]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBow - Weapon|IsBow]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsBribed - Actor|IsBribed]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsCamSwitchControlsEnabled - Game|IsCamSwitchControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsChild - Actor|IsChild]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsChild - Location|IsChild]]''' | ||
| [[Location Script|'''Location''']] | | [[Location Script|'''Location''']] | ||
| | | Bool | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[IsChildRace - Race|IsChildRace]]'''<sup>SKSE</sup> | ||
|[[ | |'''[[Race Script|Race]]''' | ||
| | |Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsCleared - Location|IsCleared]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| | | Bool | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[IsClothing - Armor|IsClothing]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingBody - Armor|IsClothingBody]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingFeet - Armor|IsClothingFeet]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingHands - Armor|IsClothingHands]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingHead - Armor|IsClothingHead]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingPoor - Armor|IsClothingPoor]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingRich - Armor|IsClothingRich]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[IsClothingRing - Armor|IsClothingRing]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[IsCommandedActor - Actor|IsCommandedActor]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| Bool | |||
| '''[[ | |||
| [[ | |||
| | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsCompleted - Quest|IsCompleted]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsCuirass - Armor|IsCuirass]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | Bool | ||
| | |||
|- | |||
| '''[[IsDagger - Weapon|IsDagger]]'''<sup>SKSE</sup> | |||
| '''[[Weapon Script|Weapon]]''' | |||
| Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsDead - Actor|IsDead]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsDeleted - ObjectReference|IsDeleted]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | Bool | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
|[[ | | '''[[IsDetectedBy - Actor|IsDetectedBy]]''' | ||
| [[Actor Script|'''Actor''']] | |||
| Bool | |||
| | | | ||
|- | |||
| '''[[IsDigit - StringUtil|IsDigit]]'''<sup>SKSE</sup> | |||
| [[StringUtil Script|'''StringUtil''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
|'''[[ | |||
|[[ | | '''[[IsDisabled - ObjectReference|IsDisabled]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
| Bool | |||
| | | | ||
|- | |||
| '''[[IsDoingFavor - Actor|IsDoingFavor]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| Bool | |||
| | | | ||
|- | |- | ||
|'''[[ | |||
|[[ | | '''[[IsEnabled - ObjectReference|IsEnabled]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | |||
| Bool | |||
| | | | ||
| | |- | ||
| '''[[IsEquipped - Actor|IsEquipped]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| Bool | |||
|'''[[ | |||
|[[ | |||
| | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsEssential - Actor|IsEssential]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsEssential - ActorBase|IsEssential]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFactionInCrimeGroup - Faction|IsFactionInCrimeGroup]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFastTravelControlsEnabled - Game|IsFastTravelControlsEnabled]]''' | ||
| [[Game Script|'''Game''']] | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
Line 4,219: | Line 4,509: | ||
|- | |- | ||
| '''[[ | | '''[[IsFastTravelEnabled - Game|IsFastTravelEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFightingControlsEnabled - Game|IsFightingControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFlying - Actor|IsFlying]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
Line 4,237: | Line 4,527: | ||
|- | |- | ||
| '''[[ | | '''[[IsFood - Potion|IsFood]]'''<sup>SKSE</sup> | ||
| [[ | | [[Potion Script|'''Potion''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFurnitureInUse - ObjectReference|IsFurnitureInUse]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsFurnitureMarkerInUse - ObjectReference|IsFurnitureMarkerInUse]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsGauntlets - Armor|IsGauntlets]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsGhost - Actor|IsGhost]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
Line 4,267: | Line 4,557: | ||
|- | |- | ||
| '''[[ | | '''[[IsGreatsword - Weapon|IsGreatsword]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsGuard - Actor|IsGuard]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHarvested - ObjectReference|IsHarvested]]'''<sup>SKSE</sup> | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHeavyArmor - Armor|IsHeavyArmor]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHelmet - Armor|IsHelmet]]'''<sup>SKSE</sup> | ||
| [[Armor Script|'''Armor''']] | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
Line 4,297: | Line 4,587: | ||
|- | |- | ||
| '''[[ | | '''[[IsHostile - Enchantment|IsHostile]]''' | ||
| | | [[Enchantment Script|'''Enchantment''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHostile - Ingredient|IsHostile]]''' | ||
| [[ | | [[Ingredient Script|'''Ingredient''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHostile - Potion|IsHostile]]''' | ||
| [[ | | [[Potion Script|'''Potion''']] | ||
| Bool | |||
| | |||
|- | |||
| '''[[IsHostile - Spell|IsHostile]]''' | |||
| [[Spell Script|'''Spell''']] | |||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsHostileToActor - Actor|IsHostileToActor]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
Line 4,321: | Line 4,617: | ||
|- | |- | ||
| '''[[ | | '''[[IsIgnoringFriendlyHits - ObjectReference|IsIgnoringFriendlyHits]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[IsImmobile - Race|IsImmobile]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
|Bool | |Bool | ||
Line 4,332: | Line 4,628: | ||
|- | |- | ||
| '''[[ | | '''[[IsInCombat - Actor|IsInCombat]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInDialogueWithPlayer - ObjectReference|IsInDialogueWithPlayer]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInFaction - Actor|IsInFaction]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInInterior - ObjectReference|IsInInterior]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInKillMove - Actor|IsInKillMove]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInLocation - ObjectReference|IsInLocation]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInMenuMode - Utility|IsInMenuMode]]''' | ||
| [[ | | [[Utility Script|'''Utility''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInterior - Cell|IsInterior]]''' | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsIntimidated - Actor|IsIntimidated]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsInvulnerable - ActorBase|IsInvulnerable]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsJewelry - Armor|IsJewelry]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsJournalControlsEnabled - Game|IsJournalControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsKeyPressed - Input|IsKeyPressed]]'''<sup>SKSE</sup> | ||
| | | [[Input Script|'''Input''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsLetter - StringUtil|IsLetter]]'''<sup>SKSE</sup> | ||
| [[ | | [[StringUtil Script|'''StringUtil''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsLightArmor - Armor|IsLightArmor]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsLoaded - Location|IsLoaded]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsLocked - ObjectReference|IsLocked]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsLookingControlsEnabled - Game|IsLookingControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsMace - Weapon|IsMace]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsMapMarkerVisible - ObjectReference|IsMapMarkerVisible]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
Line 4,452: | Line 4,748: | ||
|- | |- | ||
| '''[[ | | '''[[IsMenuControlsEnabled - Game|IsMenuControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsMenuOpen - UI|IsMenuOpen]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[UI Script|UI]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsMovementControlsEnabled - Game|IsMovementControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsNearPlayer - ObjectReference|IsNearPlayer]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| Bool | | Bool | ||
| | |||
|- | |||
|'''[[IsNotPushable - Race|IsNotPushable]]'''<sup>SKSE</sup> | |||
|'''[[Race Script|Race]]''' | |||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsObjectiveCompleted - Quest|IsObjectiveCompleted]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsObjectiveDisplayed - Quest|IsObjectiveDisplayed]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsObjectiveFailed - Quest|IsObjectiveFailed]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsOnMount - Actor|IsOnMount]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
|'''[[IsOverEncumbered - Actor|IsOverEncumbered]]''' | |||
| '''[[ | |[[Actor Script|'''Actor''']] | ||
| [[ | |Bool | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPlayerExpelled - Faction|IsPlayerExpelled]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPlayersLastRiddenHorse - Actor|IsPlayersLastRiddenHorse]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPlayerSungazing - Game|IsPlayerSungazing]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPlayerTeammate - Actor|IsPlayerTeammate]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | |||
|- | |||
|'''[[IsPlayable - Form|IsPlayable]]'''<sup>SKSE</sup> | |||
|'''[[Form Script|Form]]''' | |||
|Bool | |||
| | |||
|- | |||
|'''[[IsPlayable - Race|IsPlayable]]'''<sup>SKSE</sup> | |||
|'''[[Race Script|Race]]''' | |||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPlaying - Scene|IsPlaying]]''' | ||
| | | [[Scene Script|'''Scene''']] | ||
| Bool | | Bool | ||
| | |||
|- | |||
|'''[[IsPluginInstalled - Game|IsPluginInstalled]]'''<sup>SKSE</sup> | |||
|[[Game Script|'''Game''']] | |||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsProtected - ActorBase|IsProtected]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsPunctuation - StringUtil|IsPunctuation]]'''<sup>SKSE</sup> | ||
| [[ | | [[StringUtil Script|'''StringUtil''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsRaceFlagSet - Race|IsRaceFlagSet]]'''<sup>SKSE</sup> | ||
| [[ | | [[Race Script|'''Race''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsRead - Book|IsRead]]'''<sup>SKSE</sup> | ||
| [[ | | [[Book Script|'''Book''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsRunning - Actor|IsRunning]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsRunning - Quest|IsRunning]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsSameLocation - Location|IsSameLocation]]''' | ||
| [[ | | [[Location Script|'''Location''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsShield - Armor|IsShield]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsSneaking - Actor|IsSneaking]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
Line 4,590: | Line 4,905: | ||
|- | |- | ||
| '''[[ | | '''[[IsSneakingControlsEnabled - Game|IsSneakingControlsEnabled]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsSprinting - Actor|IsSprinting]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
Line 4,607: | Line 4,917: | ||
|- | |- | ||
| '''[[ | | '''[[IsStaff - Weapon|IsStaff]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsStageDone - Quest|IsStageDone]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsStarting - Quest|IsStarting]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsStopped - Quest|IsStopped]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsStopping - Quest|IsStopping]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsSwimming - Actor|IsSwimming]]'''<sup>SKSE</sup> | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsSword - Weapon|IsSword]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsTakeable - Book|IsTakeable]]'''<sup>SKSE</sup> | ||
| [[ | | [[Book Script|'''Book''']] | ||
| Bool | | Bool | ||
| | |||
|- | |||
|'''[[IsTextInputEnabled - UI|IsTextInputEnabled]]'''<sup>SKSE</sup> | |||
|'''[[UI Script|UI]]''' | |||
|Bool | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsTrespassing - Actor|IsTrespassing]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsUnconscious - Actor|IsUnconscious]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsUnique - ActorBase|IsUnique]]''' | ||
| [[ | | [[ActorBase Script|'''ActorBase''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsWarAxe - Weapon|IsWarAxe]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsWarhammer - Weapon|IsWarhammer]]'''<sup>SKSE</sup> | ||
| [[ | | '''[[Weapon Script|Weapon]]''' | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsWeaponDrawn - Actor|IsWeaponDrawn]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[IsWordUnlocked - Game|IsWordUnlocked]]''' | ||
| [[ | | [[Game Script|'''Game''']] | ||
| Bool | | Bool | ||
| | | | ||
|- | |- | ||
| '''[[IntToString - String|IntToString]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[String Script|String]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsActorInWater - Actor|IsActorInWater]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsActorUnderwater - Actor|IsActorUnderwater]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[IsCasting - ObjectReference|IsCasting]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ObjectReference Script| | |||
| | | | ||
|- | |- | ||
| '''[[IsDetectedByAnyone - Actor|IsDetectedByAnyone]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsEffectShaderFlagSet - EffectShader|IsEffectShaderFlagSet]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[EffectShader Script|EffectShader]]''' | ||
| '''[[ | |||
| | | | ||
|- | |- | ||
| '''[[IsFormInMod - Form|IsFormInMod]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsGeneratedForm - Form|IsGeneratedForm]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[IsHazardFlagSet - Hazard|IsHazardFlagSet]]'''<sup>PO3 PE SSE</sup> | ||
|'''[[ | | '''[[Hazard Script|Hazard]]''' | ||
| | | | ||
|- | |- | ||
| '''[[IsLimbGone - Actor|IsLimbGone]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsLoadDoor - ObjectReference|IsLoadDoor]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsPluginFound - Game|IsPluginFound]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsQuadruped - Actor|IsQuadruped]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
|'''[[ | |||
| | | | ||
|- | |- | ||
| '''[[IsQuestItem - ObjectReference|IsQuestItem]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsRecordFlagSet - Form|IsRecordFlagSet]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsRefInWater - ObjectReference|IsRefInWater]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsScriptAttachedToActiveEffect - ActiveMagicEffect|IsScriptAttachedToActiveEffect]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | |||
|'''[[ | |||
|'''[[ | |||
| | | | ||
|- | |- | ||
| '''[[IsScriptAttachedToAlias - Alias|IsScriptAttachedToAlias]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Alias Script|Alias]]''' | |||
|'''[[ | |||
|[[ | |||
| | | | ||
|- | |- | ||
| '''[[IsScriptAttachedToForm - Form|IsScriptAttachedToForm]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsSoulTrapped - Actor|IsSoulTrapped]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Actor Script|Actor]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsSurvivalModeActive - Game|IsSurvivalModeActive]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Game Script|Game]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IsVIP - ObjectReference|IsVIP]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[IntArray - PapyrusUtil|IntArray]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
| [[ | |int[] | ||
| | |||
|- | |- | ||
| '''[[IntListAdd - JsonUtil|IntListAdd]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListAdjust - JsonUtil|IntListAdjust]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |Int | ||
| | |||
|- | |- | ||
| '''[[IntListClear - JsonUtil|IntListClear]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListCopy - JsonUtil|IntListCopy]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |bool | ||
| | |||
|- | |- | ||
| '''[[IntListCount - JsonUtil|IntListCount]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListCountValue - JsonUtil|IntListCountValue]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListFind - JsonUtil|IntListFind]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| '''[[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListGet - JsonUtil|IntListGet]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |Int | ||
| | |||
|- | |- | ||
| '''[[IntListHas - JsonUtil|IntListHas]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |bool | ||
| | |||
|- | |- | ||
| '''[[IntListInsertAt - JsonUtil|IntListInsertAt]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |bool | ||
| | |||
|- | |- | ||
| '''[[IntListRandom - JsonUtil|IntListRandom]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |int | ||
| | |||
|- | |- | ||
| '''[[IntListRemove - JsonUtil|IntListRemove]]'''<sup>PU SE</sup> | |||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[ | |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> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | | '''[[IsPendingSave - JsonUtil|IsPendingSave]]'''<sup>PU SE</sup> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |bool | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |} | ||
| | |||
=== 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> | ||
| '''[[ | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| | |string[] | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |} | ||
| | |||
=== 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 | |||
|- | |||
| '''[[KeepOffsetFromActor - Actor|KeepOffsetFromActor]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Kill - Actor|Kill]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[KillEssential - Actor|KillEssential]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[KillNoWait - Actor|KillNoWait]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | |||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[KillSilent - Actor|KillSilent]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[KnockAreaEffect - ObjectReference|KnockAreaEffect]]''' | |||
| '''[[ | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |} | ||
| | === 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''']] | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LearnEffect - Ingredient|LearnEffect]]''' | ||
| | | [[Ingredient Script|'''Ingredient''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LearnNextEffect - Ingredient|LearnNextEffect]]''' | ||
| | | [[Ingredient Script|'''Ingredient''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LeftShift - Math|LeftShift]]'''<sup>SKSE</sup> | ||
| | | [[Math Script|'''Math''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LoadGame - Game|LoadGame]]'''<sup>SKSE</sup> | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[Lock - ObjectReference|Lock]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LogicalAnd - Math|LogicalAnd]]'''<sup>SKSE</sup> | ||
| | | [[Math Script|'''Math''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LogicalNot - Math|LogicalNot]]'''<sup>SKSE</sup> | ||
| | | [[Math Script|'''Math''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LogicalOr - Math|LogicalOr]]'''<sup>SKSE</sup> | ||
| | | [[Math Script|'''Math''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[LogicalXor - Math|LogicalXor]]'''<sup>SKSE</sup> | ||
| | | [[Math Script|'''Math''']] | ||
| | |||
|- | |- | ||
| '''[[Load - JsonUtil|Load]]'''<sup>PU SE</sup> | |||
| '''[[ | |||
| '''[[JsonUtil Script|JsonUtil]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
|bool | |bool | ||
|- | |- | ||
| '''[[ | |} | ||
| | |||
| | === 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''']] | | [[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> | |||
| '''[[ | |'''[[Race Script|Race]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[ | | '''[[MixColorWithSkinTone - Actor|MixColorWithSkinTone]]'''<sup>PO3 PE SSE</sup> | ||
| [[Actor Script|''' | | '''[[Actor Script|Actor]]''' | ||
| | |||
|- | |||
| '''[[MoveToNearestNavmeshLocation - ObjectReference|MoveToNearestNavmeshLocation]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |||
| '''[[MessageBox - Debug|MessageBox]]''' | |||
| [[Debug Script|'''Debug''']] | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[Mod - GlobalVariable|Mod]]''' | ||
| '''[[ | | '''[[GlobalVariable Script|GlobalVariable]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModActorValue - Actor|ModActorValue]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModArmorRating - Armor|ModArmorRating]]'''<sup>SKSE</sup> | ||
| | | [[Armor Script|'''Armor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ModCrimeGold - Faction|ModCrimeGold]]''' | |||
| [[Faction Script|'''Faction''']] | |||
| '''[[ | |||
| [[ | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModFactionRank - Actor|ModFactionRank]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModObjectiveGlobal - Quest|ModObjectiveGlobal]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModPerkPoints - Game|ModPerkPoints]]'''<sup>SKSE</sup> | ||
| [[ | | [[Game Script|'''Game''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[ModReaction - Faction|ModReaction]]''' | ||
| [[ | | [[Faction Script|'''Faction''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[MoveTo - ObjectReference|MoveTo]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |||
| '''[[MoveToIfUnloaded - ObjectReference|MoveToIfUnloaded]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |||
| '''[[MoveToInteractionLocation - ObjectReference|MoveToInteractionLocation]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[MoveToMyEditorLocation - ObjectReference|MoveToMyEditorLocation]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[MoveToNode - ObjectReference|MoveToNode]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[MoveToPackageLocation - Actor|MoveToPackageLocation]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[MoveToWhenUnloaded - ObjectReference|MoveToWhenUnloaded]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[Mute - SoundCategory|Mute]]''' | ||
| '''[[ | | [[SoundCategory Script|'''SoundCategory''']] | ||
| | | | ||
|- | |||
| '''[[MergeActorArray - PapyrusUtil|MergeActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |- | ||
|} | | '''[[MergeAliasArray - PapyrusUtil|MergeAliasArray]]'''<sup>PU SE</sup> | ||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
=== | |Alias[] | ||
{|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]]-[[# | | '''[[MergeBoolArray - PapyrusUtil|MergeBoolArray]]'''<sup>PU SE</sup> | ||
!align=left width=170|Function | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
!align=left width=90|Member of | |bool[] | ||
!align=left class="unsortable"|Description | |- | ||
| '''[[MergeFloatArray - PapyrusUtil|MergeFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[MergeFormArray - PapyrusUtil|MergeFormArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[MergeIntArray - PapyrusUtil|MergeIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[MergeObjRefArray - PapyrusUtil|MergeObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|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]]''' | |'''[[Race Script|Race]]''' | ||
|Bool | |||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[NoKnockdowns - Race|NoKnockdowns]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
|Bool | |||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[NoShadow - Race|NoShadow]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
|Bool | |||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[Notification - Debug|Notification]]''' | ||
| | | [[Debug Script|'''Debug''']] | ||
| | | | ||
| | | | ||
|- | |||
|} | |||
=== 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]]''' | |||
|'''[[ | |||
|'''[[ | |||
| | | | ||
|- | |- | ||
|'''[[ | |||
|'''[[ | | '''[[OnActorAction - Form|OnActorAction]]'''<sup>SKSE</sup> | ||
| | | [[Form Script|'''Form''']] | ||
| [[RegisterForActorAction - Form|RegisterForActorAction]], [[UnregisterForActorAction - Form|UnregisterForActorAction]] | |||
|- | |- | ||
| '''[[ | | '''[[OnAnimationEvent - Form|OnAnimationEvent]]''' | ||
| '''[[ | | [[Form Script|'''Form''']] | ||
| | | [[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]], [[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]], [[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]] | ||
|- | |||
| '''[[OnAnimationEventUnregistered - Form|OnAnimationEventUnregistered]]''' | |||
| [[Form Script|'''Form''']] | |||
| [[OnAnimationEvent - Form|OnAnimationEvent]], [[RegisterForAnimationEvent - Form|RegisterForAnimationEvent]], [[UnregisterForAnimationEvent - Form|UnregisterForAnimationEvent]] | |||
|- | |- | ||
| '''[[ | |||
| '''[[OnAttachedToCell - ObjectReference|OnAttachedToCell]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnCellAttach - ObjectReference|OnCellAttach]]''' | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnCellDetach - ObjectReference|OnCellDetach]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnCellLoad - ObjectReference|OnCellLoad]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnClose - ObjectReference|OnClose]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnCombatStateChanged - Actor|OnCombatStateChanged]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnContainerChanged - ObjectReference|OnContainerChanged]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnControlDown - Form|OnControlDown]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | [[RegisterForControl - Form|RegisterForControl]], [[UnregisterForControl - Form|UnregisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]] | ||
|- | |- | ||
| '''[[ | | '''[[OnControlUp - Form|OnControlUp]]'''<sup>SKSE</sup> | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | [[RegisterForControl - Form|RegisterForControl]], [[UnregisterForControl - Form|UnregisterForControl]], [[UnregisterForAllControls - Form|UnregisterForAllControls]] | ||
|- | |- | ||
| '''[[ | | '''[[OnCrosshairRefChange - Form|OnCrosshairRefChange]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | |||
| [[GetCurrentCrosshairRef - Game|GetCurrentCrosshairRef]], [[RegisterForCrosshairRef - Form|RegisterForCrosshairRef,]] [[UnregisterForCrosshairRef - Form|UnregisterForCrosshairRef]] | |||
|- | |||
| '''[[OnDeath - Actor|OnDeath]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| | |||
|- | |||
| '''[[OnDestructionStageChanged - ObjectReference|OnDestructionStageChanged]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnDetachedFromCell - ObjectReference|OnDetachedFromCell]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnDying - Actor|OnDying]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnEffectFinish - ActiveMagicEffect|OnEffectFinish]]''' | ||
| | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnEffectStart - ActiveMagicEffect|OnEffectStart]]''' | ||
| | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnEnterBleedout - Actor|OnEnterBleedout]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnEquipped - ObjectReference|OnEquipped]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnGainLOS - Form|OnGainLOS]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| [[RegisterForLOS - Form|RegisterForLOS]], [[RegisterForSingleLOSGain - Form|RegisterForSingleLOSGain]] | |||
|- | |||
| '''[[OnGetUp - Actor|OnGetUp]]''' | |||
| [[Actor Script|'''Actor''']] | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnGrab - ObjectReference|OnGrab]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnHit - ObjectReference|OnHit]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnItemAdded - ObjectReference|OnItemAdded]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |||
| '''[[OnItemRemoved - ObjectReference|OnItemRemoved]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnKeyDown - Form|OnKeyDown]]'''<sup>SKSE</sup> | ||
| | | [[Form Script|'''Form''']] | ||
| [[RegisterForKey - Form|RegisterForKey]], [[UnregisterForKey - Form|UnregisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]] | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[OnKeyUp - Form|OnKeyUp]]'''<sup>SKSE</sup> | ||
|Form[] | | [[Form Script|'''Form''']] | ||
| [[RegisterForKey - Form|RegisterForKey]], [[UnregisterForKey - Form|UnregisterForKey]], [[UnregisterForAllKeys - Form|UnregisterForAllKeys]] | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnLoad - ObjectReference|OnLoad]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[OnLocationChange - Actor|OnLocationChange]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OnLockStateChanged - ObjectReference|OnLockStateChanged]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[OnLostLOS - Form|OnLostLOS]]''' | |||
| [[Form Script|'''Form''']] | |||
| [[RegisterForLOS - Form|RegisterForLOS]], [[RegisterForSingleLOSLost - Form|RegisterForSingleLOSLost]] | |||
| | |||
| | |||
| | |||
|- | |- | ||
| '''[[OnMagicEffectApply - ObjectReference|OnMagicEffectApply]]''' | |||
| '''[[ | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMenuClose - Form|OnMenuClose]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | | [[Form Script|'''Form''']] | ||
| [[ | | [[RegisterForMenu - Form|RegisterForMenu]], [[UnregisterForMenu - Form|UnregisterForMenu]] | ||
|- | |- | ||
| '''[[ | | '''[[OnMenuOpen - Form|OnMenuOpen]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | | [[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]] | |||
|- | |- | ||
| '''[[ | | '''[[OnObjectEquipped - Actor|OnObjectEquipped]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectUnequipped - Actor|OnObjectUnequipped]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnOpen - ObjectReference|OnOpen]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPackageChange - Actor|OnPackageChange]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPackageEnd - Actor|OnPackageEnd]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPackageStart - Actor|OnPackageStart]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerBowShot - Actor|OnPlayerBowShot]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerCameraState - Form|OnPlayerCameraState]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | | [[Form Script|'''Form''']] | ||
| [[ | | [[RegisterForCameraState - Form|RegisterForCameraState]], [[UnregisterForCameraState - Form|UnregisterForCameraState]] | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerLoadGame - Actor|OnPlayerLoadGame]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnRaceSwitchComplete - Actor|OnRaceSwitchComplete]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnRead - ObjectReference|OnRead]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnRelease - ObjectReference|OnRelease]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnReset - ObjectReference|OnReset]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSell - ObjectReference|OnSell]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSit - Actor|OnSit]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSleepStart - Form|OnSleepStart]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | [[RegisterForSleep - Form|RegisterForSleep]] | ||
|- | |- | ||
| '''[[ | | '''[[OnSleepStop - Form|OnSleepStop]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | [[RegisterForSleep - Form|RegisterForSleep]] | ||
|- | |- | ||
| '''[[ | | '''[[OnSpellCast - ObjectReference|OnSpellCast]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryActivateActor - Quest|OnStoryActivateActor]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryAddToPlayer - Quest|OnStoryAddToPlayer]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryArrest - Quest|OnStoryArrest]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryAssaultActor - Quest|OnStoryAssaultActor]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryBribeNPC - Quest|OnStoryBribeNPC]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryCastMagic - Quest|OnStoryCastMagic]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryChangeLocation - Quest|OnStoryChangeLocation]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryCraftItem - Quest|OnStoryCraftItem]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryCrimeGold - Quest|OnStoryCrimeGold]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryCure - Quest|OnStoryCure]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryDialogue - Quest|OnStoryDialogue]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryDiscoverDeadBody - Quest|OnStoryDiscoverDeadBody]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryEscapeJail - Quest|OnStoryEscapeJail]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryFlatterNPC - Quest|OnStoryFlatterNPC]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryHello - Quest|OnStoryHello]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryIncreaseLevel - Quest|OnStoryIncreaseLevel]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryIncreaseSkill - Quest|OnStoryIncreaseSkill]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryInfection - Quest|OnStoryInfection]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryIntimidateNPC - Quest|OnStoryIntimidateNPC]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryJail - Quest|OnStoryJail]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryKillActor - Quest|OnStoryKillActor]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryNewVoicePower - Quest|OnStoryNewVoicePower]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryPayFine - Quest|OnStoryPayFine]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryPickLock - Quest|OnStoryPickLock]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryPlayerGetsFavor - Quest|OnStoryPlayerGetsFavor]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryRelationshipChange - Quest|OnStoryRelationshipChange]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryRemoveFromPlayer - Quest|OnStoryRemoveFromPlayer]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryScript - Quest|OnStoryScript]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryServedTime - Quest|OnStoryServedTime]]''' | ||
| | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnStoryTrespass - Quest|OnStoryTrespass]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTrackedStatsEvent - Form|OnTrackedStatsEvent]]''' | ||
| [[Form Script|'''Form''']] | | [[Form Script|'''Form''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTranslationAlmostComplete - ObjectReference|OnTranslationAlmostComplete]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTranslationComplete - ObjectReference|OnTranslationComplete]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTranslationFailed - ObjectReference|OnTranslationFailed]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTrapHit - ObjectReference|OnTrapHit]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTrapHitStart - ObjectReference|OnTrapHitStart]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTrapHitStop - ObjectReference|OnTrapHitStop]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTrigger - ObjectReference|OnTrigger]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTriggerEnter - ObjectReference|OnTriggerEnter]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnTriggerLeave - ObjectReference|OnTriggerLeave]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUnequipped - ObjectReference|OnUnequipped]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUnload - ObjectReference|OnUnload]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUpdate - ActiveMagicEffect|OnUpdate]]''' | ||
| [[ | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUpdate - Alias|OnUpdate]]''' | ||
| [[ | | [[Alias Script|'''Alias''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUpdate - Form|OnUpdate]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnUpdateGameTime - Form|OnUpdateGameTime]]''' | ||
| [[ | | [[Form Script|'''Form''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnWardHit - ObjectReference|OnWardHit]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |||
| '''[[OnActorFallLongDistance - ActiveMagicEffect|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | |||
| | |||
|- | |- | ||
| '''[[OnActorFallLongDistance - Alias|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorFallLongDistance - ObjectReference|OnActorFallLongDistance]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorKilled - ActiveMagicEffect|OnActorKilled]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorKilled - Alias|OnActorKilled]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorKilled - Form|OnActorKilled]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStart - ActiveMagicEffect|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStart - Alias|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStart - ObjectReference|OnActorReanimateStart]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStop - ActiveMagicEffect|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStop - Alias|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorReanimateStop - ObjectReference|OnActorReanimateStop]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorResurrected - ActiveMagicEffect|OnActorResurrected]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorResurrected - Alias|OnActorResurrected]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnActorResurrected - ObjectReference|OnActorResurrected]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnBookRead - ActiveMagicEffect|OnBookRead]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnBookRead - Alias|OnBookRead]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnBookRead - Form|OnBookRead]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[Form Script| | | | ||
| | |||
|- | |- | ||
| '''[[OnCellFullyLoaded - ActiveMagicEffect|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnCellFullyLoaded - Alias|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnCellFullyLoaded - Form|OnCellFullyLoaded]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnCriticalHit - ActiveMagicEffect|OnCriticalHit]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnCriticalHit - Alias|OnCriticalHit]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnCriticalHit - Form|OnCriticalHit]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDisarmed - ActiveMagicEffect|OnDisarmed]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDisarmed - Alias|OnDisarmed]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDisarmed - Form|OnDisarmed]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDragonSoulGained - ActiveMagicEffect|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDragonSoulGained - Alias|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Alias Script|Alias]]''' | ||
| '''[[ | | | ||
| | |||
|- | |- | ||
| '''[[OnDragonSoulGained - Form|OnDragonSoulGained]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| [[ | | | ||
| | |||
|- | |- | ||
| '''[[OnHitEx - ActiveMagicEffect|OnHitEx]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ | |||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnHitEx - Alias|OnHitEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnHitEx - ObjectReference|OnHitEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemCrafted - ActiveMagicEffect|OnItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemCrafted - Alias|OnItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemCrafted - Form|OnItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemHarvested - ActiveMagicEffect|OnItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemHarvested - Alias|OnItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnItemHarvested - Form|OnItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLevelIncrease - ActiveMagicEffect|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLevelIncrease - Alias|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLevelIncrease - Form|OnLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLocationDiscovery - ActiveMagicEffect|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLocationDiscovery - Alias|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnLocationDiscovery - Form|OnLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicEffectApplyEx - ActiveMagicEffect|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicEffectApplyEx - Alias|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicEffectApplyEx - ObjectReference|OnMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicHit - ActiveMagicEffect|OnMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicHit - Alias|OnMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnMagicHit - ObjectReference|OnMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectGrab - ActiveMagicEffect|OnObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectGrab - Alias|OnObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectGrab - Form|OnObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectLoaded - ActiveMagicEffect|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectLoaded - Alias|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectLoaded - Form|OnObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectRelease - ActiveMagicEffect|OnObjectRelease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectRelease - Alias|OnObjectRelease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectRelease - Form|OnObjectRelease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectUnloaded - ActiveMagicEffect|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectUnloaded - Alias|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnObjectUnloaded - Form|OnObjectUnloaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerShoutAttack - ActiveMagicEffect|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerShoutAttack - Alias|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnPlayerShoutAttack - Form|OnPlayerShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnProjectileHit - ActiveMagicEffect|OnProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnProjectileHit - Alias|OnProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnProjectileHit - ObjectReference|OnProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStageChange - ActiveMagicEffect|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStageChange - Alias|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStageChange - Form|OnQuestStageChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStart - ActiveMagicEffect|OnQuestStart]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStart - Alias|OnQuestStart]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStart - Form|OnQuestStart]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStop - ActiveMagicEffect|OnQuestStop]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStop - Alias|OnQuestStop]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnQuestStop - Form|OnQuestStop]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSkillIncrease - ActiveMagicEffect|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSkillIncrease - Alias|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSkillIncrease - Form|OnSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSoulTrapped - ActiveMagicEffect|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSoulTrapped - Alias|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSoulTrapped - Form|OnSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSpellLearned - ActiveMagicEffect|OnSpellLearned]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnSpellLearned - Alias|OnSpellLearned]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnWeaponHit - ActiveMagicEffect|OnWeaponHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnWeaponHit - Alias|OnWeaponHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[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]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnWeatherChange - Alias|OnWeatherChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[OnWeatherChange - Form|OnWeatherChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |||
| '''[[ | |'''[[OpenCustomMenu - UI|OpenCustomMenu]]'''<sup>SKSE</sup> | ||
|'''[[UI Script|UI]]''' | |||
| | | | ||
|- | |- | ||
| '''[[ | |||
| | | '''[[OpenInventory - Actor|OpenInventory]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[OpenUserLog - Debug|OpenUserLog]]''' | ||
| [[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''']] | |||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Pause - SoundCategory|Pause]]''' | ||
| | | [[SoundCategory Script|'''SoundCategory''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlaceActorAtMe - ObjectReference|PlaceActorAtMe]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlaceAtMe - ObjectReference|PlaceAtMe]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Play - EffectShader|Play]]''' | ||
| | | [[EffectShader Script|'''EffectShader''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Play - Sound|Play]]''' | ||
| | | [[Sound Script|'''Sound''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[Play - VisualEffect|Play]]''' | ||
| | | [[VisualEffect Script|'''VisualEffect''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[PlayAndWait - Sound|PlayAndWait]]''' | ||
| | | [[Sound Script|'''Sound''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlayAnimation - ObjectReference|PlayAnimation]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlayAnimationAndWait - ObjectReference|PlayAnimationAndWait]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[PlayBink - Game|PlayBink]]''' | ||
| | | [[Game Script|'''Game''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[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''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[PlayIdleWithTarget - Actor|PlayIdleWithTarget]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlayImpactEffect - ObjectReference|PlayImpactEffect]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| | | '''[[PlaySubGraphAnimation - Actor|PlaySubGraphAnimation]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[ | | '''[[PlaySyncedAnimationAndWaitSS - ObjectReference|PlaySyncedAnimationAndWaitSS]]''' | ||
| | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
|- | |- | ||
| '''[[ | |||
| '''[[PlaySyncedAnimationSS - ObjectReference|PlaySyncedAnimationSS]]''' | |||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[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]]''' | | '''[[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]]''' | | '''[[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]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RemoveCrossFade - ImageSpaceModifier|RemoveCrossFade]]''' | ||
| [[ | | [[ImageSpaceModifier Script|'''ImageSpaceModifier''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RemoveFromAllFactions - Actor|RemoveFromAllFactions]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RemoveFromFaction - Actor|RemoveFromFaction]]''' | ||
| [[Actor Script|'''Actor''']] | | [[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]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForHitEventEx - Alias|RegisterForHitEventEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForHitEventEx - Form|RegisterForHitEventEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemCrafted - ActiveMagicEffect|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemCrafted - Alias|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemCrafted - Form|RegisterForItemCrafted]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemHarvested - ActiveMagicEffect|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemHarvested - Alias|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForItemHarvested - Form|RegisterForItemHarvested]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLevelIncrease - ActiveMagicEffect|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLevelIncrease - Alias|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLevelIncrease - Form|RegisterForLevelIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLocationDiscovery - ActiveMagicEffect|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLocationDiscovery - Alias|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForLocationDiscovery - Form|RegisterForLocationDiscovery]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicEffectApplyEx - ActiveMagicEffect|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicEffectApplyEx - Alias|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicEffectApplyEx - Form|RegisterForMagicEffectApplyEx]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicHit - ActiveMagicEffect|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicHit - Alias|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForMagicHit - Form|RegisterForMagicHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectGrab - ActiveMagicEffect|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectGrab - Alias|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectGrab - Form|RegisterForObjectGrab]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectLoaded - ActiveMagicEffect|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectLoaded - Alias|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForObjectLoaded - Form|RegisterForObjectLoaded]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForProjectileHit - ActiveMagicEffect|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForProjectileHit - Alias|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForProjectileHit - Form|RegisterForProjectileHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuest - ActiveMagicEffect|RegisterForQuest]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuest - Alias|RegisterForQuest]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuest - Form|RegisterForQuest]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuestStage - ActiveMagicEffect|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuestStage - Alias|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForQuestStage - Form|RegisterForQuestStage]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForShoutAttack - ActiveMagicEffect|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForShoutAttack - Alias|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForShoutAttack - Form|RegisterForShoutAttack]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSkillIncrease - ActiveMagicEffect|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSkillIncrease - Alias|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSkillIncrease - Form|RegisterForSkillIncrease]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSoulTrapped - ActiveMagicEffect|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSoulTrapped - Alias|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSoulTrapped - Form|RegisterForSoulTrapped]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSpellLearned - ActiveMagicEffect|RegisterForSpellLearned]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForSpellLearned - Alias|RegisterForSpellLearned]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeaponHit - ActiveMagicEffect|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeaponHit - Alias|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeaponHit - Form|RegisterForWeaponHit]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeatherChange - ActiveMagicEffect|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | | '''[[ActiveMagicEffect Script|ActiveMagicEffect]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeatherChange - Alias|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Alias Script|Alias]]''' | | '''[[Alias Script|Alias]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[RegisterForWeatherChange - Form|RegisterForWeatherChange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Form Script|Form]]''' | | '''[[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]]''' | | '''[[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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetAngle - ObjectReference|SetAngle]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetAnimationVariableBool - ObjectReference|SetAnimationVariableBool]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetAnimationVariableFloat - ObjectReference|SetAnimationVariableFloat]]''' | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetAnimationVariableInt - ObjectReference|SetAnimationVariableInt]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetArmorRating - Armor|SetArmorRating]]'''<sup>SKSE</sup> | ||
| [[ | | [[Armor Script|'''Armor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetAttackActorOnSight - Actor|SetAttackActorOnSight]]''' | ||
| [[Actor Script|'''Actor''']] | | [[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''']] | | [[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''']] | | [[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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetCurrentStageID - Quest|SetCurrentStageID]]''' | ||
| [[ | | [[Quest Script|'''Quest''']] | ||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[SetDefaultVoiceType - Race|SetDefaultVoiceType]]'''<sup>SKSE</sup> | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetDestroyed - ObjectReference|SetDestroyed]]''' | ||
| [[ | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetDoingFavor - Actor|SetDoingFavor]]''' | ||
| [[Actor Script|'''Actor''']] | | [[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''']] | | [[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''']] | | [[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''']] | | [[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]]''' | |'''[[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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |||
|'''[[SetNthEntryValue - Perk|SetNthEntryValue]]'''<sup>SKSE</sup> | |||
|'''[[Perk Script|Perk]]''' | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[SetNthHeadPart - ActorBase|SetNthHeadPart]]'''<sup>SKSE</sup> | ||
| [[ActorBase Script|'''ActorBase''']] | | [[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''']] | | [[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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetRestrained - Actor|SetRestrained]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetResult - ConstructibleObject|SetResult]]'''<sup>SKSE</sup> | ||
| '''[[ConstructibleObject Script|ConstructibleObject]]''' | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetResultQuantity - ConstructibleObject|SetResultQuantity]]'''<sup>SKSE</sup> | ||
| '''[[ConstructibleObject Script|ConstructibleObject]]''' | | '''[[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''']] | | [[Game Script|'''Game''']] | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[SetUnconscious - Actor|SetUnconscious]]''' | ||
| [[Actor Script|'''Actor''']] | | [[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''']] | | [[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''']] | | [[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]]''' | |||
| '''[[ConstructibleObject Script|ConstructibleObject]]''' | |||
| | | | ||
|- | |- | ||
|'''[[ | |'''[[SetWorldModelPath - Form|SetWorldModelPath]]'''<sup>SKSE</sup> | ||
| | |[[Form Script|'''Form''']] | ||
|[[HasWorldModel - Form|HasWorldModel]], [[GetWorldModelPath - Form|GetWorldModelPath]] | |||
|- | |||
|'''[[SetWorldModelNthTextureSet - Form|SetWorldModelNthTextureSet]]''' | |||
| [[ | |'''[[Form Script|Form]]''' | ||
|- | |||
|'''[[ | |||
|'''[[ | |||
| | | | ||
|- | |- | ||
| '''[[ShakeCamera - Game|ShakeCamera]]''' | | '''[[ShakeCamera - Game|ShakeCamera]]''' | ||
| [[Game Script|'''Game''']] | | [[Game Script|'''Game''']] | ||
Line 8,798: | Line 8,833: | ||
| | | | ||
|- | |- | ||
| '''[[SetProjectileGravity - | | '''[[SetProjectileGravity - PO3 SKSEFunctions|SetProjectileGravity]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[PO3_SKSEFunctions]]''' | ||
| | | | ||
|- | |- | ||
| '''[[SetProjectileImpactForce - Projectile|SetProjectileImpactForce]]'''<sup>PO3 PE SSE</sup> | | '''[[SetProjectileImpactForce - Projectile|SetProjectileImpactForce]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[PO3_SKSEFunctions]]''' | ||
| | | | ||
|- | |- | ||
| '''[[SetProjectileRange - Projectile|SetProjectileRange]]'''<sup>PO3 PE SSE</sup> | | '''[[SetProjectileRange - Projectile|SetProjectileRange]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[PO3_SKSEFunctions]]''' | ||
| | | | ||
|- | |- | ||
| '''[[SetProjectileSpeed - | | '''[[SetProjectileSpeed - PO3 SKSEFunctions|SetProjectileSpeed]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ | | '''[[PO3_SKSEFunctions]]''' | ||
| | | | ||
|- | |- |
Latest revision as of 20:47, 29 May 2024
This Page Contains lists of all Papyrus Scripting Functions and Events including SKSE functions.
A SKSE suffix indicates if the function requires SKSE. A PO3 PE SSE suffix indicates if the function requires Power of Three's Papyrus Extender SSE. A PU SSE 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.
Contents |
---|
A B C D E F G H I K L M N O P Q R S T U W |
A[edit | edit source]
B[edit | edit source]
Function | Member of | Description |
---|---|---|
BlendColorWithSkinTonePO3 PE SSE | Actor | |
BlockActivation | ObjectReference | |
BoolArrayPU SE | PapyrusUtil | bool[] |
C[edit | edit source]
D[edit | edit source]
Function | Member of | Return | Description |
---|---|---|---|
DecapitateActorPO3 PE SSE | Actor | ||
DamageActorValue | Actor | - | |
DamageAV | Actor | - | alias for DamageActorValue |
DamageObject | ObjectReference | - | |
DegreesToRadians | Math | Float | |
Delete | ObjectReference | - | |
DeleteWhenAble | ObjectReference | - | |
Disable | ObjectReference | - | |
DisableLinkChain | ObjectReference | - | |
DisableNoWait | ObjectReference | - | |
DisablePlayerControls | Game | - | |
Dismount | Actor | Bool | |
Dispel | ActiveMagicEffect | - | |
DispelAllSpells | Actor | - | |
DispelSpell | Actor | Bool | |
DoCombatSpellApply | Actor | - | |
DrawWeapon | Actor | - | |
DropObject | ObjectReference | ObjectReference | |
DumpAliasData | Debug | - | |
DumpAnimationVariablesPO3 PE SSE | Debug |
E[edit | edit source]
Function | Member of | Description |
---|---|---|
Enable | ObjectReference | |
EnableAI | Actor | |
EnableFastTravel | Game | |
EnableFastTravel | ObjectReference | |
EnableLinkChain | ObjectReference | |
EnableNoWait | ObjectReference | |
EnablePlayerControls | Game | |
EndDeferredKill | Actor | |
EndFrameRateCapture | Utility | CaptureFrameRate, StartFrameRateCapture |
EquipItem | Actor | |
EquipItemByIdSKSE | Actor | |
EquipItemExSKSE | Actor | |
EquipShout | Actor | |
EquipSpell | Actor | |
EvaluatePackage | Actor |
F[edit | edit source]
G[edit | edit source]
H[edit | edit source]
Function | Member of | Returns | Description |
---|---|---|---|
HasAssociation | Actor | ||
HasCommonParent | Location | ||
HasEffectKeyword | ObjectReference | ||
HasFamilyRelationship | Actor | ||
HasForm | FormList | ||
HasKeyword | Form | GetKeyword, GetKeywords | |
HasKeywordStringSKSE | Form | GetKeyword | |
HasLOS | Actor | ||
HasMagicEffect | Actor | ||
HasMagicEffectWithKeyword | Actor | ||
HasNode | ObjectReference | ||
HasParentRelationship | Actor | ||
HasPerk | Actor | ||
HasRefType | Location | ||
HasRefType | ObjectReference | ||
HasSpell | Actor | ||
HasWorldModelSKSE | Form | GetWorldModelPath, SetWorldModelPath | |
HideTitleSequenceMenu | Game | ||
HoldKeySKSE | Input | ||
HasActiveSpellPO3 PE SSE | Actor | ||
HasArtObjectPO3 PE SSE | ObjectReference | ||
HasDeferredKillPO3 PE SSE | Actor | ||
HasEffectShaderPO3 PE SSE | ObjectReference | ||
HasMagicEffectWithArchetypePO3 PE SSE | Actor | ||
HasNiExtraDataPO3 PE SSE | ObjectReference | ||
HasSkinPO3 PE SSE | Actor | ||
HideMenuPO3 PE SSE | UI | ||
HasFloatValuePU SE | JsonUtil | bool | |
HasFormValuePU SE | JsonUtil | bool | |
HasIntValuePU SE | JsonUtil | bool | |
HasStringValuePU SE | JsonUtil | bool |
I[edit | edit source]
K[edit | edit source]
Function | Member of | Description |
---|---|---|
JsonUtilExistsPU SE | JsonUtil | bool |
JsonUtilInFolderPU SE | JsonUtil | string[] |
K[edit | edit source]
Function | Member of | Description |
---|---|---|
KeepOffsetFromActor | Actor | |
Kill | Actor | |
KillEssential | Actor | |
KillNoWaitPO3 PE SSE | Actor | |
KillSilent | Actor | |
KnockAreaEffect | ObjectReference |
L[edit | edit source]
Function | Member of | Description |
---|---|---|
LearnAllEffects | Ingredient | |
LearnEffect | Ingredient | |
LearnNextEffect | Ingredient | |
LeftShiftSKSE | Math | |
LoadGameSKSE | Game | |
Lock | ObjectReference | |
LogicalAndSKSE | Math | |
LogicalNotSKSE | Math | |
LogicalOrSKSE | Math | |
LogicalXorSKSE | Math | |
LoadPU SE | JsonUtil | bool |
M[edit | edit source]
N[edit | edit source]
Function | Member of | Return | Description |
---|---|---|---|
NoCombatInWaterSKSE | Race | Bool | |
NoKnockdownsSKSE | Race | Bool | |
NoShadowSKSE | Race | Bool | |
Notification | Debug |
O[edit | edit source]
P[edit | edit source]
Q[edit | edit source]
Function | Member of | Description |
---|---|---|
QueryStat | Game | |
QueueNiNodeUpdateSKSE | Actor | |
QuitGame | Debug | |
QuitToMainMenu | Game |
R[edit | edit source]
S[edit | edit source]
T[edit | edit source]
U[edit | edit source]
W[edit | edit source]
}Function | Member of | Description |
---|---|---|
Wait | Utility | |
WaitForAnimationEvent | ObjectReference | |
WaitGameTime | Utility | |
WaitMenuMode | Utility | |
WillIntimidateSucceed | Actor | |
WornHasKeyword | Actor | |
WrapFloatPU SE | PapyrusUtil | float |
WrapIntPU SE | PapyrusUtil | int |
WriteToFilePU SE | MiscUtil | bool |