Difference between revisions of "Raw Function List"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Wrye
(→‎Data: Fix obse function versions. Add OBSE 15 functions.)
imported>Wrye
(→‎Data: Shorten some pluggy descriptions so they fit on one line.)
Line 418: Line 418:
Yield;CS;;
Yield;CS;;
;;;
;;;
ArrayCmp;Pluggy;Array;Compares two arrays. Returns 1 if they're equal and 0 if they are not.  
ArrayCmp;Pluggy;Array;Compares two arrays.  
ArrayCount;Pluggy;Array;Returns the count of indexes that contain a value. Returns -1 if array does not exist.
ArrayCount;Pluggy;Array;Returns the count of indexes that contain a value.  
ArrayEsp;Pluggy;Array;Gets or sets the esp associated to an array. Returns -1 if array does not exist.
ArrayEsp;Pluggy;Array;Gets or sets the esp associated to an array.  
ArrayProtect;Pluggy;Array;Gets or sets the protection state of an array. Returns -1 if array does not exist.
ArrayProtect;Pluggy;Array;Gets or sets the protection state of an array.  
ArraySize;Pluggy;Array;Gets or sets the size of an array. Returns -1 if array does not exist.
ArraySize;Pluggy;Array;Gets or sets the size of an array.  
CopyArray;Pluggy;Array;Creates a copy of an array and returns the newly created ArrayID. Returns -1 if array does not exist.
CopyArray;Pluggy;Array;Creates a copy of an array and returns the newly created ArrayID.  
CopyString;Pluggy;String;
CopyString;Pluggy;String;
CreateArray;Pluggy;Array;Creates a new array.
CreateArray;Pluggy;Array;Creates a new array.

Revision as of 22:09, 2 June 2008

Overview

This is a raw list of functions that is used to generate List of Functions. At this point, there is little but function name and source. Ideally there would also be type info and short descriptions for each function.

Editing

