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) |
FiftyTifty (talk | contribs) (→O: Added exiledviper & meh321's Papyrus Util's SE functions -FiftyTifty) |
||
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,643: | Line 1,797: | ||
| | | | ||
|- | |- | ||
| '''[[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 | |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 | |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 | ||
| | | | ||
|- | |||
| '''[[GetActorBase - Actor|GetActorBase]]''' | |||
| [[Actor Script|'''Actor''']] | |||
|ActorBase | |||
| | |||
|- | |- | ||
| '''[[ | | '''[[GetActorOwner - Cell|GetActorOwner]]''' | ||
| [[ | | [[Cell Script|'''Cell''']] | ||
| | |ActorBase | ||
| | | | ||
|- | |- | ||
|'''[[ | |||
|[[ | | '''[[GetActorOwner - ObjectReference|GetActorOwner]]''' | ||
| | | [[ObjectReference Script|'''ObjectReference''']] | ||
| | |ActorBase | ||
|- | | | ||
|'''[[ | |- | ||
|[[ | |||
| | | '''[[GetActorReference - ReferenceAlias|GetActorReference]]''' | ||
| [[ReferenceAlias Script|'''ReferenceAlias''']] | |||
|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 | ||
| | |||
|- | |||
| '''[[GetActorValuePercentage - Actor|GetActorValuePercentage]]''' | |||
| [[Actor Script|'''Actor''']] | |||
|Float | |||
| | | | ||
|- | |- | ||
| | |[[GetActualWaterLevel - Cell|'''GetActualWaterLevel''']]<sup>SKSE</sup> | ||
|'''[[ | |[[Cell Script|'''Cell''']] | ||
| | |Float | ||
| | |||
|- | |||
| '''[[GetAlias - Quest|GetAlias]]''' | |||
| [[Quest Script|'''Quest''']] | |||
|Alias | |||
| | | | ||
|- | |- | ||
|'''[[GetAllBooks - GameData|GetAllBooks]]'''<sup>SKSE</sup> | |'''[[GetAliasByID - Quest|GetAliasByID]]'''<sup>SKSE</sup> | ||
|'''[[GameData Script|GameData]]''' | |[[Quest Script|'''Quest''']] | ||
|Form[] | |Alias | ||
| | |||
|- | |||
|'''[[GetAliasByName - Quest|GetAliasByName]]'''<sup>SKSE</sup> | |||
|[[Quest Script|'''Quest''']] | |||
|Alias | |||
| | |||
|- | |||
|'''[[GetAliases - Quest|GetAliases]]'''<sup>SKSE</sup> | |||
|[[Quest Script|'''Quest''']] | |||
|Alias[] | |||
| | |||
|- | |||
|'''[[GetAllAmmo - GameData|GetAllAmmo]]'''<sup>SKSE</sup> | |||
|'''[[GameData Script|GameData]]''' | |||
|Form[] | |||
| | |||
|- | |||
|'''[[GetAllArmor - GameData|GetAllArmor]]'''<sup>SKSE</sup> | |||
|'''[[GameData Script|GameData]]''' | |||
|Form[] | |||
| | |||
|- | |||
|'''[[GetAllBooks - GameData|GetAllBooks]]'''<sup>SKSE</sup> | |||
|'''[[GameData Script|GameData]]''' | |||
|Form[] | |||
| | | | ||
|- | |- | ||
Line 3,518: | Line 3,840: | ||
| | | | ||
| | | | ||
|- | |||
| '''[[GetActorRaceEditorID - MiscUtil|GetActorRaceEditorID]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|string | |||
|- | |||
| '''[[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[] | |||
|- | |||
| '''[[GetErrors - JsonUtil|GetErrors]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[GetFloatValue - JsonUtil|GetFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|float | |||
|- | |||
| '''[[GetFormValue - JsonUtil|GetFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|form | |||
|- | |||
| '''[[GetIntValue - JsonUtil|GetIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[GetMatchingActor - PapyrusUtil|GetMatchingActor]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[GetMatchingAlias - PapyrusUtil|GetMatchingAlias]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[GetMatchingFloat - PapyrusUtil|GetMatchingFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[GetMatchingForm - PapyrusUtil|GetMatchingForm]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[GetMatchingInt - PapyrusUtil|GetMatchingInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[GetMatchingObjRef - PapyrusUtil|GetMatchingObjRef]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[GetMatchingString - PapyrusUtil|GetMatchingString]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[GetPathBoolValue - JsonUtil|GetPathBoolValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[GetPathFloatValue - JsonUtil|GetPathFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|float | |||
|- | |||
| '''[[GetPathFormValue - JsonUtil|GetPathFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|form | |||
|- | |||
| '''[[GetPathIntValue - JsonUtil|GetPathIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[GetPathStringValue - JsonUtil|GetPathStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[GetRaceEditorID - MiscUtil|GetRaceEditorID]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|string | |||
|- | |||
| '''[[GetScriptVersion - PapyrusUtil|GetScriptVersion]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[GetStringValue - JsonUtil|GetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[GetVersion - PapyrusUtil|GetVersion]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |- | ||
Line 3,654: | Line 4,088: | ||
| | | | ||
|- | |- | ||
| '''[[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,071: | ||
| '''[[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,292: | ||
|- | |- | ||
| '''[[Load - JsonUtil|Load]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
|} | |} | ||
Line 4,891: | Line 5,467: | ||
| | | | ||
|- | |- | ||
| '''[[MergeActorArray - PapyrusUtil|MergeActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[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 === | === N === | ||
Line 5,840: | Line 6,448: | ||
| | | | ||
|- | |- | ||
| '''[[ObjRefArray - PapyrusUtil|ObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
|} | |} | ||
Line 6,037: | Line 6,649: | ||
|- | |- | ||
| '''[[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,812: | Line 7,485: | ||
| '''[[Actor Script|Actor]]''' | | '''[[Actor Script|Actor]]''' | ||
| | | | ||
|- | |||
| '''[[ReadFromFile - MiscUtil|ReadFromFile]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|string | |||
|- | |||
| '''[[RemoveActor - PapyrusUtil|RemoveActor]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[RemoveAlias - PapyrusUtil|RemoveAlias]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[RemoveAllPackageOverride - ActorUtil|RemoveAllPackageOverride]]'''<sup>PU SE</sup> | |||
| '''[[ActorUtil Script|ActorUtil]]''' | |||
|int | |||
|- | |||
| '''[[RemoveBool - PapyrusUtil|RemoveBool]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
| '''[[RemoveDupeActor - PapyrusUtil|RemoveDupeActor]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[RemoveDupeAlias - PapyrusUtil|RemoveDupeAlias]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[RemoveDupeFloat - PapyrusUtil|RemoveDupeFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[RemoveDupeForm - PapyrusUtil|RemoveDupeForm]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[RemoveDupeInt - PapyrusUtil|RemoveDupeInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[RemoveDupeObjRef - PapyrusUtil|RemoveDupeObjRef]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[RemoveDupeString - PapyrusUtil|RemoveDupeString]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[RemoveFloat - PapyrusUtil|RemoveFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[RemoveForm - PapyrusUtil|RemoveForm]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[RemoveInt - PapyrusUtil|RemoveInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[RemoveObjRef - PapyrusUtil|RemoveObjRef]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[RemovePackageOverride - ActorUtil|RemovePackageOverride]]'''<sup>PU SE</sup> | |||
| '''[[ActorUtil Script|ActorUtil]]''' | |||
|bool | |||
|- | |||
| '''[[RemoveString - PapyrusUtil|RemoveString]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[ResizeActorArray - PapyrusUtil|ResizeActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ResizeAliasArray - PapyrusUtil|ResizeAliasArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[ResizeBoolArray - PapyrusUtil|ResizeBoolArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
| '''[[ResizeFloatArray - PapyrusUtil|ResizeFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[ResizeFormArray - PapyrusUtil|ResizeFormArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[ResizeIntArray - PapyrusUtil|ResizeIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[ResizeObjRefArray - PapyrusUtil|ResizeObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[ResizeStringArray - PapyrusUtil|ResizeStringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |- | ||
Line 8,098: | Line 8,875: | ||
|- | |- | ||
|} | | '''[[Save - JsonUtil|Save]]'''<sup>PU SE</sup> | ||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
=== T === | |bool | ||
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;" | |- | ||
| '''[[ScanCellActors - MiscUtil|ScanCellActors]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellNPCs - MiscUtil|ScanCellNPCs]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellNPCsByFaction - MiscUtil|ScanCellNPCsByFaction]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[ScanCellObjects - MiscUtil|ScanCellObjects]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[SetFloatValue - JsonUtil|SetFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|float | |||
|- | |||
| '''[[SetFormValue - JsonUtil|SetFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|form | |||
|- | |||
| '''[[SetFreeCameraSpeed - MiscUtil|SetFreeCameraSpeed]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetFreeCameraState - MiscUtil|SetFreeCameraState]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetIntValue - JsonUtil|SetIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[SetMenus - MiscUtil|SetMenus]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFloatArray - JsonUtil|SetPathFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFloatValue - JsonUtil|SetPathFloatValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFormArray - JsonUtil|SetPathFormArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathFormValue - JsonUtil|SetPathFormValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathIntArray - JsonUtil|SetPathIntArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathIntValue - JsonUtil|SetPathIntValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathStringArray - JsonUtil|SetPathStringArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetPathStringValue - JsonUtil|SetPathStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[SetRawPathValue - JsonUtil|SetRawPathValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[SetStringValue - JsonUtil|SetStringValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[SignFloat - PapyrusUtil|SignFloat]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float | |||
|- | |||
| '''[[SignInt - PapyrusUtil|SignInt]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int | |||
|- | |||
| '''[[SliceActorArray - PapyrusUtil|SliceActorArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Actor[] | |||
|- | |||
| '''[[SliceAliasArray - PapyrusUtil|SliceAliasArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Alias[] | |||
|- | |||
| '''[[SliceBoolArray - PapyrusUtil|SliceBoolArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|bool[] | |||
|- | |||
| '''[[SliceFloatArray - PapyrusUtil|SliceFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|float[] | |||
|- | |||
| '''[[SliceFormArray - PapyrusUtil|SliceFormArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|Form[] | |||
|- | |||
| '''[[SliceIntArray - PapyrusUtil|SliceIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|int[] | |||
|- | |||
| '''[[SliceObjRefArray - PapyrusUtil|SliceObjRefArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|ObjectReference[] | |||
|- | |||
| '''[[SliceStringArray - PapyrusUtil|SliceStringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[SortFloatArray - PapyrusUtil|SortFloatArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[SortIntArray - PapyrusUtil|SortIntArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[SortStringArray - PapyrusUtil|SortStringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
| | |||
|- | |||
| '''[[StringArray - PapyrusUtil|StringArray]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[StringJoin - PapyrusUtil|StringJoin]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string | |||
|- | |||
| '''[[StringListAdd - JsonUtil|StringListAdd]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListClear - JsonUtil|StringListClear]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListCopy - JsonUtil|StringListCopy]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListCount - JsonUtil|StringListCount]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListCountValue - JsonUtil|StringListCountValue]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListFind - JsonUtil|StringListFind]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListGet - JsonUtil|StringListGet]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|String | |||
|- | |||
| '''[[StringListHas - JsonUtil|StringListHas]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListInsertAt - JsonUtil|StringListInsertAt]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListRandom - JsonUtil|StringListRandom]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string | |||
|- | |||
| '''[[StringListRemove - JsonUtil|StringListRemove]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListRemoveAt - JsonUtil|StringListRemoveAt]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|bool | |||
|- | |||
| '''[[StringListResize - JsonUtil|StringListResize]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|int | |||
|- | |||
| '''[[StringListSet - JsonUtil|StringListSet]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|String | |||
|- | |||
| '''[[StringListSlice - JsonUtil|StringListSlice]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
| | |||
|- | |||
| '''[[StringListToArray - JsonUtil|StringListToArray]]'''<sup>PU SE</sup> | |||
| '''[[JsonUtil Script|JsonUtil]]''' | |||
|string[] | |||
|- | |||
| '''[[StringSplit - PapyrusUtil|StringSplit]]'''<sup>PU SE</sup> | |||
| '''[[PapyrusUtil Script|PapyrusUtil]]''' | |||
|string[] | |||
|- | |||
|} | |||
=== T === | |||
{|class="toccolours sortable mw-collapsible" style="width:100%; font-size:85%;" | |||
|+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#U|U]]-[[#W|W]]''' | |+style="text-align:right; font-size:100%;"|'''Jump to: [[#A|A]]-[[#B|B]]-[[#C|C]]-[[#D|D]]-[[#E|E]]-[[#F|F]]-[[#G|G]]-[[#H|H]]-[[#I|I]]-[[#K|K]]-[[#L|L]]-[[#M|M]]-[[#N|N]]-[[#O|O]]-[[#P|P]]-[[#Q|Q]]-[[#R|R]]-[[#S|S]]-[[#U|U]]-[[#W|W]]''' | ||
!align=left width=170|Function | !align=left width=170|Function | ||
Line 8,260: | Line 9,250: | ||
| | | | ||
|- | |- | ||
| '''[[ToggleFreeCamera - MiscUtil|ToggleFreeCamera]]'''<sup>PU SE</sup> | |||
| '''[[MiscUtil Script|MiscUtil]]''' | |||
| | |||
|- | |||
|} | |} | ||
=== U === | === U === | ||
Line 8,821: | Line 9,816: | ||
| '''[[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,876: | ||
| [[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]] |
Revision as of 12:13, 9 March 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
B
Function | Member of | Description |
---|---|---|
BlendColorWithSkinTonePO3 PE SSE | Actor | |
BlockActivation | ObjectReference | |
BoolArrayPU SE | PapyrusUtil | bool[] |
C
D
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
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
G
H
Function | Member of | 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
K
Function | Member of | Description |
---|---|---|
JsonUtilExistsPU SE | JsonUtil | bool |
JsonUtilInFolderPU SE | JsonUtil | string[] |
K
Function | Member of | Description |
---|---|---|
KeepOffsetFromActor | Actor | |
Kill | Actor | |
KillEssential | Actor | |
KillNoWaitPO3 PE SSE | Actor | |
KillSilent | Actor | |
KnockAreaEffect | ObjectReference |
L
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
N
Function | Member of | Return | Description |
---|---|---|---|
NoCombatInWaterSKSE | Race | Bool | |
NoKnockdownsSKSE | Race | Bool | |
NoShadowSKSE | Race | Bool | |
Notification | Debug |
O
P
Q
Function | Member of | Description |
---|---|---|
QueryStat | Game | |
QueueNiNodeUpdateSKSE | Actor | |
QuitGame | Debug | |
QuitToMainMenu | Game |
R
S
T
U
W
}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 |