Difference between revisions of "List of Papyrus Functions"
Jump to navigation
Jump to search
(Added PO3's Papyrus Extender functions. There were too many to sort by hand, as there were over 500 functions. - FiftyTifty) |
m (→S: Added missing line break) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
A <sup>SKSE</sup> suffix indicates if the function requires SKSE. | A <sup>SKSE</sup> suffix indicates if the function requires SKSE. | ||
A <sup>PO3 PE SSE</sup> suffix indicates | A <sup>PO3 PE SSE</sup> suffix indicates if the function requires Power of Three's Papyrus Extender SSE. | ||
A <sup>PU SSE</sup> indicates if the function requires exiledviper's & meh321's Papyrus Util SE. | |||
(Note: The entries for PO3 PE SSE was done by a third party. The function names are accurate, but for arguments and object type, see the docs here: https://github.com/powerof3/PapyrusExtenderSSE/wiki For PapyrusUtil, see the source .psc files) | |||
The middle column indicates in which base script the function is defined. | The middle column indicates in which base script the function is defined. | ||
Line 312: | Line 314: | ||
| '''[[Array Script|Array]]''' | | '''[[Array Script|Array]]''' | ||
| | | | ||
|- | |||
| '''[[ActorArray - PapyrusUtil|ActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[AddFloatValues - PapyrusUtil|AddFloatValues]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float | |||
|- | |||
| '''[[AddIntValues - PapyrusUtil|AddIntValues]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[AddPackageOverride - ActorUtil|AddPackageOverride]]'''<sup>PU SE</sup> | |||
| '''[[ActorUtil Script|ActorUtil]]''' | |||
| | |||
|- | |||
| '''[[AdjustFloatValue - JsonUtil|AdjustFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|float | |||
|- | |||
| '''[[AdjustIntValue - JsonUtil|AdjustIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[AliasArray - PapyrusUtil|AliasArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |- | ||
Line 331: | Line 361: | ||
| | | | ||
|- | |- | ||
| '''[[BoolArray - PapyrusUtil|BoolArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
|} | |} | ||
Line 662: | Line 696: | ||
| | | | ||
|- | |- | ||
| '''[[CanResolvePath - JsonUtil|CanResolvePath]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[ClampFloat - PapyrusUtil|ClampFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float | |||
|- | |||
| '''[[ClampInt - PapyrusUtil|ClampInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[ClearAll - JsonUtil|ClearAll]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[ClearEmpty - PapyrusUtil|ClearEmpty]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[ClearNone - PapyrusUtil|ClearNone]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[ClearPackageOverride - ActorUtil|ClearPackageOverride]]'''<sup>PU SE</sup> | |||
| '''[[ActorUtil Script|ActorUtil]]''' | |||
|int | |||
|- | |||
| '''[[ClearPath - JsonUtil|ClearPath]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[ClearPathIndex - JsonUtil|ClearPathIndex]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[CountActor - PapyrusUtil|CountActor]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountAlias - PapyrusUtil|CountAlias]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountAllPrefix - JsonUtil|CountAllPrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountBool - PapyrusUtil|CountBool]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFalse - PapyrusUtil|CountFalse]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFloat - PapyrusUtil|CountFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFloatListPrefix - JsonUtil|CountFloatListPrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFloatValuePrefix - JsonUtil|CountFloatValuePrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountForm - PapyrusUtil|CountForm]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFormListPrefix - JsonUtil|CountFormListPrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountFormValuePrefix - JsonUtil|CountFormValuePrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountInt - PapyrusUtil|CountInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountIntListPrefix - JsonUtil|CountIntListPrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountIntValuePrefix - JsonUtil|CountIntValuePrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountNone - PapyrusUtil|CountNone]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountObjRef - PapyrusUtil|CountObjRef]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountPackageOverride - ActorUtil|CountPackageOverride]]'''<sup>PU SE</sup> | |||
| '''[[ActorUtil Script|ActorUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountString - PapyrusUtil|CountString]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountStringListPrefix - JsonUtil|CountStringListPrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountStringValuePrefix - JsonUtil|CountStringValuePrefix]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[CountTrue - PapyrusUtil|CountTrue]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
|} | |} | ||
Line 1,143: | 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]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[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]]''' | ||
| | | | ||
|- | |- | ||
| '''[[ | |'''[[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]]''' | | '''[[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 | |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 | |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''']] | | [[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[] | |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 | |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]]''' | |'''[[Utility Script|Utility]]''' | ||
| | | | ||
| | | | ||
|- | |||
|- | |||
| '''[[ | | '''[[GetCurrentPackage - Actor|GetCurrentPackage]]''' | ||
| [[Actor Script|'''Actor''']] | | [[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[] | |||
|- | |||
| '''[[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 | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[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''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
|'''[[ | | '''[[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]]''' | | '''[[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''']] | | [[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''']] | ||
| | | | ||
Line 2,152: | Line 2,360: | ||
|- | |- | ||
| '''[[ | | '''[[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]]''' | ||
| [[Actor Script| | |||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[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''']] | | [[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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
Line 2,340: | Line 2,568: | ||
|- | |- | ||
| '''[[ | | '''[[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''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[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,423: | 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''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
Line 2,441: | Line 2,684: | ||
|- | |- | ||
| '''[[ | | '''[[GetLength - ObjectReference|GetLength]]''' | ||
| [[ | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLength - StringUtil|GetLength]]'''<sup>SKSE</sup> | ||
| [[ | | [[StringUtil Script|'''StringUtil''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLevel - Actor|GetLevel]]''' | ||
| [[ | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[GetLeveledActorBase - Actor|GetLeveledActorBase]]''' | ||
| [[ | | [[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''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[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''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | | | ||
Line 2,530: | Line 2,772: | ||
|- | |- | ||
| '''[[ | | '''[[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]''' | ||
| | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | | | ||
|- | |- | ||
| '''[[ | | '''[[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]]''' | ||
| [[ | |||
| | | | ||
|- | |- | ||
Line 2,705: | Line 2,932: | ||
| | | | ||
|- | |- | ||
| '''[[GetMotionType - ObjectReference|GetMotionType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[GetName - Alias|GetName]]'''<sup>SKSE</sup> | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| [[Alias Script|'''Alias''']] | | | ||
| | |- | ||
| '''[[GetMount - Actor|GetMount]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | |||
|- | |||
| '''[[GetName - Alias|GetName]]'''<sup>SKSE</sup> | |||
| [[Alias Script|'''Alias''']] | |||
| | |||
| | | | ||
|- | |- | ||
Line 2,846: | Line 3,081: | ||
| '''[[GetNthEffectMagnitude - Spell|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | | '''[[GetNthEffectMagnitude - Spell|GetNthEffectMagnitude]]'''<sup>SKSE</sup> | ||
| [[Spell Script|'''Spell''']] | | [[Spell Script|'''Spell''']] | ||
| | |||
| | |||
|- | |||
|'''[[GetNthEntryValue - Perk|GetNthEntryValue]]'''<sup>SKSE</sup> | |||
|[[Perk Script|'''Perk''']] | |||
| | | | ||
| | | | ||
Line 2,907: | Line 3,147: | ||
| [[Outfit Script|'''Outfit''']] | | [[Outfit Script|'''Outfit''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetNthPerk - ActorBase|GetNthPerk]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ActorBase Script|ActorBase]]''' | |||
| | | | ||
|- | |- | ||
Line 2,936: | Line 3,180: | ||
| [[Race Script|'''Race''']] | | [[Race Script|'''Race''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetNumActorsInHigh - Game|GetNumActorsInHigh]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Game Script|Game]]''' | |||
| | | | ||
|- | |- | ||
Line 3,019: | Line 3,267: | ||
| [[Cell Script|'''Cell''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,061: | Line 3,317: | ||
| '''[[TopicInfo Script|TopicInfo]]''' | | '''[[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,069: | Line 3,333: | ||
| | | | ||
|- | |- | ||
| '''[[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> | |||
| '''[[GetPlayerControls - Actor|GetPlayerControls]]''' | | '''[[JsonUtil Script|JsonUtil]]''' | ||
| [[Actor Script|'''Actor''']] | |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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,121: | Line 3,429: | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,140: | Line 3,472: | ||
|gets race by editorID string | |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> | | '''[[GetReach - Weapon|GetReach]]'''<sup>SKSE</sup> | ||
| [[Weapon Script|'''Weapon''']] | | [[Weapon Script|'''Weapon''']] | ||
Line 3,162: | Line 3,502: | ||
| '''[[ColorForm Script|ColorForm]]''' | | '''[[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,186: | Line 3,535: | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetRelationships - ActorBase|GetRelationships]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ActorBase Script|ActorBase]]''' | |||
| | | | ||
|- | |- | ||
Line 3,198: | Line 3,551: | ||
| '''[[ConstructibleObject Script|ConstructibleObject]]''' | | '''[[ConstructibleObject Script|ConstructibleObject]]''' | ||
| | | | ||
| | |||
|- | |||
| '''[[GetRider - Actor|GetRider]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | |||
|- | |||
| '''[[GetRunningPackage - Actor|GetRunningPackage]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
Line 3,204: | Line 3,565: | ||
| [[ColorForm Script|'''ColorForm''']] | | [[ColorForm Script|'''ColorForm''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetSecondaryActorValue - MagicEffect|GetSecondaryActorValue]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[MagicEffect Script|MagicEffect]]''' | |||
| | | | ||
|- | |- | ||
Line 3,211: | Line 3,576: | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetScriptVersion - PapyrusUtil|GetScriptVersion]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |- | ||
Line 3,239: | Line 3,608: | ||
|'''[[Race Script|Race]]''' | |'''[[Race Script|Race]]''' | ||
| | | | ||
| | |||
|- | |||
| '''[[GetSkinColor - Actor|GetSkinColor]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
Line 3,257: | Line 3,630: | ||
| [[Armor Script|'''Armor''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,287: | Line 3,668: | ||
| [[Race Script|'''Race''']] | | [[Race Script|'''Race''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetSpellType - Spell|GetSpellType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Spell Script|Spell]]''' | |||
| | | | ||
|- | |- | ||
Line 3,311: | Line 3,696: | ||
| [[Faction Script|'''Faction''']] | | [[Faction Script|'''Faction''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetStoredSoulSize - ObjectReference|GetStoredSoulSize]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[ObjectReference Script|ObjectReference]]''' | |||
| | | | ||
|- | |- | ||
Line 3,323: | Line 3,712: | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetStringValue - JsonUtil|GetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |- | ||
Line 3,346: | Line 3,739: | ||
| [[Game Script|'''Game''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,358: | Line 3,759: | ||
| '''[[Package Script|Package]]''' | | '''[[Package Script|Package]]''' | ||
| | | | ||
| | |||
|- | |||
| '''[[GetTimeDead - Actor|GetTimeDead]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
Line 3,364: | Line 3,769: | ||
| [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | | [[ActiveMagicEffect Script|'''ActiveMagicEffect''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetTimeOfDeath - Actor|GetTimeOfDeath]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Actor Script|Actor]]''' | |||
| | | | ||
|- | |- | ||
Line 3,406: | Line 3,815: | ||
| [[GlobalVariable Script|'''GlobalVariable''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,459: | Line 3,876: | ||
| [[Weapon Script|'''Weapon''']] | | [[Weapon Script|'''Weapon''']] | ||
| | | | ||
| | |||
|- | |||
| '''[[GetWeatherType - Weather|GetWeatherType]]'''<sup>PO3 PE SSE</sup> | |||
| '''[[Weather Script|Weather]]''' | |||
| | | | ||
|- | |- | ||
Line 3,483: | Line 3,904: | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[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]]''' | |||
| | | | ||
|- | |- | ||
Line 3,491: | Line 3,920: | ||
| | | | ||
|- | |- | ||
|[[GetWorldModelNthTextureSet - Form|'''GetWorldModelNthTextureSet''']]<sup>SKSE</sup> | |'''[[GetWorldModelNthTextureSet - Form|'''GetWorldModelNthTextureSet''']]<sup>SKSE</sup> | ||
|[[Form Script|'''Form''']] | |'''[[Form Script|'''Form''']] | ||
| | | | ||
|- | |- | ||
|'''[[GetWorldModelNumTextureSets - Form|GetWorldModelNumTextureSets]]'''<sup>SKSE</sup> | |'''[[GetWorldModelNumTextureSets - Form|GetWorldModelNumTextureSets]]'''<sup>SKSE</sup> | ||
|[[Form Script| | |'''[[Form Script|Form]]''' | ||
| | | | ||
|- | |- | ||
Line 3,513: | Line 3,940: | ||
| | | | ||
|- | |- | ||
| '''[[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]]''' | | '''[[GotoState - All Scripts|GotoState]]''' | ||
| '''All Scripts''' | | '''All Scripts''' | ||
| | | | ||
|- | |- | ||
Line 3,527: | Line 3,960: | ||
!align=left width=170|Function | !align=left width=170|Function | ||
!align=left width=110|Member of | !align=left width=110|Member of | ||
!align=left width=90|Returns | |||
!align=left class="unsortable"|Description | !align=left class="unsortable"|Description | ||
|- | |- | ||
| '''[[HasAssociation - Actor|HasAssociation]]''' | | '''[[HasAssociation - Actor|HasAssociation]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,536: | Line 3,971: | ||
| '''[[HasCommonParent - Location|HasCommonParent]]''' | | '''[[HasCommonParent - Location|HasCommonParent]]''' | ||
| [[Location Script|'''Location''']] | | [[Location Script|'''Location''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,541: | Line 3,977: | ||
| '''[[HasEffectKeyword - ObjectReference|HasEffectKeyword]]''' | | '''[[HasEffectKeyword - ObjectReference|HasEffectKeyword]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,546: | Line 3,983: | ||
| '''[[HasFamilyRelationship - Actor|HasFamilyRelationship]]''' | | '''[[HasFamilyRelationship - Actor|HasFamilyRelationship]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,551: | Line 3,989: | ||
| '''[[HasForm - FormList|HasForm]]''' | | '''[[HasForm - FormList|HasForm]]''' | ||
| [[FormList Script|'''FormList''']] | | [[FormList Script|'''FormList''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,556: | Line 3,995: | ||
| '''[[HasKeyword - Form|HasKeyword]]''' | | '''[[HasKeyword - Form|HasKeyword]]''' | ||
| [[Form Script|'''Form''']] | | [[Form Script|'''Form''']] | ||
| | |||
| [[GetKeyword - Keyword|GetKeyword]], [[GetKeywords - Form|GetKeywords]] | | [[GetKeyword - Keyword|GetKeyword]], [[GetKeywords - Form|GetKeywords]] | ||
|- | |- | ||
Line 3,561: | Line 4,001: | ||
| '''[[HasKeywordString - Form|HasKeywordString]]'''<sup>SKSE</sup> | | '''[[HasKeywordString - Form|HasKeywordString]]'''<sup>SKSE</sup> | ||
| [[Form Script|'''Form''']] | | [[Form Script|'''Form''']] | ||
| | |||
| [[GetKeyword - Keyword|GetKeyword]] | | [[GetKeyword - Keyword|GetKeyword]] | ||
|- | |- | ||
Line 3,566: | Line 4,007: | ||
| '''[[HasLOS - Actor|HasLOS]]''' | | '''[[HasLOS - Actor|HasLOS]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,571: | Line 4,013: | ||
| '''[[HasMagicEffect - Actor|HasMagicEffect]]''' | | '''[[HasMagicEffect - Actor|HasMagicEffect]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,576: | Line 4,019: | ||
| '''[[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]]''' | | '''[[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,581: | Line 4,025: | ||
| '''[[HasNode - ObjectReference|HasNode]]''' | | '''[[HasNode - ObjectReference|HasNode]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,586: | Line 4,031: | ||
| '''[[HasParentRelationship - Actor|HasParentRelationship]]''' | | '''[[HasParentRelationship - Actor|HasParentRelationship]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,591: | Line 4,037: | ||
| '''[[HasPerk - Actor|HasPerk]]''' | | '''[[HasPerk - Actor|HasPerk]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,596: | Line 4,043: | ||
| '''[[HasRefType - Location|HasRefType]]''' | | '''[[HasRefType - Location|HasRefType]]''' | ||
| [[Location Script|'''Location''']] | | [[Location Script|'''Location''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,601: | Line 4,049: | ||
| '''[[HasRefType - ObjectReference|HasRefType]]''' | | '''[[HasRefType - ObjectReference|HasRefType]]''' | ||
| [[ObjectReference Script|'''ObjectReference''']] | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,606: | Line 4,055: | ||
| '''[[HasSpell - Actor|HasSpell]]''' | | '''[[HasSpell - Actor|HasSpell]]''' | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | |||
| | | | ||
|- | |- | ||
|'''[[HasWorldModel - Form|HasWorldModel]]'''<sup>SKSE</sup> | |'''[[HasWorldModel - Form|HasWorldModel]]'''<sup>SKSE</sup> | ||
|[[Form Script|'''Form''']] | |[[Form Script|'''Form''']] | ||
| | |||
|[[GetWorldModelPath - Form|GetWorldModelPath]], [[SetWorldModelPath - Form|SetWorldModelPath]] | |[[GetWorldModelPath - Form|GetWorldModelPath]], [[SetWorldModelPath - Form|SetWorldModelPath]] | ||
|- | |- | ||
Line 3,615: | Line 4,066: | ||
| '''[[HideTitleSequenceMenu - Game|HideTitleSequenceMenu]]''' | | '''[[HideTitleSequenceMenu - Game|HideTitleSequenceMenu]]''' | ||
| [[Game Script|'''Game''']] | | [[Game Script|'''Game''']] | ||
| | |||
| | | | ||
|- | |- | ||
Line 3,620: | Line 4,072: | ||
| '''[[HoldKey - Input|HoldKey]]'''<sup>SKSE</sup> | | '''[[HoldKey - Input|HoldKey]]'''<sup>SKSE</sup> | ||
| [[Input Script|'''Input''']] | | [[Input Script|'''Input''']] | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasActiveSpell - Actor|HasActiveSpell]]'''<sup>PO3 PE SSE</sup> | | '''[[HasActiveSpell - Actor|HasActiveSpell]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasArtObject - ObjectReference|HasArtObject]]'''<sup>PO3 PE SSE</sup> | | '''[[HasArtObject - ObjectReference|HasArtObject]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasDeferredKill - Actor|HasDeferredKill]]'''<sup>PO3 PE SSE</sup> | | '''[[HasDeferredKill - Actor|HasDeferredKill]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasEffectShader - ObjectReference|HasEffectShader]]'''<sup>PO3 PE SSE</sup> | | '''[[HasEffectShader - ObjectReference|HasEffectShader]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasMagicEffectWithArchetype - Actor|HasMagicEffectWithArchetype]]'''<sup>PO3 PE SSE</sup> | | '''[[HasMagicEffectWithArchetype - Actor|HasMagicEffectWithArchetype]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasNiExtraData - ObjectReference|HasNiExtraData]]'''<sup>PO3 PE SSE</sup> | | '''[[HasNiExtraData - ObjectReference|HasNiExtraData]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HasSkin - Actor|HasSkin]]'''<sup>PO3 PE SSE</sup> | | '''[[HasSkin - Actor|HasSkin]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | |||
| | | | ||
|- | |- | ||
| '''[[HideMenu - UI|HideMenu]]'''<sup>PO3 PE SSE</sup> | | '''[[HideMenu - UI|HideMenu]]'''<sup>PO3 PE SSE</sup> | ||
| '''[[UI Script|UI]]''' | | '''[[UI Script|UI]]''' | ||
| | |||
| | | | ||
|- | |||
| '''[[HasFloatValue - JsonUtil|HasFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[HasFormValue - JsonUtil|HasFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[HasIntValue - JsonUtil|HasIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[HasStringValue - JsonUtil|HasStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |- | ||
Line 4,621: | Line 5,098: | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[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[] | |||
|- | |- | ||
Line 4,720: | Line 5,319: | ||
|- | |- | ||
| '''[[Load - JsonUtil|Load]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
|} | |} | ||
Line 4,891: | Line 5,494: | ||
| | | | ||
|- | |- | ||
| '''[[MergeActorArray - PapyrusUtil|MergeActorArray]]'''<sup>PU SE</sup> | |||
|} | | '''[[PapyrusUtil Script|PapyrusUtil]]''' | ||
=== N === | |Actor[] | ||
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;" | |- | ||
| '''[[MergeAliasArray - PapyrusUtil|MergeAliasArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[MergeBoolArray - PapyrusUtil|MergeBoolArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
| '''[[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]]''' | |+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=170|Function | ||
Line 5,840: | Line 6,475: | ||
| | | | ||
|- | |- | ||
| '''[[ObjRefArray - PapyrusUtil|ObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
|} | |} | ||
Line 6,037: | Line 6,676: | ||
|- | |- | ||
| '''[[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[] | |||
|- | |||
|} | |} | ||
Line 6,813: | Line 7,513: | ||
| | | | ||
|- | |- | ||
| '''[[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> | |||
| '''[[SendAnimationEvent - Debug|SendAnimationEvent]]''' | | '''[[ActorUtil Script|ActorUtil]]''' | ||
| [[Debug Script|'''Debug''']] | |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''']] | |||
| | |||
|- | |- | ||
Line 7,340: | Line 8,144: | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|- | |||
|'''[[SetNthEntryValue - Perk|SetNthEntryValue]]'''<sup>SKSE</sup> | |||
|'''[[Perk Script|Perk]]''' | |||
| | |||
|- | |- | ||
Line 7,594: | Line 8,402: | ||
|[[Form Script|'''Form''']] | |[[Form Script|'''Form''']] | ||
|[[HasWorldModel - Form|HasWorldModel]], [[GetWorldModelPath - Form|GetWorldModelPath]] | |[[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,021: | 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]]''' | ||
| | | | ||
|- | |- | ||
Line 8,098: | Line 8,910: | ||
|- | |- | ||
| '''[[Save - JsonUtil|Save]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[ScanCellActors - MiscUtil|ScanCellActors]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellNPCs - MiscUtil|ScanCellNPCs]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellNPCsByFaction - MiscUtil|ScanCellNPCsByFaction]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellObjects - MiscUtil|ScanCellObjects]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[SetFloatValue - JsonUtil|SetFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|float | |||
|- | |||
| '''[[SetFormValue - JsonUtil|SetFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|form | |||
|- | |||
| '''[[SetFreeCameraSpeed - MiscUtil|SetFreeCameraSpeed]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetFreeCameraState - MiscUtil|SetFreeCameraState]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetIntValue - JsonUtil|SetIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[SetMenus - MiscUtil|SetMenus]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFloatArray - JsonUtil|SetPathFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFloatValue - JsonUtil|SetPathFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFormArray - JsonUtil|SetPathFormArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFormValue - JsonUtil|SetPathFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathIntArray - JsonUtil|SetPathIntArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathIntValue - JsonUtil|SetPathIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathStringArray - JsonUtil|SetPathStringArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathStringValue - JsonUtil|SetPathStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetRawPathValue - JsonUtil|SetRawPathValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[SetStringValue - JsonUtil|SetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[SignFloat - PapyrusUtil|SignFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float | |||
|- | |||
| '''[[SignInt - PapyrusUtil|SignInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[SliceActorArray - PapyrusUtil|SliceActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[SliceAliasArray - PapyrusUtil|SliceAliasArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[SliceBoolArray - PapyrusUtil|SliceBoolArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
| '''[[SliceFloatArray - PapyrusUtil|SliceFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[SliceFormArray - PapyrusUtil|SliceFormArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[SliceIntArray - PapyrusUtil|SliceIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[SliceObjRefArray - PapyrusUtil|SliceObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[SliceStringArray - PapyrusUtil|SliceStringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[SortFloatArray - PapyrusUtil|SortFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[SortIntArray - PapyrusUtil|SortIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[SortStringArray - PapyrusUtil|SortStringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[StringArray - PapyrusUtil|StringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[StringJoin - PapyrusUtil|StringJoin]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string | |||
|- | |||
| '''[[StringListAdd - JsonUtil|StringListAdd]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListClear - JsonUtil|StringListClear]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListCopy - JsonUtil|StringListCopy]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListCount - JsonUtil|StringListCount]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListCountValue - JsonUtil|StringListCountValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListFind - JsonUtil|StringListFind]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListGet - JsonUtil|StringListGet]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|String | |||
|- | |||
| '''[[StringListHas - JsonUtil|StringListHas]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListInsertAt - JsonUtil|StringListInsertAt]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListRandom - JsonUtil|StringListRandom]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[StringListRemove - JsonUtil|StringListRemove]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListRemoveAt - JsonUtil|StringListRemoveAt]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListResize - JsonUtil|StringListResize]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListSet - JsonUtil|StringListSet]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|String | |||
|- | |||
| '''[[StringListSlice - JsonUtil|StringListSlice]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[StringListToArray - JsonUtil|StringListToArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[StringSplit - PapyrusUtil|StringSplit]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
|} | |} | ||
Line 8,260: | Line 9,285: | ||
| | | | ||
|- | |- | ||
| '''[[ToggleFreeCamera - MiscUtil|ToggleFreeCamera]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
|} | |} | ||
=== U === | === U === | ||
Line 8,821: | Line 9,851: | ||
| '''[[ObjectReference Script|ObjectReference]]''' | | '''[[ObjectReference Script|ObjectReference]]''' | ||
| | | | ||
|- | |||
| '''[[Unload - JsonUtil|Unload]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[UnsetFloatValue - JsonUtil|UnsetFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[UnsetFormValue - JsonUtil|UnsetFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[UnsetIntValue - JsonUtil|UnsetIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[UnsetStringValue - JsonUtil|UnsetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |- | ||
Line 8,860: | Line 9,911: | ||
| [[Actor Script|'''Actor''']] | | [[Actor Script|'''Actor''']] | ||
| | | | ||
|} | |- | ||
| '''[[WrapFloat - PapyrusUtil|WrapFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float | |||
|- | |||
| '''[[WrapInt - PapyrusUtil|WrapInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[WriteToFile - MiscUtil|WriteToFile]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|bool | |||
|- | |||
} | |||
[[Category:Papyrus]] | [[Category:Papyrus]] |
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 |