Difference between revisions of "List of Functions"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Blabla21
imported>Blabla21
(Removing all content from page)
Line 1: Line 1:
[[Category:Scripting]]
This page lists all scripting functions including OBSE and OBSE plugin functions.


'''Editors:''' Do not edit entries on this page. See [[Raw Function List]] for more info.
{{CompactTOC4}}
===A===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Abs]] || Converts negative number to equivalent positive number.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ACos]] ||
|-
|CS || [[Activate]] || Activate object.
|-
|CS || [[AddAchievement]] || X-Box only
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[AddEffectItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[AddEffectItemC]] ||
|-
|CS || [[AddFlames]] || Adds the 'flame nodes' object to the object
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[AddFullEffectItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[AddFullEffectItemC]] ||
|-
|CS || [[AddItem]] || Adds number of item to calling container's inventory.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[AddItemNS]] ||
|-
|CS || [[AddScriptPackage]] || Adds script package to the calling actor.
|-
|CS || [[AddSpell]] || Add spell/ability/disease to actor.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[AddSpellNS]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[AddToLeveledList]] ||
|-
|CS || [[AddTopic]] || Adds the topic to player's known list of topics.
|-
|CS || [[AdvancePCLevel]] || Brings up the 'level menu' and allows player to advance a level.
|-
|CS || [[AdvancePCSkill]] || Increases player's skill by the given amount.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[AHammerKey]] || Simulates rapid keypresses on odd frames.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[AnimPathIncludes]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[AppendToName]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[ArrayCmp]] || Compares two arrays.
|-
|[[:Category:Pluggy|Pluggy]] || [[ArrayCount]] || Returns the count of indexes that contain a value.
|-
|[[:Category:Pluggy|Pluggy]] || [[ArrayEsp]] || Gets or sets the esp associated to an array.
|-
|[[:Category:Pluggy|Pluggy]] || [[ArrayProtect]] || Gets or sets the protection state of an array.
|-
|[[:Category:Pluggy|Pluggy]] || [[ArraySize]] || Gets or sets the size of an array.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ASin]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ATan]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ATan2]] ||
|-
|CS || [[Autosave]] || Force an autosave of the game.
|}
===C===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[CalcLeveledItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[CalcLeveledItemNR]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CanCorpseCheck]] ||
|-
|CS || [[CanHaveFlames]] || Returns 1 if the object can have flames.
|-
|CS || [[CanPayCrimeGold]] || Returns 1 if actor can pay their bounty (crime gold)
|-
|CS || [[Cast]] || Calling object casts the spell at specified target.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Ceil]] || Rounds decimal portion of number up, even if less than 0.5.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[ClearHotKey]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[ClearLeveledList]] ||
|-
|CS 1.2 || [[ClearOwnership]] || Removes all ownership to the item in question.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[CloneForm]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[CloseAllMenus]] || Closes all currently open menus.
|-
|CS || [[CloseCurrentOblivionGate]] || Performs functions and closes current oblivion gate.
|-
|CS || [[CloseOblivionGate]] || If calling reference is an Oblivion gate, closes it.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareFemaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareFemaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareFemaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareMaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareMaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareMaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareModelPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CompareName]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[CompareNames]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[CompareScripts]] ||
|-
|CS || [[CompleteQuest]] || Marks the quest as complete.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_CAL]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_GetINISetting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_HairTint]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[Con_LoadGame]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_ModWaterShader]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[Con_PlayerSpellBook]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[Con_QuitGame]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_RefreshINI]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_RunMemoryPass]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_Save]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[Con_SaveINI]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetCameraFOV]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetClipDist]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetFog]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetGameSetting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetGamma]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetHDRParam]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetImageSpaceGlow]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetINISetting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetSkyParam]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetTargetRefraction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SetTargetRefractionFire]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_SexChange]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_TCL]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[Con_TFC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[Con_TGM]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_ToggleAI]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_ToggleCombatAI]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_ToggleDetection]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[Con_ToggleMapMarkers]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Con_ToggleMenus]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_WaterDeepColor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_WaterReflectionColor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Con_WaterShallowColor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyAllEffectItems]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[CopyArray]] || Creates a copy of an array and returns the newly created ArrayID.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[CopyEyes]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyFemaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyFemaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyFemaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[CopyHair]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyMaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyMaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyMaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyModelPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyName]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[CopyNthEffectItem]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[CopyString]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Cos]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Cosh]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[CreateArray]] || Creates a new array.
|-
|CS || [[CreateFullActorCopy]] || Creates a copy of the actor and its base.
|-
|[[:Category:Pluggy|Pluggy]] || [[CreateString]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureHasNoHead]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureHasNoLeftArm]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureHasNoMovement]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureHasNoRightArm]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureNoCombatInWater]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[CreatureUsesWeaponAndShield]] ||
|}
===D===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|CS || [[DeleteFullActorCopy]] || Deletes a created reference and its base object.
|-
|[[:Category:Pluggy|Pluggy]] || [[DelFile]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[DelTxtFile]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[DestroyAllArrays]] || Destroys all arrays associated with the EspID.
|-
|[[:Category:Pluggy|Pluggy]] || [[DestroyAllStrings]] || Destroys the array.
|-
|[[:Category:Pluggy|Pluggy]] || [[DestroyArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[DestroyString]] ||
|-
|CS || [[Disable]] || Disables the calling object.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[DisableControl]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[DisableKey]] ||
|-
|CS || [[DisableLinkedPathPoints]] || Disables any path points linked to the calling object.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[DisableMouse]] ||
|-
|CS || [[DisablePlayerControls]] || Player cannot move, wait, activate things, access journal.
|-
|CS || [[Dispel]] || Removes specified spell/magic that is affecting an actor.
|-
|CS || [[DispelAllSpells]] || Removes all current spells/magic that affecting an actor.
|-
|CS || [[Drop]] || Calling actor drops the specified item(s) in the world at his feet.
|-
|CS || [[DropMe]] || Drops the calling item from its container.
|-
|[[:Category:Pluggy|Pluggy]] || [[DupArray]] ||
|-
|CS || [[DuplicateAllItems]] || Duplicates all items into the target container.
|-
|CS || [[DuplicateNPCStats]] || Duplicates all stats from specified actor to calling actor.
|}
===E===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|CS || [[Enable]] || Enables the calling object.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[EnableControl]] ||
|-
|CS || [[EnableFastTravel]] || Enables or disables fast travel.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[EnableKey]] ||
|-
|CS || [[EnableLinkedPathPoints]] || Enables any path points linked to the calling object.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[EnableMouse]] ||
|-
|CS || [[EnablePlayerControls]] || Call after DisablePlayerControls to reenable controls.
|-
|CS || [[EquipItem]] || Forces the actor to equip the item.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[EquipItemNS]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[EspToString]] ||
|-
|CS || [[EssentialDeathReload]] || Forces reload of the game, following an optional message.
|-
|CS || [[EvaluatePackage]] || Forces actor to reevaluate which AI package they should run.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Exp]] ||
|}
===F===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[FactionHasSpecialCombat]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[FileExists]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FileToString]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FindFloatInArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FindInArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FindRefInArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FirstFreeInArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FirstInArray]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[FloatToString]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Floor]] || Rounds decimal portion of number down, even if greater than 0.5.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[Fmod]] || Returns remainder of a quotient for floating point numbers.
|-
|CS || [[ForceActorValue]] || Modifies the current value of stat to the given value.
|-
|CS || [[ForceCloseOblivionGate]] || Instantly closes the calling oblivion gate.
|-
|CS || [[ForceFlee]] || Causes actor to analyze area for threats and flee if threat found.
|-
|CS || [[ForceTakeCover]] ||
|-
|CS || [[ForceWeather]] ||
|}
===G===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|CS || [[GetActionRef]] || Returns reference to Actor activating the caller (OnActivate block type only!).
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetActiveEffectCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetActiveMenuFilter]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetActiveMenuMode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetActiveMenuObject]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetActiveMenuRef]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetActiveMenuSelection]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetActorLightAmount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetActorMaxLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetActorMinLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetActorSoulLevel]] ||
|-
|CS || [[GetActorValue]] || Returns current value of an NPC/Player [[Stats List|stat]].
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetActorValueC]] ||
|-
|CS || [[GetAlarmed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetAlchMenuApparatus]] || Returns apparatus being used in brewing process.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetAlchMenuIngredient]] || Returns one of the ingredients in potion being brewed.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetAlchMenuIngredientCount]] || Returns amount of ingredient for potion being brewed.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetAltControl]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetAltControl2]] || Returns the dx scancode of alternate key used for specified control.
|-
|CS || [[GetAmountSoldStolen]] ||
|-
|CS || [[GetAngle]] || Finds the angle (0-360 degrees) on specified axis.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetApparatusType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetArmorAR]] ||
|-
|CS || [[GetArmorRating]] ||
|-
|CS || [[GetArmorRatingUpperBody]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetArmorType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetArrowProjectileBowEnchantment]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetArrowProjectileEnchantment]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetArrowProjectilePoison]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetAttackDamage]] ||
|-
|CS || [[GetAttacked]] ||
|-
|CS || [[GetBarterGold]] || Gives amount of gold available from NPC vendor.
|-
|CS || [[GetBaseActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetBaseActorValueC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetBaseObject]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetBookCantBeTaken]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetBookIsScroll]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetBookSkillTaught]] ||
|-
|CS || [[GetButtonPressed]] || Returns number of button (counting from 0) clicked in last MessageBox.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetCalcAllLevels]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetCalcEachInCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCellMusicType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetChanceNone]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetClass]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetClassAttribute]] ||
|-
|CS || [[GetClassDefaultMatch]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetClassSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetClassSpecialization]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetClimateSunriseBegin]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetClimateSunriseEnd]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetClimateSunsetBegin]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetClimateSunsetEnd]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetClimateVolatility]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetCloseSound]] ||
|-
|CS || [[GetClothingValue]] || Computes the total value of worn equipment on the actor.
|-
|CS || [[GetCombatTarget]] ||
|-
|CS || [[GetContainer]] || Returns a reference to the container the scripted object is in, if any.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetContainerMenuView]] || Returns 1 for player inventory, 0 for merchant\container.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetContainerRespawns]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetControl]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetCreatureBaseScale]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCreatureCombatSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCreatureFlies]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCreatureMagicSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetCreatureReach]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetCreatureSoulLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetCreatureSound]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCreatureSoundBase]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCreatureStealthSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCreatureSwims]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCreatureType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCreatureWalks]] ||
|-
|CS || [[GetCrime]] ||
|-
|CS || [[GetCrimeGold]] ||
|-
|CS || [[GetCrimeKnown]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetCrosshairRef]] ||
|-
|CS || [[GetCurrentAIPackage]] ||
|-
|CS || [[GetCurrentAIProcedure]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCurrentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetCurrentClimateID]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCurrentHealth]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetCurrentSoulLevel]] ||
|-
|CS || [[GetCurrentTime]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetCurrentWeatherID]] ||
|-
|CS || [[GetCurrentWeatherPercent]] ||
|-
|CS || [[GetDayOfWeek]] ||
|-
|CS || [[GetDead]] ||
|-
|CS || [[GetDeadCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetDebugSelection]] ||
|-
|CS || [[GetDestroyed]] ||
|-
|CS || [[GetDetected]] ||
|-
|CS || [[GetDetectionLevel]] ||
|-
|CS || [[GetDisabled]] ||
|-
|CS || [[GetDisposition]] ||
|-
|CS || [[GetDistance]] ||
|-
|CS || [[GetDoorDefaultOpen]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[GetEnchantment]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[GetEnchantmentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[GetEnchantmentCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[GetEnchantmentType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetEnchMenuEnchItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetEnchMenuSoulgem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetEquipmentSlot]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetEquipmentSlotMask]] ||
|-
|CS || [[GetEquipped]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetEquippedCurrentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetEquippedCurrentHealth]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetEquippedObject]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetEquippedWeaponPoison]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[GetEsp]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetEyes]] ||
|-
|CS || [[GetFactionRank]] ||
|-
|CS || [[GetFactionRankDifference]] ||
|-
|CS || [[GetFactionReaction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetFallTimer]] ||
|-
|CS || [[GetFatiguePercentage]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetFirstRef]] ||
|-
|CS || [[GetForceRun]] ||
|-
|CS || [[GetForceSneak]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetFPS]] ||
|-
|CS || [[GetFriendHit]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetFullGoldValue]] ||
|-
|CS || [[GetFurnitureMarkerID]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetGameLoaded]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetGameRestarted]] ||
|-
|CS || [[GetGameSetting]] ||
|-
|CS || [[GetGlobalValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetGodMode]] ||
|-
|CS || [[GetGold]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetGoldValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetHair]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetHairColor]] ||
|-
|CS || [[GetHeadingAngle]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetHorse]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetHotKeyItem]] ||
|-
|CS || [[GetIdleDoneOnce]] ||
|-
|CS || [[GetIgnoreFriendlyHits]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetIgnoresResistance]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[GetInArray]] ||
|-
|CS || [[GetInCell]] ||
|-
|CS || [[GetInCellParam]] ||
|-
|CS || [[GetInFaction]] ||
|-
|CS || [[GetInSameCell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetInventoryObject]] ||
|-
|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]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetKeyPress]] ||
|-
|CS || [[GetKnockedState]] ||
|-
|CS || [[GetLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetLevItemByLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetLightRadius]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetLinkedDoor]] ||
|-
|CS || [[GetLocked]] ||
|-
|CS || [[GetLockLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetLoopSound]] ||
|-
|CS || [[GetLOS]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectBarterFactor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectBaseCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectCode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectEnchantFactor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetMagicEffectOtherActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetMagicEffectOtherActorValueC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectProjectileSpeed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicEffectSchool]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetMagicEffectUsedObject]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetMagicEffectUsedObjectC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicItemEffectCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMagicItemType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetMagicProjectileSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetMerchantContainer]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetModIndex]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetMouseButtonPress]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNextRef]] ||
|-
|CS || [[GetNoRumors]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectCaster]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectCode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectData]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectDuration]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectMagicItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectMagicItemIndex]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNthActiveEffectTimeElapsed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNthChildRef]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNthDetectedActor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemArea]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemCode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemDuration]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthEffectItemRange]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetNthEffectItemScript]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetNthEffectItemScriptSchool]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetNthEffectItemScriptVisualEffect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNthFaction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNthFollower]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthLevItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNthLevItemCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNthLevItemLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNthPackage]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetNthPlayerSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetNthRaceBonusSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNthRaceSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNthSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNumChildRefs]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNumDetectedActors]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNumericINISetting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNumFactions]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNumFollowers]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNumItems]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNumKeysPressed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNumLevItems]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNumLoadedMods]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetNumMouseButtonsPressed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetNumPackages]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetNumRanks]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetNumRefs]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetObjectCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetObjectHealth]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetObjectType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetOBSERevision]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetOBSEVersion]] ||
|-
|CS || [[GetOffersServicesNow]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetOpenKey]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetOpenSound]] ||
|-
|CS || [[GetOpenState]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetOwner]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetOwningFactionRequiredRank]] ||
|-
|CS || [[GetPackageTarget]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetParentCell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetParentCellOwner]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetParentCellOwningFactionRequiredRank]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetParentCellWaterHeight]] ||
|-
|CS || [[GetParentRef]] || Returns the parent reference (assigned in Construction Set) of an object in the world.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetPCAttributeBonus]] ||
|-
|CS || [[GetPCExpelled]] ||
|-
|CS || [[GetPCFactionAttack]] ||
|-
|CS || [[GetPCFactionMurder]] ||
|-
|CS || [[GetPCFactionSteal]] ||
|-
|CS || [[GetPCFactionSubmitAuthority]] ||
|-
|CS || [[GetPCFame]] ||
|-
|CS || [[GetPCInFaction]] ||
|-
|CS || [[GetPCInfamy]] ||
|-
|CS || [[GetPCIsClass]] ||
|-
|CS || [[GetPCIsRace]] ||
|-
|CS || [[GetPCIsSex]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetPCMajorSkillUps]] ||
|-
|CS || [[GetPCMiscStat]] ||
|-
|CS || [[GetPCSleepHours]] ||
|-
|CS || [[GetPersuasionNumber]] ||
|-
|CS || [[GetPlayerControlsDisabled]] ||
|-
|CS || [[GetPlayerHasLastRiddenHorse]] ||
|-
|CS 1.2 || [[GetPlayerInSEWorld]] || Should be 1 if player is in Shivering Isles.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[GetPlayerSkillUse]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetPlayersLastActivatedLoadDoor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetPlayersLastRiddenHorse]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetPlayerSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetPlayerSpellCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetPluginVersion]] ||
|-
|CS || [[GetPos]] || Returns position on x, y, or z axis in world.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetProcessLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetProjectileSource]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetProjectileType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetQuality]] ||
|-
|CS || [[GetQuestRunning]] || 1 if StartQuest or SetStage was used or is running by default.
|-
|CS || [[GetQuestVariable]] || Intended for dialogue conditions - use questName.variable instead.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetRace]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetRaceAttribute]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetRaceAttributeC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetRaceSkillBonus]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetRaceSkillBonusC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetRaceSpellCount]] ||
|-
|CS || [[GetRandomPercent]] || Returns an ''integer'' from 0 to 100. See also [[Rand]] (OBSE).
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetRefCount]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[GetRefEsp]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetRefVariable]] ||
|-
|CS || [[GetRestrained]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[GetRider]] ||
|-
|CS || [[GetScale]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetScript]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetScriptActiveEffectIndex]] ||
|-
|CS || [[GetScriptVariable]] ||
|-
|CS || [[GetSecondsPassed]] ||
|-
|CS || [[GetSelf]] || Returns the actor affected by a scripted effect in a script effect block.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetServicesMask]] ||
|-
|CS || [[GetShouldAttack]] ||
|-
|CS || [[GetSitting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[GetSkillUseIncrement]] ||
|-
|CS || [[GetSleeping]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSoulGemCapacity]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSoulLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetSoundPlaying]] || Returns number of times the specified sound is playing.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetSourceModIndex]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSpellCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[GetSpellExplodesWithNoTarget]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSpellHostile]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSpellMagickaCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSpellMasteryLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[GetSpellSchool]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetSpellType]] ||
|-
|CS || [[GetStage]] ||
|-
|CS || [[GetStageDone]] ||
|-
|CS || [[GetStartingAngle]] ||
|-
|CS || [[GetStartingPos]] ||
|-
|CS || [[GetTalkedToPC]] ||
|-
|CS || [[GetTalkedToPCParam]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTeleportCell]] ||
|-
|CS || [[GetTimeDead]] || Floating point number of hours since NPC/Creature was killed.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalActiveEffectMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEAbilityMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEAlchemyMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEAllSpellsMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEDiseaseMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEEnchantmentMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAELesserPowerMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAENonAbilityMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAEPowerMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTotalAESpellMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetTotalPCAttributeBonus]] ||
|-
|CS || [[GetTotalPersuasionNumber]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetTrainerLevel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetTrainerSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetTravelHorse]] ||
|-
|CS || [[GetTrespassWarningLevel]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[GetTypeInArray]] ||
|-
|CS || [[GetUnconscious]] ||
|-
|CS || [[GetUsedItemActivate]] ||
|-
|CS || [[GetUsedItemLevel]] ||
|-
|CS || [[GetVampire]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[GetVariable]] ||
|-
|CS || [[GetWalkSpeed]] ||
|-
|CS || [[GetWeaponAnimType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetWeaponReach]] ||
|-
|CS || [[GetWeaponSkillType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetWeaponSpeed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetWeaponType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherCloudSpeedLower]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherCloudSpeedUpper]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherColor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherFogDayFar]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherFogDayNear]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherFogNightFar]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherFogNightNear]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherHDRValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherLightningFrequency]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherSunDamage]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherSunGlare]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherTransDelta]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[GetWeatherWindSpeed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GetWeight]] ||
|-
|CS || [[GetWindSpeed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[GoTo]] ||
|-
|CS || [[GoToJail]] ||
|}
===H===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[HammerKey]] || Simulates rapid keypresses on even frames.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[HasBeenPickedUp]] ||
|-
|CS || [[HasFlames]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[HasLowLevelProcessing]] ||
|-
|CS || [[HasMagicEffect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[HasModel]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[HasName]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[HasNoPersuasion]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[HasSpell]] ||
|-
|CS || [[HasVampireFed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[HasVariable]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[HoldKey]] ||
|}
===I===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[IncrementPlayerSkillUse]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniDelKey]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniKeyExists]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniReadFloat]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniReadInt]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniReadRef]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniReadString]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniWriteFloat]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniWriteInt]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniWriteRef]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IniWriteString]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IntToHex]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[IntToString]] ||
|-
|CS || [[IsActionRef]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsActivatable]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsActivator]] ||
|-
|CS || [[IsActor]] ||
|-
|CS || [[IsActorAVictim]] ||
|-
|CS || [[IsActorDetected]] ||
|-
|CS || [[IsActorEvil]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsActorRespawning]] ||
|-
|CS || [[IsActorsAIOff]] ||
|-
|CS || [[IsActorUsingATorch]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsAlchemyItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsAmmo]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsAnimGroupPlaying]] ||
|-
|CS || [[IsAnimPlaying]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsApparatus]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsArmor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsAttacking]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsBarterMenuActive]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsBipedIconPathValid]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsBipedModelPathValid]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsBlocking]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsBook]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsCasting]] ||
|-
|CS || [[IsCellOwner]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[IsClassAttribute]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsClassSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsClonedForm]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsClothing]] ||
|-
|CS || [[IsCloudy]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsContainer]] ||
|-
|CS || [[IsContinuingPackagePCNear]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[IsControlPressed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsCreature]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsCreatureBiped]] ||
|-
|CS || [[IsCurrentFurnitureObj]] ||
|-
|CS || [[IsCurrentFurnitureRef]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsDodging]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsDoor]] ||
|-
|CS || [[IsEssential]] ||
|-
|CS || [[IsFacingUp]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsFactionEvil]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsFactionHidden]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsFlying]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsFood]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsFormValid]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsFurniture]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[IsGlobalCollisionDisabled]] ||
|-
|CS || [[IsGuard]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsHarvested]] ||
|-
|CS || [[IsHorseStolen]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsIconPathValid]] ||
|-
|CS || [[IsIdlePlaying]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsInAir]] ||
|-
|CS || [[IsInCombat]] ||
|-
|CS || [[IsInDangerousWater]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsIngredient]] ||
|-
|CS || [[IsInInterior]] ||
|-
|CS || [[IsInMyOwnedCell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsJumping]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsKey]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsKeyPressed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsKeyPressed2]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[IsKeyPressed3]] ||
|-
|CS || [[IsLeftUp]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsLight]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsLightCarriable]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[IsLoadDoor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectCanRecover]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectCanRecoverC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectDetrimental]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectDetrimentalC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectForEnchanting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectForEnchantingC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectForSpellmaking]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectForSpellmakingC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsMagicEffectHostile]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectMagnitudePercent]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectMagnitudePercentC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnSelfAllowed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnSelfAllowedC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnTargetAllowed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnTargetAllowedC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnTouchAllowed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicEffectOnTouchAllowedC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsMagicItemAutoCalc]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsModelPathValid]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsModLoaded]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsMovingBackward]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsMovingForward]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsMovingLeft]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsMovingRight]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsNthEffectItemScripted]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsNthEffectItemScriptHostile]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsOffLimits]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsOnGround]] ||
|-
|CS || [[IsOwner]] ||
|-
|CS || [[IsPCAMurderer]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsPCLevelOffset]] ||
|-
|CS || [[IsPCSleeping]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsPersistent]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[IsPlayable]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsPlayable2]] ||
|-
|CS || [[IsPlayerInJail]] ||
|-
|CS || [[IsPlayerMovingIntoNewSpace]] ||
|-
|CS || [[IsPlayersLastRiddenHorse]] ||
|-
|CS || [[IsPleasant]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[IsPluginInstalled]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsPoison]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsPowerAttacking]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsQuestItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[IsRaceBonusSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[IsRaceBonusSkillC]] ||
|-
|CS || [[IsRaining]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsRecoiling]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsReference]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsRefEssential]] ||
|-
|CS || [[IsRidingHorse]] ||
|-
|CS || [[IsRunning]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsScripted]] ||
|-
|CS || [[IsShieldOut]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsSigilStone]] ||
|-
|CS || [[IsSneaking]] ||
|-
|CS || [[IsSnowing]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsSoulGem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsSpellHostile]] ||
|-
|CS || [[IsSpellTarget]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsStaggered]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[IsSummonable]] ||
|-
|CS || [[IsSwimming]] ||
|-
|CS || [[IsTalking]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[IsThirdPerson]] ||
|-
|CS || [[IsTimePassing]] ||
|-
|CS || [[IsTorchOut]] ||
|-
|CS || [[IsTrespassing]] ||
|-
|CS || [[IsTurnArrest]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsTurningLeft]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[IsTurningRight]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[IsUnderWater]] ||
|-
|CS || [[IsWaiting]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[IsWeapon]] ||
|-
|CS || [[IsWeaponOut]] ||
|-
|CS || [[IsXBox]] ||
|-
|CS || [[IsYielding]] ||
|}
===K===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|CS || [[Kill]] || Immediately "ends" Actor/Creature.
|-
|CS || [[KillAllActors]] ||
|}
===L===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Label]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[LC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[LeftShift]] ||
|-
|CS || [[Lock]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Log]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Log10]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[LogicalAnd]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[LogicalNot]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[LogicalOr]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[LogicalXor]] ||
|-
|CS || [[Look]] ||
|-
|CS || [[LoopGroup]] ||
|}
===M===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectFXPersists]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectFXPersistsC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoArea]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoAreaC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoDuration]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoDurationC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoHitEffect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoHitEffectC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoIngredient]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoIngredientC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectHasNoMagnitudeC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesArmor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesArmorC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesAttribute]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesAttributeC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesCreature]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesCreatureC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesOtherActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesOtherActorValueC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesSkillC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesWeapon]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MagicEffectUsesWeaponC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[MagicItemHasEffect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[MagicItemHasEffectCode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[MagicItemHasEffectCount]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[MagicItemHasEffectCountCode]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[MagicItemHasEffectItemScript]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MenuHoldKey]] ||
|-
|CS || [[MenuMode (Function)]] || 1 if a menu is showing. Allows checking for specific menus using type code.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MenuReleaseKey]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[MenuTapKey]] ||
|-
|CS || [[Message]] || Displays simple formatted message in corner of screen.
|-
|CS || [[MessageBox]] || Displays a box that pauses game and provides message in middle of screen.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[MessageBoxEx]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[MessageEx]] ||
|-
|CS || [[ModActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModActorValue2]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[ModActorValueC]] ||
|-
|CS || [[ModAmountSoldStolen]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModArmorAR]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModAttackDamage]] ||
|-
|CS || [[ModBarterGold]] ||
|-
|CS || [[ModCrimeGold]] ||
|-
|CS || [[ModDisposition]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[ModEnchantmentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[ModEnchantmentCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModEquippedCurrentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModEquippedCurrentHealth]] ||
|-
|CS || [[ModFactionRank]] ||
|-
|CS || [[ModFactionReaction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModFemaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModFemaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModFemaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModGoldValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModMaleBipedPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModMaleGroundPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModMaleIconPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModModelPath]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[ModName]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[ModNthActiveEffectMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModNthEffectItemArea]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModNthEffectItemDuration]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModNthEffectItemMagnitude]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[ModNthEffectItemScriptName]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModObjectCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModObjectHealth]] ||
|-
|CS || [[ModPCAttribute]] ||
|-
|CS || [[ModPCFame]] ||
|-
|CS || [[ModPCInfamy]] ||
|-
|CS || [[ModPCMiscStat]] ||
|-
|CS || [[ModPCSkill]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[ModQuality]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[ModRefEsp]] ||
|-
|CS || [[ModScale]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModSpellMagickaCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModWeaponReach]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModWeaponSpeed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ModWeight]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[MoveMouseX]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[MoveMouseY]] ||
|-
|CS || [[MoveTo]] ||
|-
|CS || [[MoveToMarker]] ||
|}
===N===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[NameIncludes]] || 1 if the object has the given string in its full name.
|}
===O===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersApparatus]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersArmor]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersBooks]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersClothing]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersIngredients]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersLights]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersMagicItems]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersMiscItems]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersPotions]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersRecharging]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersRepair]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersServicesC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersSpells]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersTraining]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[OffersWeapons]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[OnControlDown]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[OnKeyDown]] ||
|}
===P===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Pluggy|Pluggy]] || [[PackArray]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[ParentCellHasWater]] ||
|-
|CS || [[PayFine]] || Confiscates player's stolen goods, resets bounty to zero, sends outside jail.
|-
|CS || [[PayFineThief]] || Resets bounty to zero (without confiscating goods or going to jail).
|-
|CS || [[PickIdle]] ||
|-
|CS || [[PlaceAtMe]] ||
|-
|CS || [[PlayBink]] ||
|-
|CS || [[PlayGroup]] ||
|-
|CS || [[PlayMagicEffectVisuals]] ||
|-
|CS || [[PlayMagicShaderVisuals]] ||
|-
|CS || [[PlaySound]] ||
|-
|CS || [[PlaySound3D]] ||
|-
|CS || [[PositionCell]] ||
|-
|CS || [[PositionWorld]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Pow]] ||
|-
|CS || [[PreloadMagicEffect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[PrintToConsole]] ||
|-
|CS 1.2 || [[PurgeCellBuffers]] ||
|-
|CS 1.2 || [[PushActorAway]] || Pushes a target actor away from the caller.
|}
===R===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[Rand]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[RefreshControlMap]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[RefreshCurrentClimate]] ||
|-
|CS || [[RefreshTopicList]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[RefToString]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[ReleaseKey]] ||
|-
|CS || [[ReleaseWeatherOverride]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[RemInArray]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[RemoveAllEffectItems]] ||
|-
|CS || [[RemoveAllItems]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[RemoveEnchantment]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[RemoveEquippedWeaponPoison]] ||
|-
|CS || [[RemoveFlames]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[RemoveFromLeveledList]] ||
|-
|CS || [[RemoveItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[RemoveItemNS]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[RemoveLevItemByLevel]] ||
|-
|CS || [[RemoveMe]] || Deletes the inventory item. Caution: crash if used too fast.
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[RemoveNthEffectItem]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 12 || [[RemoveScript]] ||
|-
|CS || [[RemoveScriptPackage]] ||
|-
|CS || [[RemoveSpell]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[RemoveSpellNS]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[RenFile]] ||
|-
|[[:Category:Pluggy|Pluggy]] || [[RenTxtFile]] ||
|-
|CS || [[Reset3DState]] ||
|-
|CS || [[ResetFallDamageTimer]] ||
|-
|CS || [[ResetHealth]] || Immediately heals Actor to full health/magicka/stamina.
|-
|CS || [[ResetInterior]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[RestoreIP]] ||
|-
|CS || [[Resurrect]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[RightShift]] ||
|-
|CS || [[Rotate]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[RunBatchScript]] ||
|}
===S===
{| width=100% class=functionTable
|-
!align=left width=10%|Source
!align=left width=35%|Function
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]]
|-
|CS || [[SameFaction]] ||
|-
|CS || [[SameFactionAsPC]] ||
|-
|CS || [[SameRace]] ||
|-
|CS || [[SameRaceAsPC]] ||
|-
|CS || [[SameSex]] ||
|-
|CS || [[SameSexAsPC]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SaveIP]] ||
|-
|CS || [[Say]] ||
|-
|CS || [[SayTo]] ||
|-
|CS || [[ScriptEffectElapsedSeconds]] ||
|-
|CS || [[SelectPlayerSpell]] ||
|-
|CS || [[SendTrespassAlarm]] ||
|-
|CS || [[SetActorAlpha]] ||
|-
|CS || [[SetActorFullName]] ||
|-
|CS || [[SetActorRefraction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetActorRespawns]] ||
|-
|CS 1.2 || [[SetActorsAI]] || Activates/de-activates actor's AI.
|-
|CS || [[SetActorValue]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetActorValueC]] ||
|-
|CS || [[SetAlert]] || Forces NPC to keep weapon drawn if 1. No other effect.
|-
|CS || [[SetAllReachable]] ||
|-
|CS || [[SetAllVisible]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[SetAltControl]] || Assigns a new mouse button to the specified control.
|-
|CS || [[SetAngle]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[SetApparatusType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetArmorAR]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetArmorType]] ||
|-
|CS || [[SetAtStart]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetAttackDamage]] ||
|-
|CS || [[SetBarterGold]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[SetBookCantBeTaken]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[SetBookIsScroll]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 10 || [[SetBookSkillTaught]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetCanCorpseCheck]] ||
|-
|CS || [[SetCellFullName]] ||
|-
|CS || [[SetCellOwnership]] ||
|-
|CS || [[SetCellPublicFlag]] ||
|-
|CS || [[SetClass]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateHasMasser]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateHasSecunda]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateMoonPhaseLength]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateSunsetBegin]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateSunsetEnd]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetClimateVolatility]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[SetCloseSound]] ||
|-
|CS || [[SetCombatStyle]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetContainerRespawns]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[SetControl]] || Assigns a new key to the specified control.
|-
|CS || [[SetCrimeGold]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetCurrentSoulLevel]] ||
|-
|CS || [[SetDestroyed]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 15 || [[SetDetectionState]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 11 || [[SetDisableGlobalCollision]] ||
|-
|CS || [[SetDoorDefaultOpen]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[SetEnchantment]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[SetEnchantmentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[SetEnchantmentCost]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 9a || [[SetEnchantmentType]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetEquipmentSlot]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetEquippedCurrentCharge]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetEquippedCurrentHealth]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] || [[SetEquippedWeaponPoison]] ||
|-
|CS || [[SetEssential]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 13 || [[SetEyes]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetFactionEvil]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetFactionHidden]] ||
|-
|CS || [[SetFactionRank]] ||
|-
|CS || [[SetFactionReaction]] ||
|-
|[[:Category:Oblivion_Script_Extender|OBSE]] 14 || [[SetFactionSpecialCombat]] ||

Revision as of 06:43, 27 April 2011