Background for Skyrim SE

MiscUtil


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
ObjectReference[]functionScanCellObjects(intformType, ObjectReferenceCenterOn, floatradius=0.0, KeywordHasKeyword=NONE)NativeGlobal

[DEV SERVER] Loading description...

Actor[]functionScanCellNPCs(ObjectReferenceCenterOn, floatradius=0.0, KeywordHasKeyword=NONE, boolIgnoreDead=true)NativeGlobal

[DEV SERVER] Loading description...

Actor[]functionScanCellNPCsByFaction(FactionFindFaction, ObjectReferenceCenterOn, floatradius=0.0, intminRank=0, intmaxRank=127, boolIgnoreDead=true)NativeGlobal

Same as ScanCellNPCs(), however it filters the return by a given faction and (optionally) their rank in that faction.

voidfunctionToggleFreeCamera(boolstopTime=false)NativeGlobal

Toggle freefly camera.

voidfunctionSetFreeCameraSpeed(floatspeed)NativeGlobal

Set freefly cam speed.

voidfunctionSetFreeCameraState(boolenable, floatspeed=10.0)NativeGlobal

Set current freefly cam state & set the speed if enabling

string[]functionFilesInFolder(stringdirectory, stringextension="")NativeGlobal

[DEV SERVER] Loading description...

string[]functionFoldersInFolder(stringdirectory)NativeGlobal

Get an array of folders in a given parent directory
Same rules and examples as above FilesInFolder apply to the directory rule here.

boolfunctionFileExists(stringfileName)NativeGlobal

Check if a given file exists relative to root Skyrim directory. Example: FileExists("data/meshes/example.nif")

stringfunctionReadFromFile(stringfileName)NativeGlobal

Read string from file. Do not read large files!

boolfunctionWriteToFile(stringfileName, stringtext, boolappend=true, booltimestamp=false)NativeGlobal

Write string to file.

voidfunctionPrintConsole(stringtext)NativeGlobal

Print text to console.

stringfunctionGetRaceEditorID(RaceraceForm)NativeGlobal

Get race's editor ID.

stringfunctionGetActorRaceEditorID(ActoractorRef)NativeGlobal

Get race's editor ID.

voidfunctionSetMenus(boolenabled)NativeGlobal

Set HUD on / off - NOT CURRENT WORKING IN SKYRIM SPECIAL EDITION

floatfunctionGetNodeRotation(ObjectReferenceobj, stringnodeName, boolfirstPerson, introtationIndex)Global

Get node rotation
REMOVED v2.9: Useless, only does a part of the job.
float function GetNodeRotation(ObjectReference obj, string nodeName, bool firstPerson, int rotationIndex) global native

voidfunctionExecuteBat(stringfileName)Global

Bat console command.
REMOVED v2.9: Unused.
function ExecuteBat(string fileName) global native

Actor[]functionScanCellActors(ObjectReferenceCenterOn, floatradius=5000.0, KeywordHasKeyword=NONE)Global

LEGACY v3.3 - Added Ignoredead parameter to function, aliased for backwards compatability with v3.2.

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.