There are four fields. Fields are separated by semi-colons. In order, the fields are:

  • Name of fuction - Should be identical to page name - including case.
  • Source - Should be source + version number of source release. E.g CS 1.2. E.g. OBSE 15.
    • Recognized sources are: CS, OBSE, Pluggy, TSFC.
  • Type - Function type. See Recognized Types below.
    • If more than one type applies, then list all types with types separated by commas. E.g. "Condition, Combat"
  • Description - A short description of the function. (Don't use se-colons!)

If you want to do a lot of editing, you may want to do convert data to spreadsheet (tab separated) format, edit it in a spreadsheet, then convert it back to semi-colon separated format and paste it back here.

Generating

This requires using Wrye Bash v182 or higher and running a command from the command line...

  • Copy raw data (text between pre tags) and save it to a text file named "CS Functions.txt" in your Oblivion\Mopy directory. (The Wrye Bash directory.)
  • Open a command line shell and use chdir to go to the Mopy directory.
  • type bish csFunctions (with correct case).
    • If this doesn't work you may have to type python bish.py csFunctions
    • If the command runs correctly, bash will tell you that it read CS Functions.txt and wrote CS by Name.txt.
  • Open CS by Name.txt, copy text from it and paste it into List of Functions.

Recognized Types

Function type should be one or more of the following:

  • Actor
  • AI
  • Animation
  • Array
  • Combat
  • Condition
  • Console
  • Creature
  • Crime
  • Debug
  • Dialog
  • Faction
  • Input
  • Inventory
  • Magic
  • Math
  • Misc.
  • Movement
  • Player
  • Projectile
  • Quest
  • String
  • Time
  • Weather

Data

Function;Source;Type;Text
Activate;CS;;Activate object.
AddAchievement;CS;;
AddFlames;CS;;
AddItem;CS;;
AddScriptPackage;CS;;
AddSpell;CS;;Add spell/ability/disease to actor.
AddTopic;CS;;
AdvancePCLevel;CS;;
AdvancePCSkill;CS;;
Autosave;CS;;
CanHaveFlames;CS;;
CanPayCrimeGold;CS;;
Cast;CS;;
ClearOwnership;CS 1.2;Inventory;Removes all ownership to the item in question.
CloseCurrentOblivionGate;CS;;
CloseOblivionGate;CS;;
CompleteQuest;CS;;
CreateFullActorCopy;CS;;
DeleteFullActorCopy;CS;;
Disable;CS;;
DisableLinkedPathPoints;CS;;
DisablePlayerControls;CS;;
Dispel;CS;;
DispelAllSpells;CS;;
Drop;CS;;
DropMe;CS;;
DuplicateAllItems;CS;;
DuplicateNPCStats;CS;;
Enable;CS;;
EnableFastTravel;CS;;
EnableLinkedPathPoints;CS;;
EnablePlayerControls;CS;;
EquipItem;CS;;
EssentialDeathReload;CS;;
EvaluatePackage;CS;;
ForceActorValue;CS;;
ForceCloseOblivionGate;CS;;
ForceFlee;CS;;
ForceTakeCover;CS;;
ForceWeather;CS;;
GetActionRef;CS;;
GetActorValue;CS;;
GetAlarmed;CS;;
GetAmountSoldStolen;CS;;
GetAngle;CS;;
GetArmorRating;CS;;
GetArmorRatingUpperBody;CS;;
GetAttacked;CS;;
GetBarterGold;CS;;
GetBaseActorValue;CS;;
GetButtonPressed;CS;;
GetClassDefaultMatch;CS;;
GetClothingValue;CS;;
GetCombatTarget;CS;;
GetContainer;CS;;
GetCrime;CS;;
GetCrimeGold;CS;;
GetCrimeKnown;CS;;
GetCurrentAIPackage;CS;;
GetCurrentAIProcedure;CS;;
GetCurrentTime;CS;;
GetCurrentWeatherPercent;CS;;
GetDayOfWeek;CS;;
GetDead;CS;;
GetDeadCount;CS;;
GetDestroyed;CS;;
GetDetected;CS;;
GetDetectionLevel;CS;;
GetDisabled;CS;;
GetDisposition;CS;;
GetDistance;CS;;
GetDoorDefaultOpen;CS;;
GetEquipped;CS;;
GetFactionRank;CS;;
GetFactionRankDifference;CS;;
GetFactionReaction;CS;;
GetFatiguePercentage;CS;;
GetForceRun;CS;;
GetForceSneak;CS;;
GetFriendHit;CS;;
GetFurnitureMarkerID;CS;;
GetGameSetting;CS;;
GetGlobalValue;CS;;
GetGold;CS;;
GetHeadingAngle;CS;;
GetIdleDoneOnce;CS;;
GetIgnoreFriendlyHits;CS;;
GetInCell;CS;;
GetInCellParam;CS;;
GetInFaction;CS;;
GetInSameCell;CS;;
GetInvestmentGold;CS;;
GetInWorldspace;CS;;
GetIsAlerted;CS;;
GetIsClass;CS;;
GetIsClassDefault;CS;;
GetIsCreature;CS;;
GetIsCurrentPackage;CS;;
GetIsCurrentWeather;CS;;
GetIsGhost;CS;;
GetIsID;CS;;
GetIsPlayableRace;CS;;
GetIsPlayerBirthsign;CS;;
GetIsRace;CS;;
GetIsReference;CS;;
GetIsSex;CS;;
GetIsUsedItem;CS;;
GetIsUsedItemType;CS;;
GetItemCount;CS;;
GetKnockedState;CS;;
GetLevel;CS;;
GetLocked;CS;;
GetLockLevel;CS;;
GetLOS;CS;;
GetNoRumors;CS;;
GetOffersServicesNow;CS;;
GetOpenState;CS;;
GetPackageTarget;CS;;
GetParentRef;CS;;
GetPCExpelled;CS;;
GetPCFactionAttack;CS;;
GetPCFactionMurder;CS;;
GetPCFactionSteal;CS;;
GetPCFactionSubmitAuthority;CS;;
GetPCFame;CS;;
GetPCInFaction;CS;;
GetPCInfamy;CS;;
GetPCIsClass;CS;;
GetPCIsRace;CS;;
GetPCIsSex;CS;;
GetPCMiscStat;CS;;
GetPCSleepHours;CS;;
GetPersuasionNumber;CS;;
GetPlayerControlsDisabled;CS;;
GetPlayerHasLastRiddenHorse;CS;;
GetPlayerInSEWorld;CS 1.2;Player;Should be 1 if player is in Shivering Isles.
GetPos;CS;;
GetQuestRunning;CS;;
GetQuestVariable;CS;;
GetRandomPercent;CS;;
GetRestrained;CS;;
GetScale;CS;;
GetScriptVariable;CS;;
GetSecondsPassed;CS;;
GetSelf;CS;;
GetShouldAttack;CS;;
GetSitting;CS;;
GetSleeping;CS;;
GetStage;CS;;
GetStageDone;CS;;
GetStartingAngle;CS;;
GetStartingPos;CS;;
GetTalkedToPC;CS;;
GetTalkedToPCParam;CS;;
GetTimeDead;CS;;
GetTotalPersuasionNumber;CS;;
GetTrespassWarningLevel;CS;;
GetUnconscious;CS;;
GetUsedItemActivate;CS;;
GetUsedItemLevel;CS;;
GetVampire;CS;;
GetWalkSpeed;CS;;
GetWeaponAnimType;CS;;
GetWeaponSkillType;CS;;
GetWindSpeed;CS;;
GoToJail;CS;;
HasFlames;CS;;
HasMagicEffect;CS;;
HasVampireFed;CS;;
IsActionRef;CS;;
IsActor;CS;;
IsActorAVictim;CS;;
IsActorDetected;CS;;
IsActorEvil;CS;;
IsActorsAIOff;CS;;
IsActorUsingATorch;CS;;
IsAnimPlaying;CS;;
IsCellOwner;CS;;
IsCloudy;CS;;
IsContinuingPackagePCNear;CS;;
IsCurrentFurnitureObj;CS;;
IsCurrentFurnitureRef;CS;;
IsEssential;CS;;
IsFacingUp;CS;;
IsGuard;CS;;
IsHorseStolen;CS;;
IsIdlePlaying;CS;;
IsInCombat;CS;;
IsInDangerousWater;CS;;
IsInInterior;CS;;
IsInMyOwnedCell;CS;;
IsLeftUp;CS;;
IsOwner;CS;;
IsPCAMurderer;CS;;
IsPCSleeping;CS;;
IsPlayerInJail;CS;;
IsPlayerMovingIntoNewSpace;CS;;
IsPlayersLastRiddenHorse;CS;;
IsPleasant;CS;;
IsRaining;CS;;
IsRidingHorse;CS;;
IsRunning;CS;;
IsShieldOut;CS;;
IsSneaking;CS;;
IsSnowing;CS;;
IsSpellTarget;CS;;
IsSwimming;CS;;
IsTalking;CS;;
IsTimePassing;CS;;
IsTorchOut;CS;;
IsTrespassing;CS;;
IsTurnArrest;CS;;
IsWaiting;CS;;
IsWeaponOut;CS;;
IsXBox;CS;;
IsYielding;CS;;
Kill;CS;;
KillAllActors;CS;;
Lock;CS;;
Look;CS;;
LoopGroup;CS;;
MenuMode (Function);CS;;
Message;CS;;
MessageBox;CS;;
ModActorValue;CS;;
ModAmountSoldStolen;CS;;
ModBarterGold;CS;;
ModCrimeGold;CS;;
ModDisposition;CS;;
ModFactionRank;CS;;
ModFactionReaction;CS;;
ModPCAttribute;CS;;
ModPCFame;CS;;
ModPCInfamy;CS;;
ModPCMiscStat;CS;;
ModPCSkill;CS;;
ModScale;CS;;
MoveTo;CS;;
MoveToMarker;CS;;
NameIncludes;CS;;
PayFine;CS;;
PayFineThief;CS;;
PickIdle;CS;;
PlaceAtMe;CS;;
PlayBink;CS;;
PlayGroup;CS;;
PlayMagicEffectVisuals;CS;;
PlayMagicShaderVisuals;CS;;
PlaySound;CS;;
PlaySound3D;CS;;
PositionCell;CS;;
PositionWorld;CS;;
PreloadMagicEffect;CS;;
PurgeCellBuffers;CS 1.2;Clears inactive textures or models from memory.
PushActorAway;CS 1.2;Actor;Pushes a target actor away from the caller.
RefreshTopicList;CS;;
ReleaseWeatherOverride;CS;;
RemoveAllItems;CS;;
RemoveFlames;CS;;
RemoveItem;CS;;
RemoveMe;CS;;
RemoveScriptPackage;CS;;
RemoveSpell;CS;;
Reset3DState;CS;;
ResetFallDamageTimer;CS;;
ResetHealth;CS;;
ResetInterior;CS;;
Resurrect;CS;;
Rotate;CS;;
SameFaction;CS;;
SameFactionAsPC;CS;;
SameRace;CS;;
SameRaceAsPC;CS;;
SameSex;CS;;
SameSexAsPC;CS;;
Say;CS;;
SayTo;CS;;
ScriptEffectElapsedSeconds;CS;;
SelectPlayerSpell;CS;;
SendTrespassAlarm;CS;;
SetActorAlpha;CS;;
SetActorFullName;CS;;
SetActorRefraction;CS;;
SetActorsAI;CS 1.2;AI;Activates/de-activates actor's AI.
SetActorValue;CS;;
SetAlert;CS;;
SetAllReachable;CS;;
SetAllVisible;CS;;
SetAngle;CS;;
SetAtStart;CS;;
SetBarterGold;CS;;
SetCellFullName;CS;;
SetCellOwnership;CS;;
SetCellPublicFlag;CS;;
SetClass;CS;;
SetCombatStyle;CS;;
SetCrimeGold;CS;;
SetDestroyed;CS;;
SetDoorDefaultOpen;CS;;
SetEssential;CS;;
SetFactionRank;CS;;
SetFactionReaction;CS;;
SetForceRun;CS;;
SetForceSneak;CS;;
SetGhost;CS;;
SetIgnoreFriendlyHits;CS;;
SetInCharGen;CS;;
SetInvestmentGold;CS;;
SetItemValue;CS;;
SetLevel;CS;;
SetNoAvoidance;CS;;
SetNoRumors;CS;;
SetOpenState;CS;;
SetOwnership;CS;;
SetPackDuration;CS;;
SetPCExpelled;CS;;
SetPCFactionAttack;CS;;
SetPCFactionMurder;CS;;
SetPCFactionSteal;CS;;
SetPCFactionSubmitAuthority;CS;;
SetPCFame;CS;;
SetPCInfamy;CS;;
SetPCSleepHours;CS;;
SetPlayerInSEWorld;CS 1.2;Player;Should be 1 if player is in Shivering Isles.
SetPos;CS;;
SetQuestObject;CS;;
SetRestrained;CS;;
SetRigidBodyMass;CS;;
SetScale;CS;;
SetSceneIsComplex;CS;;
SetShowQuestItems;CS;;
SetSize;CS;;
SetStage;CS;;
SetUnconscious;CS;;
SetWeather;CS;;
ShowBirthsignMenu;CS;;
ShowClassMenu;CS;;
ShowDialogSubtitles;CS;;
ShowEnchantment;CS;;
ShowMap;CS;;
ShowRaceMenu;CS;;
ShowSpellMaking;CS;;
SkipAnim;CS;;
StartCombat;CS;;
StartConversation;CS;;
StartQuest;CS;;
StopCombat;CS;;
StopCombatAlarmOnActor;CS;;
StopLook;CS;;
StopMagicEffectVisuals;CS;;
StopMagicShaderVisuals;CS;;
StopQuest;CS;;
StopWaiting;CS;;
StreamMusic;CS;;
This;CS;;
ToggleActorsAI;CS;;
TrapUpdate;CS;;
TriggerHitShader;CS;;
UnequipItem;CS;;
Unlock;CS;;
VampireFeed;CS;;
Wait;CS;;
WakeUpPC;CS;;
WhichServiceMenu;CS;;
Yield;CS;;
;;;
ArrayCmp;Pluggy;Array;Compares two arrays. 
ArrayCount;Pluggy;Array;Returns the count of indexes that contain a value. 
ArrayEsp;Pluggy;Array;Gets or sets the esp associated to an array. 
ArrayProtect;Pluggy;Array;Gets or sets the protection state of an array. 
ArraySize;Pluggy;Array;Gets or sets the size of an array. 
CopyArray;Pluggy;Array;Creates a copy of an array and returns the newly created ArrayID. 
CopyString;Pluggy;String;
CreateArray;Pluggy;Array;Creates a new array.
CreateString;Pluggy;String;
DelFile;Pluggy;;
DelTxtFile;Pluggy;;
DestroyAllArrays;Pluggy;Array;Destroys all arrays associated with the EspID.
DestroyAllStrings;Pluggy;String;Destroys the array.
DestroyArray;Pluggy;Array;
DestroyString;Pluggy;String;
DupArray;Pluggy;Array;
EspToString;Pluggy;String;
FileToString;Pluggy;String;
FindFloatInArray;Pluggy;Array;
FindInArray;Pluggy;Array;
FindRefInArray;Pluggy;Array;
FirstFreeInArray;Pluggy;Array;
FirstInArray;Pluggy;Array;
FloatToString;Pluggy;String;
GetEsp;Pluggy;;
GetInArray;Pluggy;Array;
GetRefEsp;Pluggy;;
GetTypeInArray;Pluggy;Array;
IniDelKey;Pluggy;;
IniKeyExists;Pluggy;;
IniReadFloat;Pluggy;;
IniReadInt;Pluggy;;
IniReadRef;Pluggy;;
IniReadString;Pluggy;;
IniWriteFloat;Pluggy;;
IniWriteInt;Pluggy;;
IniWriteRef;Pluggy;;
IniWriteString;Pluggy;;
IntToHex;Pluggy;;
IntToString;Pluggy;;
LC;Pluggy;;
ModRefEsp;Pluggy;;
PackArray;Pluggy;Array;
RefToString;Pluggy;String;
RemInArray;Pluggy;Array;
RenFile;Pluggy;;
RenTxtFile;Pluggy;;
SetFloatInArray;Pluggy;Array;
SetInArray;Pluggy;Array;
SetRefInArray;Pluggy;Array;
SetString;Pluggy;String;
StringCat;Pluggy;String;
StringCmp;Pluggy;String;
StringEsp;Pluggy;String;
StringGetName;Pluggy;String;
StringIns;Pluggy;String;
StringLen;Pluggy;String;
StringMsg;Pluggy;String;
StringMsgBox;Pluggy;String;
StringPos;Pluggy;String;
StringProtect;Pluggy;String;
StringRep;Pluggy;String;
StringSetName;Pluggy;String;
StringToFloat;Pluggy;String;
StringToInt;Pluggy;String;
StringToRef;Pluggy;String;
StringToTxtFile;Pluggy;String;
TxtFileExists;Pluggy;;
;;;
StrAddNewLine;TSFC;String;
StrAppend;TSFC;String;
StrAppendCharCode;TSFC;String;
StrCat;TSFC;String;
StrClear;TSFC;String;
StrClearLast;TSFC;String;
StrCompare;TSFC;String;
StrCopy;TSFC;String;
StrDel;TSFC;String;
StrDeleteAll;TSFC;String;
StrExpr;TSFC;String;
StrGetName;TSFC;String;
StrGetNthEffectItemScriptName;TSFC;String;
StrGetXXXPath;TSFC;String;
StrIDReplace;TSFC;String;
StrLength;TSFC;String;
StrLoad;TSFC;String;
StrMessageBox;TSFC;String;
StrNew;TSFC;String;
StrPrint;TSFC;String;
StrReplace;TSFC;String;
StrSave;TSFC;String;
StrSet;TSFC;String;
StrSetName;TSFC;String;
StrSetNthEffectItemScriptName;TSFC;String;
StrSetXXXPath;TSFC;String;
;;;
Abs;OBSE;Math;
ACos;OBSE;Math;
AddEffectItem;OBSE 10;;
AddEffectItemC;OBSE 10;;
AddFullEffectItem;OBSE 11;;
AddFullEffectItemC;OBSE 11;;
AddItemNS;OBSE 15;;
AddSpellNS;OBSE 15;;
AddToLeveledList;OBSE 13;;
AHammerKey;OBSE;;
AnimPathIncludes;OBSE 15;;
AppendToName;OBSE 11;;
ASin;OBSE;Math;
ATan;OBSE;Math;
ATan2;OBSE;Math;
CalcLeveledItem;OBSE 13;;
CalcLeveledItemNR;OBSE 15;;
CanCorpseCheck;OBSE 14;;
Ceil;OBSE;Math;
ClearHotKey;OBSE 15;;
ClearLeveledList;OBSE 15;;
CloneForm;OBSE;;
CompareFemaleBipedPath;OBSE 10;;
CompareFemaleGroundPath;OBSE 10;;
CompareFemaleIconPath;OBSE 10;;
CompareIconPath;OBSE 10;;
CompareMaleBipedPath;OBSE 10;;
CompareMaleGroundPath;OBSE 10;;
CompareMaleIconPath;OBSE 10;;
CompareModelPath;OBSE 10;;
CompareName;OBSE 10;;
CompareNames;OBSE 13;;
CompareScripts;OBSE 15;;
Con_CAL;OBSE 10;Console;
Con_GetINISetting;OBSE;Console;
Con_HairTint;OBSE;Console;
Con_LoadGame;OBSE 13;Console;
Con_ModWaterShader;OBSE;Console;
Con_PlayerSpellBook;OBSE 14;Console;
Con_QuitGame;OBSE 11;Console;
Con_RefreshINI;OBSE;Console;
Con_RunMemoryPass;OBSE;Console;
Con_Save;OBSE 10;Console;
Con_SaveINI;OBSE 11;Console;
Con_SetCameraFOV;OBSE;Console;
Con_SetClipDist;OBSE;Console;
Con_SetFog;OBSE;Console;
Con_SetGameSetting;OBSE;Console;
Con_SetGamma;OBSE;Console;
Con_SetHDRParam;OBSE;Console;
Con_SetImageSpaceGlow;OBSE;Console;
Con_SetINISetting;OBSE;Console;
Con_SetSkyParam;OBSE;Console;
Con_SetTargetRefraction;OBSE;Console;
Con_SetTargetRefractionFire;OBSE;Console;
Con_SexChange;OBSE;Console;
Con_TCL;OBSE 10;Console;
Con_TFC;OBSE 12;Console;
Con_TGM;OBSE 11;Console;
Con_ToggleAI;OBSE 10;Console;
Con_ToggleCombatAI;OBSE 10;Console;
Con_ToggleDetection;OBSE;Console;
Con_ToggleMapMarkers;OBSE 14;Console;
Con_ToggleMenus;OBSE 10;Console;
Con_WaterDeepColor;OBSE;Console;
Con_WaterReflectionColor;OBSE;Console;
Con_WaterShallowColor;OBSE;Console;
CopyAllEffectItems;OBSE 10;;
CopyEyes;OBSE 13;;
CopyFemaleBipedPath;OBSE 10;;
CopyFemaleGroundPath;OBSE 10;;
CopyFemaleIconPath;OBSE 10;;
CopyHair;OBSE 13;;
CopyIconPath;OBSE 10;;
CopyMaleBipedPath;OBSE 10;;
CopyMaleGroundPath;OBSE 10;;
CopyMaleIconPath;OBSE 10;;
CopyModelPath;OBSE 10;;
CopyName;OBSE 10;;
CopyNthEffectItem;OBSE 10;;
Cos;OBSE;Math;
Cosh;OBSE;Math;
CreatureHasNoHead;OBSE 14;;
CreatureHasNoLeftArm;OBSE 14;;
CreatureHasNoMovement;OBSE 14;;
CreatureHasNoRightArm;OBSE 14;;
CreatureNoCombatInWater;OBSE 14;;
CreatureUsesWeaponAndShield;OBSE 14;;
DisableControl;OBSE 13;;
DisableKey;OBSE;;
DisableMouse;OBSE;;
EnableControl;OBSE 13;;
EnableKey;OBSE;;
EnableMouse;OBSE;;
EquipItemNS;OBSE 15;;
Exp;OBSE;Math;
FactionHasSpecialCombat;OBSE 14;;
FileExists;OBSE 15;;
Floor;OBSE;Math;
Fmod;OBSE 10;;
GetRace;OBSE 14;;
GetActiveEffectCount;OBSE 13;;
GetActiveMenuFilter;OBSE 15;;
GetActiveMenuMode;OBSE 15;;
GetActiveMenuObject;OBSE 15;;
GetActiveMenuRef;OBSE 15;;
GetActiveMenuSelection;OBSE 15;;
GetActorLightAmount;OBSE;;
GetActorMaxLevel;OBSE 14;;
GetActorMinLevel;OBSE 14;;
GetActorSoulLevel;OBSE 14;;
GetActorValueC;OBSE 14;;
GetAltControl;OBSE;;
GetApparatusType;OBSE 10;;
GetArmorAR;OBSE;;
GetArmorType;OBSE;;
GetArrowProjectileBowEnchantment;OBSE 15;;
GetArrowProjectileEnchantment;OBSE 15;;
GetArrowProjectilePoison;OBSE 15;;
GetAttackDamage;OBSE;;
GetBaseObject;OBSE;;
GetBookCantBeTaken;OBSE 10;;
GetBookIsScroll;OBSE 10;;
GetBookSkillTaught;OBSE 10;;
GetCalcAllLevels;OBSE 15;;
GetCalcEachInCount;OBSE 15;;
GetCellMusicType;OBSE 14;;
GetChanceNone;OBSE 15;;
GetClass;OBSE;;
GetClassAttribute;OBSE;;
GetClassSkill;OBSE;;
GetClassSpecialization;OBSE;;
GetClimateSunriseBegin;OBSE 12;;
GetClimateSunriseEnd;OBSE 12;;
GetClimateSunsetBegin;OBSE 12;;
GetClimateSunsetEnd;OBSE 12;;
GetClimateVolatility;OBSE 13;;
GetCloseSound;OBSE 15;;
GetContainerRespawns;OBSE 13;;
GetControl;OBSE;;
GetCreatureBaseScale;OBSE 13;;
GetCreatureCombatSkill;OBSE 10;;
GetCreatureFlies;OBSE 14;;
GetCreatureMagicSkill;OBSE 10;;
GetCreatureReach;OBSE 13;;
GetCreatureSoulLevel;OBSE 13;;
GetCreatureSound;OBSE 15;;
GetCreatureSoundBase;OBSE 14;;
GetCreatureStealthSkill;OBSE 10;;
GetCreatureSwims;OBSE 14;;
GetCreatureType;OBSE 10;;
GetCreatureWalks;OBSE 14;;
GetCrosshairRef;OBSE 14;;
GetCurrentCharge;OBSE 10;;
GetCurrentClimateID;OBSE 12;;
GetCurrentHealth;OBSE 10;;
GetCurrentSoulLevel;OBSE 10;;
GetCurrentWeatherID;OBSE 12;;
GetDebugSelection;OBSE 13;;
GetEnchantment;OBSE;;
GetEnchantmentCharge;OBSE;;
GetEnchantmentCost;OBSE;;
GetEnchantmentType;OBSE;;
GetEnchMenuEnchItem;OBSE 15;;
GetEnchMenuSoulgem;OBSE 15;;
GetEquipmentSlot;OBSE;;
GetEquipmentSlotMask;OBSE 10;;
GetEquippedCurrentCharge;OBSE;;
GetEquippedCurrentHealth;OBSE;;
GetEquippedObject;OBSE;;
GetEquippedWeaponPoison;OBSE;;
GetEyes;OBSE 15;;
GetFallTimer;OBSE 15;;
GetFirstRef;OBSE 13;;
GetFPS;OBSE 10;;
GetFullGoldValue;OBSE 15;;
GetGameLoaded;OBSE;;
GetGameRestarted;OBSE 13;;
GetGodMode;OBSE 15;;
GetGoldValue;OBSE;;
GetHair;OBSE 15;;
GetHairColor;OBSE 15;;
GetHorse;OBSE 14;;
GetHotKeyItem;OBSE 15;;
GetIgnoresResistance;OBSE;;
GetInventoryObject;OBSE;;
GetKeyPress;OBSE;;
GetLevItemByLevel;OBSE 15;;
GetLightRadius;OBSE 14;;
GetLinkedDoor;OBSE 13;;
GetLoopSound;OBSE 15;;
GetMagicEffectBarterFactor;OBSE;;
GetMagicEffectBaseCost;OBSE;;
GetMagicEffectCode;OBSE;;
GetMagicEffectEnchantFactor;OBSE;;
GetMagicEffectOtherActorValue;OBSE 10;;
GetMagicEffectOtherActorValueC;OBSE 10;;
GetMagicEffectProjectileSpeed;OBSE;;
GetMagicEffectSchool;OBSE;;
GetMagicEffectUsedObject;OBSE 10;;
GetMagicEffectUsedObjectC;OBSE 10;;
GetMagicItemEffectCount;OBSE;;
GetMagicItemType;OBSE;;
GetMagicProjectileSpell;OBSE 15;;
GetMerchantContainer;OBSE 12;;
GetModIndex;OBSE 15;;
GetMouseButtonPress;OBSE;;
GetNextRef;OBSE 13;;
GetNthActiveEffectCaster;OBSE 13;;
GetNthActiveEffectCode;OBSE 13;;
GetNthActiveEffectData;OBSE 13;;
GetNthActiveEffectDuration;OBSE 13;;
GetNthActiveEffectMagicItem;OBSE 13;;
GetNthActiveEffectMagicItemIndex;OBSE 13;;
GetNthActiveEffectMagnitude;OBSE 13;;
GetNthActiveEffectTimeElapsed;OBSE 13;;
GetNthChildRef;OBSE 14;;
GetNthDetectedActor;OBSE 15;;
GetNthEffectItemActorValue;OBSE;;
GetNthEffectItemArea;OBSE;;
GetNthEffectItemCode;OBSE;;
GetNthEffectItemDuration;OBSE;;
GetNthEffectItemMagnitude;OBSE;;
GetNthEffectItemRange;OBSE;;
GetNthEffectItemScript;OBSE 10;;
GetNthEffectItemScriptSchool;OBSE 10;;
GetNthEffectItemScriptVisualEffect;OBSE 10;;
GetNthFaction;OBSE 14;;
GetNthFollower;OBSE 14;;
GetNthLevItem;OBSE;;
GetNthLevItemCount;OBSE 15;;
GetNthLevItemLevel;OBSE 15;;
GetNthPackage;OBSE 15;;
GetNthPlayerSpell;OBSE 10;;
GetNthRaceBonusSkill;OBSE 12;;
GetNthRaceSpell;OBSE 14;;
GetNthSpell;OBSE;;
GetNumChildRefs;OBSE 14;;
GetNumDetectedActors;OBSE 15;;
GetNumericINISetting;OBSE;;
GetNumFactions;OBSE 14;;
GetNumFollowers;OBSE 14;;
GetNumItems;OBSE;;
GetNumKeysPressed;OBSE;;
GetNumLevItems;OBSE 15;;
GetNumLoadedMods;OBSE 15;;
GetNumMouseButtonsPressed;OBSE;;
GetNumPackages;OBSE 15;;
GetNumRanks;OBSE 14;;
GetNumRefs;OBSE 13;;
GetObjectCharge;OBSE;;
GetObjectHealth;OBSE;;
GetObjectType;OBSE;;
GetOBSERevision;OBSE 15;;
GetOBSEVersion;OBSE;;
GetOpenKey;OBSE 13;;
GetOpenSound;OBSE 15;;
GetOwner;OBSE 13;;
GetOwningFactionRank;OBSE 13;;
GetParentCell;OBSE;;
GetParentCellOwner;OBSE 13;;
GetParentCellOwningFactionRank;OBSE 13;;
GetParentCellWaterHeight;OBSE 13;;
GetPCAttributeBonus;OBSE 15;;
GetPCMajorSkillUps;OBSE 15;;
GetPlayerSkillUse;OBSE 11;;
GetPlayersLastActivatedLoadDoor;OBSE 14;;
GetPlayersLastRiddenHorse;OBSE 14;;
GetPlayerSpell;OBSE;;
GetPlayerSpellCount;OBSE 10;;
GetPluginVersion;OBSE 13;;
GetProcessLevel;OBSE 15;;
GetProjectileSource;OBSE 15;;
GetProjectileType;OBSE 15;;
GetQuality;OBSE 10;;
GetRaceAttribute;OBSE 12;;
GetRaceAttributeC;OBSE 12;;
GetRaceSkillBonus;OBSE 12;;
GetRaceSkillBonusC;OBSE 12;;
GetRaceSpellCount;OBSE 14;;
GetRefCount;OBSE 15;;
GetRefVariable;OBSE 15;;
GetRider;OBSE 14;;
GetScript;OBSE 12;;
GetScriptActiveEffectIndex;OBSE 13;;
GetServicesMask;OBSE 15;;
GetSkillUseIncrement;OBSE 11;;
GetSoulGemCapacity;OBSE;;
GetSoulLevel;OBSE;;
GetSourceModIndex;OBSE 15;;
GetSpellCount;OBSE;;
GetSpellExplodesWithNoTarget;OBSE 12;;
GetSpellHostile;OBSE;;
GetSpellMagickaCost;OBSE;;
GetSpellMasteryLevel;OBSE;;
GetSpellSchool;OBSE 10;;
GetSpellType;OBSE;;
GetTeleportCell;OBSE 13;;
GetTotalActiveEffectMagnitude;OBSE 13;;
GetTotalAEAbilityMagnitude;OBSE 13;;
GetTotalAEAlchemyMagnitude;OBSE 13;;
GetTotalAEAllSpellsMagnitude;OBSE 13;;
GetTotalAEDiseaseMagnitude;OBSE 13;;
GetTotalAEEnchantmentMagnitude;OBSE 13;;
GetTotalAELesserPowerMagnitude;OBSE 13;;
GetTotalAENonAbilityMagnitude;OBSE 13;;
GetTotalAEPowerMagnitude;OBSE 13;;
GetTotalAESpellMagnitude;OBSE 13;;
GetTotalPCAttributeBonus;OBSE 15;;
GetTrainerLevel;OBSE 15;;
GetTrainerSkill;OBSE 15;;
GetTravelHorse;OBSE 13;;
GetVariable;OBSE 15;;
GetWeaponReach;OBSE;;
GetWeaponSpeed;OBSE;;
GetWeaponType;OBSE;;
GetWeatherCloudSpeedLower;OBSE 13;;
GetWeatherCloudSpeedUpper;OBSE 13;;
GetWeatherColor;OBSE 13;;
GetWeatherFogDayFar;OBSE 13;;
GetWeatherFogDayNear;OBSE 13;;
GetWeatherFogNightFar;OBSE 13;;
GetWeatherFogNightNear;OBSE 13;;
GetWeatherHDRValue;OBSE 13;;
GetWeatherLightningFrequency;OBSE 13;;
GetWeatherSunDamage;OBSE 13;;
GetWeatherSunGlare;OBSE 13;;
GetWeatherTransDelta;OBSE 13;;
GetWeatherWindSpeed;OBSE 13;;
GetWeight;OBSE;;
Goto;OBSE;;
HammerKey;OBSE;;
HasBeenPickedUp;OBSE 14;;
HasLowLevelProcessing;OBSE 14;;
HasModel;OBSE 14;;
HasName;OBSE 14;;
HasNoPersuasion;OBSE 14;;
HasSpell;OBSE;;
HasVariable;OBSE 15;;
HoldKey;OBSE;;
IncrementPlayerSkillUse;OBSE 11;;
IsActivatable;OBSE 14;;
IsActivator;OBSE;;
IsActorRespawning;OBSE 14;;
IsAlchemyItem;OBSE;;
IsAmmo;OBSE;;
IsAnimGroupPlaying;OBSE 15;;
IsApparatus;OBSE;;
IsArmor;OBSE;;
IsAttacking;OBSE 15;;
IsBarterMenuActive;OBSE 15;;
IsBipedIconPathValid;OBSE 15;;
IsBipedModelPathValid;OBSE 15;;
IsBlocking;OBSE 15;;
IsBook;OBSE;;
IsCasting;OBSE 15;;
IsClassAttribute;OBSE 11;;
IsClassSkill;OBSE;;
IsClonedForm;OBSE;;
IsClothing;OBSE;;
IsContainer;OBSE;;
IsControlPressed;OBSE 13;;
IsCreature;OBSE;;
IsCreatureBiped;OBSE 14;;
IsDodging;OBSE 15;;
IsDoor;OBSE;;
IsFactionEvil;OBSE 14;;
IsFactionHidden;OBSE 14;;
IsFlying;OBSE 15;;
IsFood;OBSE;;
IsFormValid;OBSE 15;;
IsFurniture;OBSE;;
IsGlobalCollisionDisabled;OBSE 11;;
IsHarvested;OBSE 14;;
IsIconPathValid;OBSE 15;;
IsInAir;OBSE 15;;
IsIngredient;OBSE;;
IsJumping;OBSE 15;;
IsKey;OBSE;;
IsKeyPressed;OBSE;;
IsKeyPressed2;OBSE;;
IsKeyPressed3;OBSE 13;;
IsLight;OBSE;;
IsLightCarriable;OBSE 14;;
IsLoadDoor;OBSE 13;;
IsMagicEffectCanRecover;OBSE 10;;
IsMagicEffectCanRecoverC;OBSE 10;;
IsMagicEffectDetrimental;OBSE 10;;
IsMagicEffectDetrimentalC;OBSE 10;;
IsMagicEffectForEnchanting;OBSE 10;;
IsMagicEffectForEnchantingC;OBSE 10;;
IsMagicEffectForSpellmaking;OBSE 10;;
IsMagicEffectForSpellmakingC;OBSE 10;;
IsMagicEffectHostile;OBSE;;
IsMagicEffectMagnitudePercent;OBSE 10;;
IsMagicEffectMagnitudePercentC;OBSE 10;;
IsMagicEffectOnSelfAllowed;OBSE 10;;
IsMagicEffectOnSelfAllowedC;OBSE 10;;
IsMagicEffectOnTargetAllowed;OBSE 10;;
IsMagicEffectOnTargetAllowedC;OBSE 10;;
IsMagicEffectOnTouchAllowed;OBSE 10;;
IsMagicEffectOnTouchAllowedC;OBSE 10;;
IsMagicItemAutoCalc;OBSE 10;;
IsModelPathValid;OBSE 15;;
IsModLoaded;OBSE 14;;
IsMovingBackward;OBSE 15;;
IsMovingForward;OBSE 15;;
IsMovingLeft;OBSE 15;;
IsMovingRight;OBSE 15;;
IsNthEffectItemScripted;OBSE 10;;
IsNthEffectItemScriptHostile;OBSE 10;;
IsOffLimits;OBSE 14;;
IsOnGround;OBSE 15;;
IsPCLevelOffset;OBSE 14;;
IsPersistent;OBSE 14;;
IsPlayable;OBSE 12;;
IsPlayable2;OBSE 15;;
IsPluginInstalled;OBSE 13;;
IsPoison;OBSE;;
IsPowerAttacking;OBSE 15;;
IsQuestItem;OBSE;;
IsRaceBonusSkill;OBSE 12;;
IsRaceBonusSkillC;OBSE 12;;
IsRecoiling;OBSE 15;;
IsReference;OBSE 15;;
IsRefEssential;OBSE;;
IsScripted;OBSE 10;;
IsSigilStone;OBSE;;
IsSoulGem;OBSE;;
IsStaggered;OBSE 15;;
IsSummonable;OBSE 14;;
IsThirdPerson;OBSE 10;;
IsTurningLeft;OBSE 15;;
IsTurningRight;OBSE 15;;
IsUnderWater;OBSE 13;;
IsWeapon;OBSE;;
Label;OBSE;;
LeftShift;OBSE 10;;
Log;OBSE;Math;
Log10;OBSE;Math;
LogicalAnd;OBSE 10;;
LogicalNot;OBSE 10;;
LogicalOr;OBSE 10;;
LogicalXor;OBSE 10;;
MagicEffectFXPersists;OBSE 10;;
MagicEffectFXPersistsC;OBSE 10;;
MagicEffectHasNoArea;OBSE 10;;
MagicEffectHasNoAreaC;OBSE 10;;
MagicEffectHasNoDuration;OBSE 10;;
MagicEffectHasNoDurationC;OBSE 10;;
MagicEffectHasNoHitEffect;OBSE 10;;
MagicEffectHasNoHitEffectC;OBSE 10;;
MagicEffectHasNoIngredient;OBSE 10;;
MagicEffectHasNoIngredientC;OBSE 10;;
MagicEffectHasNoMagnitude;OBSE 10;;
MagicEffectHasNoMagnitudeC;OBSE 10;;
MagicEffectUsesArmor;OBSE 10;;
MagicEffectUsesArmorC;OBSE 10;;
MagicEffectUsesAttribute;OBSE 10;;
MagicEffectUsesAttributeC;OBSE 10;;
MagicEffectUsesCreature;OBSE 10;;
MagicEffectUsesCreatureC;OBSE 10;;
MagicEffectUsesOtherActorValue;OBSE 10;;
MagicEffectUsesOtherActorValueC;OBSE 10;;
MagicEffectUsesSkill;OBSE 10;;
MagicEffectUsesSkillC;OBSE 10;;
MagicEffectUsesWeapon;OBSE 10;;
MagicEffectUsesWeaponC;OBSE 10;;
MagicItemHasEffect;OBSE;;
MagicItemHasEffectCode;OBSE;;
MagicItemHasEffectCount;OBSE 12;;
MagicItemHasEffectCountCode;OBSE 12;;
MagicItemHasEffectItemScript;OBSE 14;;
MenuHoldKey;OBSE 10;;
MenuReleaseKey;OBSE 10;;
MenuTapKey;OBSE 10;;
MessageBoxEx;OBSE 14;;
MessageEx;OBSE 14;;
ModActorValue2;OBSE;;
ModActorValueC;OBSE 14;;
ModArmorAR;OBSE;;
ModAttackDamage;OBSE;;
ModEnchantmentCharge;OBSE;;
ModEnchantmentCost;OBSE;;
ModEquippedCurrentCharge;OBSE;;
ModEquippedCurrentHealth;OBSE;;
ModFemaleBipedPath;OBSE 10;;
ModFemaleGroundPath;OBSE 10;;
ModFemaleIconPath;OBSE 10;;
ModGoldValue;OBSE;;
ModIconPath;OBSE 10;;
ModMaleBipedPath;OBSE 10;;
ModMaleGroundPath;OBSE 10;;
ModMaleIconPath;OBSE 10;;
ModModelPath;OBSE 10;;
ModName;OBSE 11;;
ModNthActiveEffectMagnitude;OBSE 13;;
ModNthEffectItemArea;OBSE;;
ModNthEffectItemDuration;OBSE;;
ModNthEffectItemMagnitude;OBSE;;
ModNthEffectItemScriptName;OBSE 14;;
ModObjectCharge;OBSE;;
ModObjectHealth;OBSE;;
ModQuality;OBSE 10;;
ModSpellMagickaCost;OBSE;;
ModWeaponReach;OBSE;;
ModWeaponSpeed;OBSE;;
ModWeight;OBSE;;
MoveMouseX;OBSE;;
MoveMouseY;OBSE;;
OffersApparatus;OBSE 15;;
OffersArmor;OBSE 15;;
OffersBooks;OBSE 15;;
OffersClothing;OBSE 15;;
OffersIngredients;OBSE 15;;
OffersLights;OBSE 15;;
OffersMagicItems;OBSE 15;;
OffersMiscItems;OBSE 15;;
OffersPotions;OBSE 15;;
OffersRecharging;OBSE 15;;
OffersRepair;OBSE 15;;
OffersServicesC;OBSE 15;;
OffersSpells;OBSE 15;;
OffersTraining;OBSE 15;;
OffersWeapons;OBSE 15;;
OnControlDown;OBSE 13;;
OnKeyDown;OBSE 13;;
ParentCellHasWater;OBSE 13;;
Pow;OBSE;Math;
PrintToConsole;OBSE;;
Rand;OBSE;Math;
RefreshControlMap;OBSE 13;;
RefreshCurrentClimate;OBSE 13;;
ReleaseKey;OBSE;;
RemoveAllEffectItems;OBSE 12;;
RemoveEnchantment;OBSE;;
RemoveEquippedWeaponPoison;OBSE;;
RemoveFromLeveledList;OBSE 13;;
RemoveItemNS;OBSE 15;;
RemoveLevItemByLevel;OBSE 15;;
RemoveNthEffectItem;OBSE;;
RemoveScript;OBSE 12;;
RemoveSpellNS;OBSE 15;;
RestoreIP;OBSE;;
RightShift;OBSE 10;;
RunBatchScript;OBSE 11;;
SaveIP;OBSE;;
SetActorRespawns;OBSE 14;;
SetActorValueC;OBSE 14;;
SetApparatusType;OBSE 10;;
SetArmorAR;OBSE;;
SetArmorType;OBSE;;
SetAttackDamage;OBSE;;
SetBookCantBeTaken;OBSE 10;;
SetBookIsScroll;OBSE 10;;
SetBookSkillTaught;OBSE 10;;
SetCanCorpseCheck;OBSE 14;;
SetClimateHasMasser;OBSE 13;;
SetClimateHasSecunda;OBSE 13;;
SetClimateMoonPhaseLength;OBSE 13;;
SetClimateSunsetBegin;OBSE 13;;
SetClimateSunsetEnd;OBSE 13;;
SetClimateVolatility;OBSE 13;;
SetCloseSound;OBSE 15;;
SetContainerRespawns;OBSE 13;;
SetCurrentSoulLevel;OBSE 14;;
SetDetectionState;OBSE 15;;
SetDisableGlobalCollision;OBSE 11;;
SetEnchantment;OBSE;;
SetEnchantmentCharge;OBSE;;
SetEnchantmentCost;OBSE;;
SetEnchantmentType;OBSE;;
SetEquipmentSlot;OBSE;;
SetEquippedCurrentCharge;OBSE;;
SetEquippedCurrentHealth;OBSE;;
SetEquippedWeaponPoison;OBSE;;
SetEyes;OBSE 13;;
SetFactionEvil;OBSE 14;;
SetFactionHidden;OBSE 14;;
SetFactionSpecialCombat;OBSE 14;;
SetFemaleBipedPath;OBSE;;
SetFemaleGroundPath;OBSE;;
SetFemaleIconPath;OBSE;;
SetGoldValue;OBSE;;
SetHair;OBSE 13;;
SetHarvested;OBSE 14;;
SetHasBeenPickedUp;OBSE 15;;
SetHotKeyItem;OBSE 15;;
SetIconPath;OBSE;;
SetIgnoresResistance;OBSE;;
SetIsFood;OBSE;;
SetIsPlayable;OBSE 12;;
SetLightRadius;OBSE 14;;
SetLoopSound;OBSE 15;;
SetLowLevelProcessing;OBSE 14;;
SetMagicItemAutoCalc;OBSE 10;;
SetMagicProjectileSpell;OBSE 15;;
SetMaleBipedPath;OBSE;;
SetMaleGroundPath;OBSE;;
SetMaleIconPath;OBSE;;
SetMerchantContainer;OBSE 12;;
SetMessageIcon;OBSE 15;;
SetMessageSound;OBSE 15;;
SetModelPath;OBSE;;
SetMouseSpeedX;OBSE;;
SetMouseSpeedY;OBSE;;
SetName;OBSE;;
SetNameEx;OBSE 15;;
SetNoPersuasion;OBSE 14;;
SetNthActiveEffectMagnitude;OBSE 13;;
SetNthEffectItemActorValue;OBSE;;
SetNthEffectItemArea;OBSE;;
SetNthEffectItemDuration;OBSE;;
SetNthEffectItemMagnitude;OBSE;;
SetNthEffectItemRange;OBSE;;
SetNthEffectItemScript;OBSE 12;;
SetNthEffectItemScriptHostile;OBSE 11;;
SetNthEffectItemScriptName;OBSE 12;;
SetNthEffectItemScriptSchool;OBSE 10;;
SetNthEffectItemScriptVisualEffect;OBSE 10;;
SetNthEffectItemScriptVisualEffectC;OBSE 10;;
SetNumericGameSetting;OBSE;;
SetNumericINISetting;OBSE;;
SetObjectCharge;OBSE;;
SetObjectHealth;OBSE;;
SetOffersApparatus;OBSE 15;;
SetOffersArmor;OBSE 15;;
SetOffersBooks;OBSE 15;;
SetOffersClothing;OBSE 15;;
SetOffersIngredients;OBSE 15;;
SetOffersLights;OBSE 15;;
SetOffersMagicItems;OBSE 15;;
SetOffersMiscItems;OBSE 15;;
SetOffersPotions;OBSE 15;;
SetOffersRecharging;OBSE 15;;
SetOffersRepair;OBSE 15;;
SetOffersServicesC;OBSE 15;;
SetOffersSpells;OBSE 15;;
SetOffersTraining;OBSE 15;;
SetOffersWeapons;OBSE 15;;
SetOpenKey;OBSE 13;;
SetOpenSound;OBSE 15;;
SetPCAMurderer;OBSE 13;;
SetPCLevelOffset;OBSE 14;;
SetPlayerProjectile;OBSE 15;;
SetQuality;OBSE 10;;
SetQuestItem;OBSE;;
SetRefCount;OBSE 15;;
SetRefEssential;OBSE;;
SetScaleEX;OBSE 14;;
SetScript;OBSE 12;;
SetSkillUseIncrement;OBSE 11;;
SetSoulGemCapacity;OBSE 10;;
SetSoulLevel;OBSE 10;;
SetSpellExplodesWithNoTarget;OBSE 12;;
SetSpellHostile;OBSE 15;;
SetSpellMagickaCost;OBSE;;
SetSpellMasteryLevel;OBSE;;
SetSpellType;OBSE;;
SetSummonable;OBSE 14;;
SetTrainerLevel;OBSE 15;;
SetTrainerSkill;OBSE 15;;
SetTravelHorse;OBSE 13;;
SetWeaponReach;OBSE;;
SetWeaponSpeed;OBSE;;
SetWeaponType;OBSE;;
SetWeatherCloudSpeedLower;OBSE 13;;
SetWeatherCloudSpeedUpper;OBSE 13;;
SetWeatherColor;OBSE 13;;
SetWeatherFogDayFar;OBSE 13;;
SetWeatherFogDayNear;OBSE 13;;
SetWeatherFogNightFar;OBSE 13;;
SetWeatherFogNightNear;OBSE 13;;
SetWeatherHDRValue;OBSE 13;;
SetWeatherLightningFrequency;OBSE 13;;
SetWeatherSunDamage;OBSE 13;;
SetWeatherSunGlare;OBSE 13;;
SetWeatherTransDelta;OBSE 13;;
SetWeatherWindSpeed;OBSE 13;;
SetWeight;OBSE;;
Sin;OBSE;Math;
Sinh;OBSE;Math;
SquareRoot;OBSE;Math;
Tan;OBSE;Math;
Tanh;OBSE;Math;
TapControl;OBSE 13;;
TapKey;OBSE;Math;
ToggleCreatureModel;OBSE 15;;
UnequipItemNS;OBSE 15;;
UnHammerKey;OBSE;;