Papyrus Autocomplete

From the CreationKit Wiki
Revision as of 11:29, 17 February 2012 by imported>Henning (Created page with "<source lang="xml"> <?xml version="1.0" encoding="Windows-1252" ?> <NotepadPlus> <AutoComplete language="Papyrus"> <Environment ignoreCase="yes"/> <KeyWord name="abs" fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
	<AutoComplete language="Papyrus">
		<Environment ignoreCase="yes"/>
		<KeyWord name="abs" func="yes">
			<Overload retVal="float" descr="Member of: Math Script

Calculates the absolute value of the number it is given.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="acos" func="yes">
			<Overload retVal="float Function" descr="Member of: Math Script

Calculates the arccosine of the value it is given. The returned value is in degrees.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="Activate" func="yes">
			<Overload retVal="bool Function" descr="Member of: ObjectReference Script

Activates this item with the specified reference as the activator.">
				<Param name="ObjectReference akActivator" />
				<Param name="bool abDefaultProcessingOnly = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="Activator"/>
		<KeyWord name="Actor"/>
		<KeyWord name="ActorBase"/>
		<KeyWord name="Add" func="yes">
			<Overload retVal="Function" descr="Member of: Topic Script

Adds this topic to the player's list of known topics." />
			<Overload retVal="Function" descr="Member of: MusicType Script

Adds this music type to the music stack, causing it to start playing if it's the highest priority item.
If the music type is flagged as &quot;Plays One Selection&quot;, it will automatically be removed when it
finishes, and a call to Remove() will not be required.
Otherwise it will play until removed, or until something else is added to the music stack." />
		</KeyWord>
		<KeyWord name="AddAchievement" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Adds the specified achievement/trophy to the player's gamer profile.">
				<Param name="int aiAchievementID" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddDependentAnimatedObjectReference"/>
		<KeyWord name="AddForm" func="yes">
			<Overload retVal="Function" descr="Member of: FormList Script

Adds the given form to the form list.">
				<Param name="Form apForm" />
			</Overload>
			<Overload retVal="Function" descr="Member of: LeveledItem Script

Adds the given form to the leveled list.">
				<Param name="Form apForm" />
				<Param name="int auiLevel" />
				<Param name="int auiCount" />
			</Overload>
			<Overload retVal="Function" descr="Member of: LeveledActor Script

Adds the given form to the leveled list.">
				<Param name="Form apForm" />
				<Param name="int auiLevel" />
			</Overload>
			<Overload retVal="Function" descr="Member of: LeveledSpell Script

Adds the given form to the leveled list.">
				<Param name="Form apForm" />
				<Param name="int auiLevel" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddHavokBallAndSocketConstraint" func="yes">
			<Overload retVal="bool Function" descr="Member of: Game Script

Adds a constraint between two rigid bodies of two references">
				<Param name="ObjectReference arRefA" />
				<Param name="string arRefANode" />
				<Param name="ObjectReference arRefB" />
				<Param name="string arRefBNode" />
				<Param name="float arRefALocalOffsetX" />
				<Param name="float afRefALocalOffsetY" />
				<Param name="float afRefALocalOffsetZ" />
				<Param name="float arRefBLocalOffsetX" />
				<Param name="float afRefBLocalOffsetY" />
				<Param name="float afRefBLocalOffsetZ" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddInventoryEventFilter" func="yes">
			<Overload retVal="Function" descr="Member of: ActiveMagicEffect Script, ReferenceAlias Script,
ObjectReference Script

Adds a form as a &quot;filter&quot; for OnItemAdded and OnItemRemoved events sent to this object.
The filter is applied separately to the reference, any aliases, and any magic effects on the reference,
so each will need to add filters to themselves independently.">
				<Param name="Form akFilter" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddItem" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

			Adds X of the specified item to this reference's inventory, possibly silently.">
				<Param name="Form akItemToAdd" />
				<Param name="int aiCount = 1" />
				<Param name="bool abSilent = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddPerk" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Adds the specified Perk to this actor.">
				<Param name="Perk akPerk" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddShout" func="yes">
			<Overload retVal="bool Function" descr="Member of: Actor Script

Adds the specified shout to this actor. Does not teach or unlock any of the words in the shout.
This function is also silent -- there are no Story Manager or statistics tracking events fired.">
				<Param name="Shout akShout" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddSpell" func="yes">
			<Overload retVal="bool Function" descr="Member of: Actor Script

Adds the specified spell to this actor.">
				<Param name="Spell akSpell" />
				<Param name="bool abVerbose = true" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddToFaction" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Adds the Actor to a specified faction at rank 0. If the Actor is already in the faction, this function
does nothing.">
				<Param name="Faction akFaction" />
			</Overload>
		</KeyWord>
		<KeyWord name="AddToMap" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Adds this reference (which must be a map marker) to the player's map, optionally making it available for
fast-travel.">
				<Param name="bool abFastTravel = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="AdvanceSkill" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Advances the progress of the provided Skill by the given amount (for the player only).">
				<Param name="string asSkillName" />
				<Param name="float afMagnitude" />
			</Overload>
		</KeyWord>
		<KeyWord name="Alias"/>
		<KeyWord name="AllowBleedoutDialogue" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Allows this essential actor to speak with the player during bleedout (normally they can't).">
				<Param name="bool abCanTalk" />
			</Overload>
		</KeyWord>
		<KeyWord name="AllowPCDialogue" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Flags this actor as being able to talk to the player or not (overrides the race flag).">
				<Param name="bool abTalk" />
			</Overload>
		</KeyWord>
		<KeyWord name="Ammo"/>
		<KeyWord name="Apply" func="yes">
			<Overload retVal="Function" descr="Member of: ImageSpaceModifier Script

Applies this image-space modifier to the screen with the specified strength.">
				<Param name="float afStrength = 1.0" />
			</Overload>
		</KeyWord>
		<KeyWord name="ApplyCrossFade" func="yes">
			<Overload retVal="Function" descr="Member of: ImageSpaceModifier Script

Applies this image-space modifier to the cross-fade modifier chain, fading between the last one on the
chain and this one over the specified duration.">
				<Param name="float afFadeDuration = 1.0" />
			</Overload>
		</KeyWord>
		<KeyWord name="ApplyHavokImpulse" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Applies a Havok impulse force to this object of the specified direction and magnitude.">
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afMagnitude" />
			</Overload>
		</KeyWord>
		<KeyWord name="Armor"/>
		<KeyWord name="As"/>
		<KeyWord name="asin" func="yes">
			<Overload retVal="float Function" descr="Member of: Math Script

Calculates the arcsine of the value it is given. The returned value is in degrees.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="AssociationType"/>
		<KeyWord name="atan" func="yes">
			<Overload retVal="float Function" descr="Member of: Math Script

Calculates the arctangent of the value it is given. The returned value is in degrees.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="AttachAshPile" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Attaches an &quot;ash pile&quot; to the actor using the specified base object.
Basically it's an object dropped at the actor's feet which cannot be picked up or moved by the player and,
when activated, passes the activation onto the actor.">
				<Param name="Form akAshPileBase" />
			</Overload>
		</KeyWord>
		<KeyWord name="Auto"/>
		<KeyWord name="AutoReadOnly"/>
		<KeyWord name="BlockActivation" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Blocks, or unblocks, normal activation processing for this reference.
References with blocked activation will still send OnActivate events to scripts attached to them.">
				<Param name="bool abBlocked = true" />
			</Overload>
		</KeyWord>
		<KeyWord name="Book"/>
		<KeyWord name="Bool"/>
		<KeyWord name="CalculateEncounterLevel" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Calculates the reference's encounter level, based on the player's level, the area's level, and the
passed-in difficulty.">
				<Param name="int aiDifficulty = 4" />
			</Overload>
		</KeyWord>
		<KeyWord name="CalculateFavorCost" func="yes">
			<Overload retVal="int Function" descr="Member of: Game Script

Calculates how many favor points the player would have to spend to pay for a favor with the specified price.">
				<Param name="int aiFavorPrice" />
			</Overload>
		</KeyWord>
		<KeyWord name="CanFastTravelToMarker" func="yes">
			<Overload retVal="bool Function" descr="Member of: ObjectReference Script

Checks if the player can fast travel to this map marker." />
		</KeyWord>
		<KeyWord name="CanPayCrimeGold" func="yes">
			<Overload retVal="bool Function" descr="Member of: Faction Script

Checks to see if the player can pay the crime gold for this faction." />
		</KeyWord>
		<KeyWord name="CaptureFrameRate"/>
		<KeyWord name="Cast" func="yes">
			<Overload retVal="Function" descr="Member of: Spell Script

Casts this spell from the specified object reference, optionally toward a target object reference.">
				<Param name="ObjectReference akSource" />
				<Param name="ObjectReference akTarget = None" />
			</Overload>
			<Overload retVal="Function" descr="Member of: Scroll Script

Casts this scroll from the specified object reference, optionally toward a target object reference.">
				<Param name="ObjectReference akSource" />
				<Param name="ObjectReference akTarget = None" />
			</Overload>
		</KeyWord>
		<KeyWord name="Ceiling" func="yes">
			<Overload retVal="int Function" descr="Member of: Math Script

Calculates the smallest integer greater than or equal to the passed in value.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="Cell" func="yes">
			<Overload retVal="int Function" descr="Member of: Math Script

Calculates the smallest integer greater than or equal to the passed in value.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="CenterOnCell" funct="yes">
			<Overload retVal="Function" descr="Member of: Debug Script

Teleports the player to the specified cell. (Same as the CenterOnCell console command)">
				<Param name="string asCellName" />
			</Overload>
		</KeyWord>
		<KeyWord name="CenterOnCellAndWait" func="yes">
			<Overload retVal="Function" descr="Member of: Debug Script

Teleports the player to the specified cell and does not return until they arrive.">
				<Param name="string asCellName" />
			</Overload>
		</KeyWord>
		<KeyWord name="Class"/>
		<KeyWord name="Clear" func="yes">
			<Overload retVal="Function" descr="Member of: ReferenceAlias Script

Clears any reference out of this alias. Will error if this alias is not optional." />
			<Overload retVal="Function" descr="Member of: LocationAlias Script

Clears any location out of this alias. Will error if this alias is not optional."/>
		</KeyWord>
		<KeyWord name="ClearArrested" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Clears this actor's arrested state." />
		</KeyWord>
		<KeyWord name="ClearDestruction" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Clears all effects of destruction from the object. Will NOT fire off destruction stage changed events." />
		</KeyWord>
		<KeyWord name="ClearExtraArrows" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Clear any extra arrow 3D from an actor that occurred from being shot with arrows." />
		</KeyWord>
		<KeyWord name="ClearForcedMovement"/>
		<KeyWord name="ClearKeepOffsetFromActor" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Clears any 'keep offset' from the actor. (They'll no longer try to stay a certain distance from another actor)" />
		</KeyWord>
		<KeyWord name="ClearLookAt" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Clears this actor's script-forced look-at target." />
		</KeyWord>
		<KeyWord name="ClearPrison" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Clears all prison variables on the player character so the game will know he is out of prison." />
		</KeyWord>
		<KeyWord name="ClearTempEffects" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Clears all temp effects (such as terrain effects) in the game." />
		</KeyWord>
		<KeyWord name="CloseUserLog" func="yes">
			<Overload retVal="Function" descr="Member of: Debug Script

Closes the specified user log. If the log isn't open, it doesn't do anything.
A subsequent call to OpenUserLog will cycle the logs on disk (so log 0 becomes 1, 1 becomes 2, etc).">
				<Param name="string asLogName" />
			</Overload>
		</KeyWord>
		<KeyWord name="CompleteAllObjectives" func="yes">
			<Overload retVal="Function" descr="Member of: Quest Script

Flags all objectives on this quest as complete." />
		</KeyWord>
		<KeyWord name="CompleteQuest" func="yes">
			<Overload retVal="Function" descr="Member of: Quest Script

Flags this quest as completed." />
		</KeyWord>
		<KeyWord name="Conditional"/>
		<KeyWord name="cos" func="yes">
			<Overload retVal="float Function" descr="Member of: Math Script

Calculates the cosine of the value (in degrees) it is given.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="CreateDetectionEvent" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Creates a detection event at this object's location.">
				<Param name="Actor akOwner" />
				<Param name="int aiSoundLevel = 0" />
			</Overload>
		</KeyWord>
		<KeyWord name="DamageActorValue" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Applies damage to the specified actor value on this actor.">
				<Param name="string asValueName" />
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="DamageAV" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Applies damage to the specified actor value on this actor.">
				<Param name="string asValueName" />
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="DamageObject" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Damages this object, which may fire off OnDestructionStageChanged events.">
				<Param name="float afDamage" />
			</Overload>
		</KeyWord>
		<KeyWord name="DBSendPlayerPosition"/>
		<KeyWord name="Debug"/>
		<KeyWord name="DebugChannelNotify"/>
		<KeyWord name="DegreesToRadians" func="yes">
			<Overload retVal="float Function" descr="Member of: Math Script

Converts from degrees to radians.">
				<Param name="float afDegrees" />
			</Overload>
		</KeyWord>
		<KeyWord name="Delete" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Flags this object reference as wanting to be deleted. A reference that is flagged for delete will be deleted as soon as:
- It is no longer in a script property
- It is no longer registered for updates
- It is no longer being watched for Anim Events
- It is no longer held in a quest Alias
Only references created in game can actually be deleted."/>
		</KeyWord>
		<KeyWord name="DeleteWhenAble" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Waits for this reference to lose its parent cell, or for its parent cell to become detached, then deletes it." />
		</KeyWord>
		<KeyWord name="Disable" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Disables this reference, fading it out of necessary.
This function is latent and will wait for the fade out and/or disable to happen.">
				<Param name="bool abFadeOut = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="DisableNoWait" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Disables this reference, fading it out of necessary.
This function will not wait for the fade or the disable to happen before returning.">
				<Param name="bool abFadeOut = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="DisablePlayerControls" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Selectively disables the player's controls.">
				<Param name="bool abMovement = true" />
				<Param name="bool abFighting = true" />
				<Param name="bool abCamSwitch = false" />
				<Param name="bool abLooking = false" />
				<Param name="bool abSneaking = false" />
				<Param name="bool abMenu = true" />
				<Param name="bool abActivate = true" />
				<Param name="bool abJournalTabs = false" />
				<Param name="int aiDisablePOVType = 0" />
			</Overload>
		</KeyWord>
		<KeyWord name="Dispel" func="yes">
			<Overload retVal="Function" descr="Member of: ActiveMagicEffect Script

Will dispel this active magic effect." />
		</KeyWord>
		<KeyWord name="DispelAllSpells" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Will dispel all spells affecting this actor with the exception of Abilities, Diseases, worn or
constant effect enchantments, or addictions." />
		</KeyWord>
		<KeyWord name="DispelSpell" func="yes">
			<Overload retVal="bool Function" descr="Member of: Actor Script

Will dispel all magic effects from this actor that came from the given spell.">
				<Param name="Spell akSpell" />
			</Overload>
		</KeyWord>
		<KeyWord name="DoCombatSpellApply" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Adds the specified spell to the target actor from this one as the caster.
Use this instead of AddSpell to apply a spell in combat so that die rolls and other appropriate events can
occur (such as applying a disease through a spell).">
				<Param name="Spell akSpell" />
				<Param name="ObjectReference akTarget" />
			</Overload>
		</KeyWord>
		<KeyWord name="DropObject" func="yes">
			<Overload retVal="ObjectReference Function" descr="Member of: ObjectReference Script

Drops the specified object from this object's inventory.">
				<Param name="Form akObject" />
				<Param name="int aiCount = 1" />
			</Overload>
		</KeyWord>
		<KeyWord name="DumpAliasData" func="yes">
			<Overload retVal="Function" descr="Member of: Debug Script

Dumps all alias fill information on the specified quest to the alias dump file.
The dump files are stored in &quot;&lt;game folder&gt;/Logs/Script/AliasDump&quot;.">
				<Param name="Quest akQuest" />
			</Overload>
		</KeyWord>
		<KeyWord name="EffectShader"/>
		<KeyWord name="Else"/>
		<KeyWord name="ElseIf"/>
		<KeyWord name="Enable" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Enables this reference, popping it into existance.
This function is latent and will wait for the enable to happen.">
				<Param name="bool abFadeIn = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="EnableAI" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Enables or disables this actor's AI.">
				<Param name="bool abEnable = true" />
			</Overload>
		</KeyWord>
		<KeyWord name="EnableFastTravel" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Enables or disables the player's ability to fast travel.">
				<Param name="abEnable = true" />
			</Overload>
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Enables or disables fast travel to this reference (which must be a map marker).">
				<Param name="bool abEnable = true" />
			</Overload>
		</KeyWord>
		<KeyWord name="EnableNoWait" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Enables this reference, popping it into existence.
This function will return immediately and not wait for the object to be enabled or faded in.">
				<Param name="bool abFadeIn = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="EnablePlayerControls" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Selectively enables the player's controls.">
				<Param name="bool abMovement = true" />
				<Param name="bool abFighting = true" />
				<Param name="bool abCamSwitch = true" />
				<Param name="bool abLooking = true" />
				<Param name="bool abSneaking = true" />
				<Param name="bool abMenu = true" />
				<Param name="bool abActivate = true" />
				<Param name="bool abJournalTabs = true" />
				<Param name="int aiDisablePOVType = 0" />
			</Overload>
		</KeyWord>
		<KeyWord name="EncounterZone"/>
		<KeyWord name="EndEvent"/>
		<KeyWord name="EndFrameRateCapture"/>
		<KeyWord name="EndFunction"/>
		<KeyWord name="EndIf"/>
		<KeyWord name="EndProperty"/>
		<KeyWord name="EndState"/>
		<KeyWord name="EndWhile"/>
		<KeyWord name="EquipItem" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces this actor to equip the specified item, preventing removal if requested.">
				<Param name="Form akItem" />
				<Param name="bool abPreventRemoval = false" />
				<Param name="bool abSilent = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="EquipShout" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces this actor to equip the specified shout.">
				<Param name="Shout akShout" />
			</Overload>
		</KeyWord>
		<KeyWord name="EquipSpell" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces the actor to equip the specified spell in the specified source.">
				<Param name="Spell akSpell" />
				<Param name="int aiSource" />
			</Overload>
		</KeyWord>
		<KeyWord name="EvaluatePackage" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces this actor's AI to re-evaluate its package stack." />
		</KeyWord>
		<KeyWord name="Event"/>
		<KeyWord name="Explosion"/>
		<KeyWord name="Extends"/>
		<KeyWord name="Faction"/>
		<KeyWord name="FadeOutGame" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

FadeOutGame uses the in-game Fader menu to fade the game to black, or vice versa.">
				<Param name="bool abFadingOut" />
				<Param name="bool abBlackFade" />
				<Param name="float afSecsBeforeFade" />
				<Param name="float afFadeDuration" />
			</Overload>
		</KeyWord>
		<KeyWord name="FailAllObjectives" func="yes">
			<Overload retVal="Function" descr="Member of: Quest Script

Flags all objectives on this quest as failed." />
		</KeyWord>
		<KeyWord name="False"/>
		<KeyWord name="FastTravel" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Fast-travels the player to the specified ObjectReference's location." >
				<Param name="ObjectReference akDestination" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindClosestActor" func="yes">
			<Overload retVal="Actor Function" descr="Member of: Game Script

Finds the closest actor within a given radius of a location.">
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindClosestReferenceOfAnyTypeInList" func="yes">
			<Overload retVal="ObjectReference Function" descr="Member of: Game Script

Finds the closest reference of any of the types in the list from the given location and within the given radius.">
				<Param name="FormList arBaseObjectsA" />
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindClosestReferenceOfType" func="yes">
			<Overload retVal="ObjectReference Function" descr="Member of: Game Script

Finds the closest reference of the given type from the given location and within the given radius.">
				<Param name="Form arBaseObject" />
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindRandomActor" func="yes">
			<Overload retVal="Actor Function" descr="Member of: Game Script

Finds a random actor within a given radius of a location.">
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindRandomReferenceOfAnyTypeInList" func="yes">
			<Overload retVal="ObjectReference Function" descr="Member of: Game Script

Finds a random reference of any of the types in the list from the given location and within the given radius.">
				<Param name="FormList arBaseObjectsA" />
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindRandomReferenceOfType" func="yes">
			<Overload retVal="ObjectReference Function" descr="Member of: Game Script

Finds a random reference of the given type from the given location and within the given radius.">
				<Param name="Form arBaseOBject" />
				<Param name="float afX" />
				<Param name="float afY" />
				<Param name="float afZ" />
				<Param name="float afRadius" />
			</Overload>
		</KeyWord>
		<KeyWord name="FindWeather" func="yes">
			<Overload retVal="Weather Function" descr="Member of: Weather Script

Finds a weather of the given type for the currently occupied region (if applicable) or climate.">
				<Param name="int auiType" />
			</Overload>
		</KeyWord>
		<KeyWord name="Fire" func="yes">
			<Overload retVal="Function" descr="Member of: Weapon Script

Fires the weapon from the the specified object reference, using the specified ammo.">
				<Param name="ObjectReference akSource" />
				<Param name="Ammo akAmmo = None" />
			</Overload>
		</KeyWord>
		<KeyWord name="Float"/>
		<KeyWord name="Floor" func="yes">
			<Overload retVal="int Function" descr="Member of: Math Script

Calculates the largest integer less than or equal to the passed in value.">
				<Param name="float afValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceActive" func="yes">
			<Overload retVal="Function" descr="Member of: Weather Script

Forces the active weather on the sky to be this weather.
Weather will become fully transitioned immediately.
To have the weather transition in normally, use SetActive instead.">
				<Param name="bool abOverride = false" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceActorValue" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces the specified actor value to the passed-in value.">
				<Param name="string asValueName" />
				<Param name="float afNewValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceAddRagdollToWorld" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Forcibly adds the reference's ragdoll to the world" />
		</KeyWord>
		<KeyWord name="ForceAV" func="yes">
			<Overload retVal="Function" descr="Member of: Actor Script

Forces the specified actor value to the passed-in value.">
				<Param name="string asValueName" />
				<Param name="float afNewValue" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceFirstPerson" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Force the player to go in to 1st person camera mode." />
		</KeyWord>
		<KeyWord name="ForceLocationTo" func="yes">
			<Overload retVal="Function" descr="Member of: LocationAlias Script

Forces this alias to use the specified Location.">
				<Param name="Location akNewLocation" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceMovementDirection"/>
		<KeyWord name="ForceMovementDirectionRamp"/>
		<KeyWord name="ForceMovementRotationSpeed"/>
		<KeyWord name="ForceMovementRotationSpeedRamp"/>
		<KeyWord name="ForceMovementSpeed"/>
		<KeyWord name="ForceMovementSpeedRamp"/>
		<KeyWord name="ForceRefTo" func="yes">
			<Overload retVal="Function" descr="Member of: ReferenceAlias Script

Forces this alias to use the specified reference.">
				<Param name="ObjectReference akNewRef" />
			</Overload>
		</KeyWord>
		<KeyWord name="ForceRemoveRagdollFromWorld" func="yes">
			<Overload retVal="Function" descr="Member of: ObjectReference Script

Forcibly removes the reference's ragdoll from the world" />
		</KeyWord>
		<KeyWord name="ForceStart" func="yes">
			<Overload retVal="Function" descr="Member of: Scene Script

Starts the scene and force stops all scene currently running on any actors in this scene." />
		</KeyWord>
		<KeyWord name="ForceTargetAngle"/>
		<KeyWord name="ForceTargetDirection"/>
		<KeyWord name="ForceTargetSpeed"/>
		<KeyWord name="ForceThirdPerson" func="yes">
			<Overload retVal="Function" descr="Member of: Game Script

Force the player to go in to 3rd person camera mode." />
		</KeyWord>
		<KeyWord name="Form"/>
		<KeyWord name="Function"/>
		<KeyWord name="Game"/>
		<KeyWord name="GameTimeToString"/>
		<KeyWord name="Get"/>
		<KeyWord name="GetActorBase"/>
		<KeyWord name="GetActorOwner"/>
		<KeyWord name="GetActorReference"/>
		<KeyWord name="GetActorValue"/>
		<KeyWord name="GetActorValuePercentage"/>
		<KeyWord name="GetAlias"/>
		<KeyWord name="GetAngleX"/>
		<KeyWord name="GetAngleY"/>
		<KeyWord name="GetAngleZ"/>
		<KeyWord name="GetAnimationVariableBool"/>
		<KeyWord name="GetAnimationVariableFloat"/>
		<KeyWord name="GetAnimationVariableInt"/>
		<KeyWord name="GetAssociatedSkill"/>
		<KeyWord name="GetAt"/>
		<KeyWord name="GetAV"/>
		<KeyWord name="GetAverageFrameRate"/>
		<KeyWord name="GetAVPercentage"/>
		<KeyWord name="GetBaseActorValue"/>
		<KeyWord name="GetBaseAV"/>
		<KeyWord name="GetBaseObject"/>
		<KeyWord name="GetBribeAmount"/>
		<KeyWord name="GetBudgetCount"/>
		<KeyWord name="GetBudgetName"/>
		<KeyWord name="GetCasterActor"/>
		<KeyWord name="GetClass"/>
		<KeyWord name="GetClassification"/>
		<KeyWord name="GetCombatState"/>
		<KeyWord name="GetCombatTarget"/>
		<KeyWord name="GetConfigName"/>
		<KeyWord name="GetCrimeFaction"/>
		<KeyWord name="GetCrimeGold"/>
		<KeyWord name="GetCrimeGoldNonViolent"/>
		<KeyWord name="GetCrimeGoldViolent"/>
		<KeyWord name="GetCurrentBudget"/>
		<KeyWord name="GetCurrentDestructionStage"/>
		<KeyWord name="GetCurrentGameTime"/>
		<KeyWord name="GetCurrentLocation"/>
		<KeyWord name="GetCurrentMemory"/>
		<KeyWord name="GetCurrentPackage"/>
		<KeyWord name="GetCurrentRealTime"/>
		<KeyWord name="GetCurrentScene"/>
		<KeyWord name="GetCurrentStageID"/>
		<KeyWord name="GetCurrentWeather"/>
		<KeyWord name="GetCurrentWeatherTransition"/>
		<KeyWord name="GetDeadCount"/>
		<KeyWord name="GetDialogueTarget"/>
		<KeyWord name="GetDistance"/>
		<KeyWord name="GetEditorLocation"/>
		<KeyWord name="GetEquippedItemType"/>
		<KeyWord name="GetEquippedShield"/>
		<KeyWord name="GetEquippedShout"/>
		<KeyWord name="GetEquippedSpell"/>
		<KeyWord name="GetEquippedWeapon"/>
		<KeyWord name="GetFactionOwner"/>
		<KeyWord name="GetFactionRank"/>
		<KeyWord name="GetFactionReaction"/>
		<KeyWord name="GetFavorPoints"/>
		<KeyWord name="GetFlyingState"/>
		<KeyWord name="GetForcedLandingMarker"/>
		<KeyWord name="GetForm"/>
		<KeyWord name="GetFormID"/>
		<KeyWord name="GetGameSettingFloat"/>
		<KeyWord name="GetGameSettingInt"/>
		<KeyWord name="GetGameSettingString"/>
		<KeyWord name="GetGiftFilter"/>
		<KeyWord name="GetGoldAmount"/>
		<KeyWord name="GetGoldValue"/>
		<KeyWord name="GetHeadingAngle"/>
		<KeyWord name="GetHeight"/>
		<KeyWord name="GetHighestRelationshipRank"/>
		<KeyWord name="GetInfamy"/>
		<KeyWord name="GetInfamyNonViolent"/>
		<KeyWord name="GetInfamyViolent"/>
		<KeyWord name="GetItemCount"/>
		<KeyWord name="GetItemHealthPercent"/>
		<KeyWord name="GetKey"/>
		<KeyWord name="GetKeywordData"/>
		<KeyWord name="GetKiller"/>
		<KeyWord name="GetLength"/>
		<KeyWord name="GetLevel"/>
		<KeyWord name="GetLeveledActorBase"/>
		<KeyWord name="GetLightLevel"/>
		<KeyWord name="GetLinkedRef"/>
		<KeyWord name="GetLocation"/>
		<KeyWord name="GetLockLevel"/>
		<KeyWord name="GetLowestRelationshipRank"/>
		<KeyWord name="GetMass"/>
		<KeyWord name="GetMaxFrameRate"/>
		<KeyWord name="GetMinFrameRate"/>
		<KeyWord name="GetNoBleedoutRecovery"/>
		<KeyWord name="GetNthLinkedRef"/>
		<KeyWord name="GetOpenState"/>
		<KeyWord name="GetOutgoingWeather"/>
		<KeyWord name="GetOwningQuest"/>
		<KeyWord name="GetParentCell"/>
		<KeyWord name="GetPlatformName"/>
		<KeyWord name="GetPlayer"/>
		<KeyWord name="GetPlayerControls"/>
		<KeyWord name="GetPlayerGrabbedRef"/>
		<KeyWord name="GetPlayersLastRiddenHorse"/>
		<KeyWord name="GetPositionX"/>
		<KeyWord name="GetPositionY"/>
		<KeyWord name="GetPositionZ"/>
		<KeyWord name="GetRace"/>
		<KeyWord name="GetReaction"/>
		<KeyWord name="GetRealHoursPassed"/>
		<KeyWord name="GetReference"/>
		<KeyWord name="GetRefTypeAliveCount"/>
		<KeyWord name="GetRefTypeDeadCount"/>
		<KeyWord name="GetRegard"/>
		<KeyWord name="GetRelationshipRank"/>
		<KeyWord name="GetReputation"/>
		<KeyWord name="GetScale"/>
		<KeyWord name="GetSex"/>
		<KeyWord name="GetSitState"/>
		<KeyWord name="GetSize"/>
		<KeyWord name="GetSkyMode"/>
		<KeyWord name="GetSleepState"/>
		<KeyWord name="GetStage"/>
		<KeyWord name="GetStageDone"/>
		<KeyWord name="GetState"/>
		<KeyWord name="GetStolenItemValueCrime"/>
		<KeyWord name="GetStolenItemValueNoCrime"/>
		<KeyWord name="GetTargetActor"/>
		<KeyWord name="GetTemplate"/>
		<KeyWord name="GetTriggerObjectCount"/>
		<KeyWord name="GetValue"/>
		<KeyWord name="GetVersionNumber"/>
		<KeyWord name="GetVoiceRecoveryTime"/>
		<KeyWord name="GetVoiceType"/>
		<KeyWord name="GetWidth"/>
		<KeyWord name="GetWorldSpace"/>
		<KeyWord name="Global"/>
		<KeyWord name="GlobalVariable"/>
		<KeyWord name="GoToState"/>
		<KeyWord name="HasAssociation"/>
		<KeyWord name="HasCommonParent"/>
		<KeyWord name="HasEffectKeyword"/>
		<KeyWord name="HasFamilyRelationship"/>
		<KeyWord name="HasForm"/>
		<KeyWord name="HasKeyword"/>
		<KeyWord name="HasLOS"/>
		<KeyWord name="HasMagicEffect"/>
		<KeyWord name="HasMagicEffectWithKeyword"/>
		<KeyWord name="HasNode"/>
		<KeyWord name="HasParentRelationship"/>
		<KeyWord name="HasPerk"/>
		<KeyWord name="HasRefType"/>
		<KeyWord name="HasSpell"/>
		<KeyWord name="Hidden"/>
		<KeyWord name="HideTitleSequenceMenu"/>
		<KeyWord name="If"/>
		<KeyWord name="IgnoreFriendlyHits"/>
		<KeyWord name="ImageSpaceModifier"/>
		<KeyWord name="Import"/>
		<KeyWord name="IncrementSkill"/>
		<KeyWord name="IncrementSkillBy"/>
		<KeyWord name="IncrementStat"/>
		<KeyWord name="Int"/>
		<KeyWord name="InterruptCast"/>
		<KeyWord name="Is3DLoaded"/>
		<KeyWord name="IsActionComplete"/>
		<KeyWord name="IsActivateChild"/>
		<KeyWord name="IsActivateControlsEnabled"/>
		<KeyWord name="IsActivationBlocked"/>
		<KeyWord name="IsActive"/>
		<KeyWord name="IsAlarmed"/>
		<KeyWord name="IsAlerted"/>
		<KeyWord name="IsAllowedToFly"/>
		<KeyWord name="IsArrested"/>
		<KeyWord name="IsArrestingTarget"/>
		<KeyWord name="IsAttached"/>
		<KeyWord name="IsBleedingOut"/>
		<KeyWord name="IsBribed"/>
		<KeyWord name="IsCamSwitchControlsEnabled"/>
		<KeyWord name="IsChild"/>
		<KeyWord name="IsCleared"/>
		<KeyWord name="IsCommandedActor"/>
		<KeyWord name="IsCompleted"/>
		<KeyWord name="IsDead"/>
		<KeyWord name="IsDetectedBy"/>
		<KeyWord name="IsDisabled"/>
		<KeyWord name="IsDoingFavor"/>
		<KeyWord name="IsEquipped"/>
		<KeyWord name="IsEssential"/>
		<KeyWord name="IsFactionInCrimeGroup"/>
		<KeyWord name="IsFastTravelEnabled"/>
		<KeyWord name="IsFightingControlsEnabled"/>
		<KeyWord name="IsFlying"/>
		<KeyWord name="IsFurnitureInUse"/>
		<KeyWord name="IsFurnitureMarkerInUse"/>
		<KeyWord name="IsGhost"/>
		<KeyWord name="IsGuard"/>
		<KeyWord name="IsHostile"/>
		<KeyWord name="IsHostileToActor"/>
		<KeyWord name="IsIgnoringFriendlyHits"/>
		<KeyWord name="IsInCombat"/>
		<KeyWord name="IsInDialogueWithPlayer"/>
		<KeyWord name="IsInFaction"/>
		<KeyWord name="IsInInterior"/>
		<KeyWord name="IsInKillMove"/>
		<KeyWord name="IsInLocation"/>
		<KeyWord name="IsInMenuMode"/>
		<KeyWord name="IsInterior"/>
		<KeyWord name="IsIntimidated"/>
		<KeyWord name="IsInvulnerable"/>
		<KeyWord name="IsJournalControlsEnabled"/>
		<KeyWord name="IsLoaded"/>
		<KeyWord name="IsLockBroken"/>
		<KeyWord name="IsLocked"/>
		<KeyWord name="IsLookingControlsEnabled"/>
		<KeyWord name="IsMapMarkerVisible"/>
		<KeyWord name="IsMenuControlsEnabled"/>
		<KeyWord name="IsMovementControlsEnabled"/>
		<KeyWord name="IsObjectiveCompleted"/>
		<KeyWord name="IsObjectiveDisplayed"/>
		<KeyWord name="IsObjectiveFailed"/>
		<KeyWord name="IsPlayerExpelled"/>
		<KeyWord name="IsPlayersLastRiddenHorse"/>
		<KeyWord name="IsPlayerTeammate"/>
		<KeyWord name="IsPlaying"/>
		<KeyWord name="IsProtected"/>
		<KeyWord name="IsRunning"/>
		<KeyWord name="IsSameLocation"/>
		<KeyWord name="IsSneaking"/>
		<KeyWord name="IsSneakingControlsEnabled"/>
		<KeyWord name="IsSprinting"/>
		<KeyWord name="IsStageDone"/>
		<KeyWord name="IsStarting"/>
		<KeyWord name="IsStopped"/>
		<KeyWord name="IsStopping"/>
		<KeyWord name="IsTrespassing"/>
		<KeyWord name="IsUnconscious"/>
		<KeyWord name="IsUnique"/>
		<KeyWord name="IsWeaponDrawn"/>
		<KeyWord name="IsWordUnlocked"/>
		<KeyWord name="KeepOffsetFromActor"/>
		<KeyWord name="Key"/>
		<KeyWord name="Keyword"/>
		<KeyWord name="Kill"/>
		<KeyWord name="KillSilent"/>
		<KeyWord name="KnockAreaEffect"/>
		<KeyWord name="LearnAllEffects"/>
		<KeyWord name="LearnEffect"/>
		<KeyWord name="LearnNextEffect"/>
		<KeyWord name="Length"/>
		<KeyWord name="LeveledItem"/>
		<KeyWord name="Location"/>
		<KeyWord name="LocationAlias"/>
		<KeyWord name="LocationRefType"/>
		<KeyWord name="Lock"/>
		<KeyWord name="MagicEffect"/>
		<KeyWord name="Message"/>
		<KeyWord name="MessageBox"/>
		<KeyWord name="MiscObject"/>
		<KeyWord name="ModActorValue"/>
		<KeyWord name="ModAV"/>
		<KeyWord name="ModCrimeGold"/>
		<KeyWord name="ModFactionRank"/>
		<KeyWord name="ModFavorPoints"/>
		<KeyWord name="ModFavorPointsWithGlobal"/>
		<KeyWord name="ModReaction"/>
		<KeyWord name="ModRegard"/>
		<KeyWord name="MoveTo"/>
		<KeyWord name="MoveToInteractionLocation"/>
		<KeyWord name="MoveToMyEditorLocation"/>
		<KeyWord name="MoveToNode"/>
		<KeyWord name="MoveToPackageLocation"/>
		<KeyWord name="MoveToWhenUnloaded"/>
		<KeyWord name="MusicType"/>
		<KeyWord name="Mute"/>
		<KeyWord name="Native"/>
		<KeyWord name="New"/>
		<KeyWord name="None"/>
		<KeyWord name="Notification"/>
		<KeyWord name="ObjectReference"/>
		<KeyWord name="OnActivate"/>
		<KeyWord name="OnAnimationEvent"/>
		<KeyWord name="OnAttachedToCell"/>
		<KeyWord name="OnBeginState"/>
		<KeyWord name="OnCellAttach"/>
		<KeyWord name="OnCellDetach"/>
		<KeyWord name="OnCellLoad"/>
		<KeyWord name="OnClose"/>
		<KeyWord name="OnCombatStateChanged"/>
		<KeyWord name="OnContainerChanged"/>
		<KeyWord name="OnDeath"/>
		<KeyWord name="OnDestructionStageChanged"/>
		<KeyWord name="OnDetachedFromCell"/>
		<KeyWord name="OnDying"/>
		<KeyWord name="OnEffectFinish"/>
		<KeyWord name="OnEffectStart"/>
		<KeyWord name="OnEndState"/>
		<KeyWord name="OnEnterBleedout"/>
		<KeyWord name="OnEquipped"/>
		<KeyWord name="OnGainLOS"/>
		<KeyWord name="OnGetUp"/>
		<KeyWord name="OnGrab"/>
		<KeyWord name="OnHit"/>
		<KeyWord name="OnInit"/>
		<KeyWord name="OnItemAdded"/>
		<KeyWord name="OnItemRemoved"/>
		<KeyWord name="OnLoad"/>
		<KeyWord name="OnLocationChange"/>
		<KeyWord name="OnLockStateChanged"/>
		<KeyWord name="OnLostLOS"/>
		<KeyWord name="OnMagicEffectApply"/>
		<KeyWord name="OnObjectEquipped"/>
		<KeyWord name="OnObjectUnequipped"/>
		<KeyWord name="OnOpen"/>
		<KeyWord name="OnPackageChange"/>
		<KeyWord name="OnPackageEnd"/>
		<KeyWord name="OnPackageStart"/>
		<KeyWord name="OnRaceSwitchComplete"/>
		<KeyWord name="OnRead"/>
		<KeyWord name="OnRelease"/>
		<KeyWord name="OnReset"/>
		<KeyWord name="OnSell"/>
		<KeyWord name="OnSleepStart"/>
		<KeyWord name="OnSleepStop"/>
		<KeyWord name="OnSpellCast"/>
		<KeyWord name="OnStoryActivateActor"/>
		<KeyWord name="OnStoryAddToPlayer"/>
		<KeyWord name="OnStoryArrest"/>
		<KeyWord name="OnStoryAssaultActor"/>
		<KeyWord name="OnStoryBribeNPC"/>
		<KeyWord name="OnStoryCastMagic"/>
		<KeyWord name="OnStoryChangeLocation"/>
		<KeyWord name="OnStoryCraftItem"/>
		<KeyWord name="OnStoryCrimeGold"/>
		<KeyWord name="OnStoryCure"/>
		<KeyWord name="OnStoryDialogue"/>
		<KeyWord name="OnStoryDiscoverDeadBody"/>
		<KeyWord name="OnStoryEscapeJail"/>
		<KeyWord name="OnStoryFlatterNPC"/>
		<KeyWord name="OnStoryHello"/>
		<KeyWord name="OnStoryIncreaseLevel"/>
		<KeyWord name="OnStoryIncreaseSkill"/>
		<KeyWord name="OnStoryInfection"/>
		<KeyWord name="OnStoryIntimidateNPC"/>
		<KeyWord name="OnStoryJail"/>
		<KeyWord name="OnStoryKillActor"/>
		<KeyWord name="OnStoryNewVoicePower"/>
		<KeyWord name="OnStoryPayFine"/>
		<KeyWord name="OnStoryPickLock"/>
		<KeyWord name="OnStoryPlayerGetsFavor"/>
		<KeyWord name="OnStoryRelationshipChange"/>
		<KeyWord name="OnStoryRemoveFromPlayer"/>
		<KeyWord name="OnStoryScript"/>
		<KeyWord name="OnStoryServedTime"/>
		<KeyWord name="OnStoryTrespass"/>
		<KeyWord name="OnTrackedStatsEvent"/>
		<KeyWord name="OnTranslationAlmostComplete"/>
		<KeyWord name="OnTranslationComplete"/>
		<KeyWord name="OnTranslationFailed"/>
		<KeyWord name="OnTrapHit"/>
		<KeyWord name="OnTrapHitStart"/>
		<KeyWord name="OnTrapHitStop"/>
		<KeyWord name="OnTrigger"/>
		<KeyWord name="OnTriggerEnter"/>
		<KeyWord name="OnTriggerLeave"/>
		<KeyWord name="OnUnequipped"/>
		<KeyWord name="OnUnload"/>
		<KeyWord name="OnUpdate"/>
		<KeyWord name="OnUpdateGameTime"/>
		<KeyWord name="OnWardHit"/>
		<KeyWord name="OpenInventory"/>
		<KeyWord name="OpenUserLog"/>
		<KeyWord name="Outfit"/>
		<KeyWord name="OverBudget"/>
		<KeyWord name="Package"/>
		<KeyWord name="Parent"/>
		<KeyWord name="PathToReference"/>
		<KeyWord name="Pause"/>
		<KeyWord name="PlaceActorAtMe"/>
		<KeyWord name="PlaceAtMe"/>
		<KeyWord name="Play"/>
		<KeyWord name="PlayAndWait"/>
		<KeyWord name="PlayAnimation"/>
		<KeyWord name="PlayAnimationAndWait"/>
		<KeyWord name="PlayerKnows"/>
		<KeyWord name="PlayerMoveToAndWait"/>
		<KeyWord name="PlayerPayCrimeGold"/>
		<KeyWord name="PlayGamebryoAnimation"/>
		<KeyWord name="PlayIdle"/>
		<KeyWord name="PlayIdleWithTarget"/>
		<KeyWord name="PlayImpactEffect"/>
		<KeyWord name="PlaySubGraphAnimation"/>
		<KeyWord name="PlaySyncedAnimationAndWaitSS"/>
		<KeyWord name="PlaySyncedAnimationSS"/>
		<KeyWord name="PlayTerrainEffect"/>
		<KeyWord name="PopTo"/>
		<KeyWord name="pow"/>
		<KeyWord name="PrecacheCharGen"/>
		<KeyWord name="PrecacheCharGenClear"/>
		<KeyWord name="ProcessTrapHit"/>
		<KeyWord name="Projectile"/>
		<KeyWord name="Property"/>
		<KeyWord name="PushActorAway"/>
		<KeyWord name="QueryStat"/>
		<KeyWord name="Quest"/>
		<KeyWord name="QuitGame"/>
		<KeyWord name="QuitToMainMenu"/>
		<KeyWord name="Race"/>
		<KeyWord name="RadiansToDegrees"/>
		<KeyWord name="RandomFloat"/>
		<KeyWord name="RandomInt"/>
		<KeyWord name="ReferenceAlias"/>
		<KeyWord name="RegisterForAnimationEvent"/>
		<KeyWord name="RegisterForLOS"/>
		<KeyWord name="RegisterForSingleLOSGain"/>
		<KeyWord name="RegisterForSingleLOSLost"/>
		<KeyWord name="RegisterForSingleUpdate"/>
		<KeyWord name="RegisterForSingleUpdateGameTime"/>
		<KeyWord name="RegisterForSleep"/>
		<KeyWord name="RegisterForTrackedStatsEvent"/>
		<KeyWord name="RegisterForUpdate"/>
		<KeyWord name="RegisterForUpdateGameTime"/>
		<KeyWord name="ReleaseOverride"/>
		<KeyWord name="RemoteCast"/>
		<KeyWord name="Remove"/>
		<KeyWord name="RemoveAddedForm"/>
		<KeyWord name="RemoveAllInventoryEventFilters"/>
		<KeyWord name="RemoveAllItems"/>
		<KeyWord name="RemoveCrossFade"/>
		<KeyWord name="RemoveDependentAnimatedObjectReference"/>
		<KeyWord name="RemoveFromAllFactions"/>
		<KeyWord name="RemoveFromFaction"/>
		<KeyWord name="RemoveHavokConstraints"/>
		<KeyWord name="RemoveInventoryEventFilter"/>
		<KeyWord name="RemoveItem"/>
		<KeyWord name="RemovePerk"/>
		<KeyWord name="RemoveShout"/>
		<KeyWord name="RemoveSpell"/>
		<KeyWord name="RequestAutoSave"/>
		<KeyWord name="RequestModel"/>
		<KeyWord name="RequestSave"/>
		<KeyWord name="Reset"/>
		<KeyWord name="ResetHealthAndLimbs"/>
		<KeyWord name="ResetHelpMessage"/>
		<KeyWord name="RestoreActorValue"/>
		<KeyWord name="RestoreAV"/>
		<KeyWord name="Resurrect"/>
		<KeyWord name="Return"/>
		<KeyWord name="Revert"/>
		<KeyWord name="Say"/>
		<KeyWord name="Scene"/>
		<KeyWord name="ScriptName"/>
		<KeyWord name="Self"/>
		<KeyWord name="SendAnimationEvent"/>
		<KeyWord name="SendAssaultAlarm"/>
		<KeyWord name="SendPlayerToJail"/>
		<KeyWord name="SendStealAlarm"/>
		<KeyWord name="SendStoryEvent"/>
		<KeyWord name="SendStoryEventAndWait"/>
		<KeyWord name="SendTrespassAlarm"/>
		<KeyWord name="SendWereWolfTransformation"/>
		<KeyWord name="ServeTime"/>
		<KeyWord name="Set"/>
		<KeyWord name="SetActive"/>
		<KeyWord name="SetActorCause"/>
		<KeyWord name="SetActorOwner"/>
		<KeyWord name="SetActorValue"/>
		<KeyWord name="SetAlert"/>
		<KeyWord name="SetAllowFlying"/>
		<KeyWord name="SetAlly"/>
		<KeyWord name="SetAlpha"/>
		<KeyWord name="SetAngle"/>
		<KeyWord name="SetAnimationVariableBool"/>
		<KeyWord name="SetAnimationVariableFloat"/>
		<KeyWord name="SetAnimationVariableInt"/>
		<KeyWord name="SetAttackActorOnSight"/>
		<KeyWord name="SetAV"/>
		<KeyWord name="SetBeastForm"/>
		<KeyWord name="SetBribed"/>
		<KeyWord name="SetCameraTarget"/>
		<KeyWord name="SetCleared"/>
		<KeyWord name="SetCrimeFaction"/>
		<KeyWord name="SetCrimeGold"/>
		<KeyWord name="SetCrimeGoldViolent"/>
		<KeyWord name="SetCriticalStage"/>
		<KeyWord name="SetCurrentStageID"/>
		<KeyWord name="SetDestroyed"/>
		<KeyWord name="SetDoingFavor"/>
		<KeyWord name="SetEnemy"/>
		<KeyWord name="SetEssential"/>
		<KeyWord name="SetFactionOwner"/>
		<KeyWord name="SetFactionRank"/>
		<KeyWord name="SetFogPlanes"/>
		<KeyWord name="SetFogPower"/>
		<KeyWord name="SetFootIK"/>
		<KeyWord name="SetForcedLandingMarker"/>
		<KeyWord name="SetFrequency"/>
		<KeyWord name="SetGhost"/>
		<KeyWord name="SetGodMode"/>
		<KeyWord name="SetHeadTracking"/>
		<KeyWord name="SetHudCartMode"/>
		<KeyWord name="SetInChargen"/>
		<KeyWord name="SetINIBool"/>
		<KeyWord name="SetINIFloat"/>
		<KeyWord name="SetINIInt"/>
		<KeyWord name="SetINIString"/>
		<KeyWord name="SetInstanceVolume"/>
		<KeyWord name="SetIntimidated"/>
		<KeyWord name="SetInvulnerable"/>
		<KeyWord name="SetKeywordData"/>
		<KeyWord name="SetLockLevel"/>
		<KeyWord name="SetLookAt"/>
		<KeyWord name="SetMotionType"/>
		<KeyWord name="SetNoBleedoutRecovery"/>
		<KeyWord name="SetNoFavorAllowed"/>
		<KeyWord name="SetNotShowOnStealthMeter"/>
		<KeyWord name="SetObjectiveCompleted"/>
		<KeyWord name="SetObjectiveDisplayed"/>
		<KeyWord name="SetObjectiveFailed"/>
		<KeyWord name="SetOpen"/>
		<KeyWord name="SetOutfit"/>
		<KeyWord name="SetPlayerAIDriven"/>
		<KeyWord name="SetPlayerControls"/>
		<KeyWord name="SetPlayerEnemy"/>
		<KeyWord name="SetPlayerExpelled"/>
		<KeyWord name="SetPlayerReportCrime"/>
		<KeyWord name="SetPlayerResistingArrest"/>
		<KeyWord name="SetPlayerTeammate"/>
		<KeyWord name="SetPosition"/>
		<KeyWord name="setPosition"/>
		<KeyWord name="SetProtected"/>
		<KeyWord name="SetPublic"/>
		<KeyWord name="SetRace"/>
		<KeyWord name="SetReaction"/>
		<KeyWord name="SetRelationshipRank"/>
		<KeyWord name="SetRestrained"/>
		<KeyWord name="SetScale"/>
		<KeyWord name="SetSittingRotation"/>
		<KeyWord name="SetStage"/>
		<KeyWord name="SetUnconscious"/>
		<KeyWord name="SetValue"/>
		<KeyWord name="SetVehicle"/>
		<KeyWord name="SetVoiceRecoveryTime"/>
		<KeyWord name="SetVolume"/>
		<KeyWord name="ShakeCamera"/>
		<KeyWord name="ShakeController"/>
		<KeyWord name="Shout"/>
		<KeyWord name="Show"/>
		<KeyWord name="ShowAsHelpMessage"/>
		<KeyWord name="ShowBarterMenu"/>
		<KeyWord name="ShowFirstPersonGeometry"/>
		<KeyWord name="ShowGiftMenu"/>
		<KeyWord name="ShowRaceMenu"/>
		<KeyWord name="ShowRefPosition"/>
		<KeyWord name="ShowTitleSequenceMenu"/>
		<KeyWord name="ShowTrainingMenu"/>
		<KeyWord name="sin"/>
		<KeyWord name="Sound"/>
		<KeyWord name="Spell"/>
		<KeyWord name="SplineTranslateTo"/>
		<KeyWord name="SplineTranslateToRefNode"/>
		<KeyWord name="sqrt"/>
		<KeyWord name="Start"/>
		<KeyWord name="StartCannibal"/>
		<KeyWord name="StartCombat"/>
		<KeyWord name="StartFrameRateCapture"/>
		<KeyWord name="StartObjectProfiling"/>
		<KeyWord name="StartScriptProfiling"/>
		<KeyWord name="StartStackProfiling"/>
		<KeyWord name="StartTitleSequence"/>
		<KeyWord name="StartVampireFeed"/>
		<KeyWord name="State"/>
		<KeyWord name="Stop"/>
		<KeyWord name="StopCombat"/>
		<KeyWord name="StopCombatAlarm"/>
		<KeyWord name="StopInstance"/>
		<KeyWord name="StopObjectProfiling"/>
		<KeyWord name="StopScriptProfiling"/>
		<KeyWord name="StopStackProfiling"/>
		<KeyWord name="StopTranslation"/>
		<KeyWord name="String"/>
		<KeyWord name="TakeScreenshot"/>
		<KeyWord name="tan"/>
		<KeyWord name="TeachWord"/>
		<KeyWord name="TetherToHorse"/>
		<KeyWord name="ToggleAI"/>
		<KeyWord name="ToggleCollisions"/>
		<KeyWord name="ToggleMenus"/>
		<KeyWord name="Topic"/>
		<KeyWord name="TopicInfo"/>
		<KeyWord name="Trace"/>
		<KeyWord name="TraceConditional"/>
		<KeyWord name="TraceStack"/>
		<KeyWord name="TraceUser"/>
		<KeyWord name="TranslateTo"/>
		<KeyWord name="TrapSoul"/>
		<KeyWord name="TriggerScreenBlood"/>
		<KeyWord name="True"/>
		<KeyWord name="TryToAddToFaction"/>
		<KeyWord name="TryToDisable"/>
		<KeyWord name="TryToEnable"/>
		<KeyWord name="TryToKill"/>
		<KeyWord name="TryToMoveTo"/>
		<KeyWord name="TryToRemoveFromFaction"/>
		<KeyWord name="TryToReset"/>
		<KeyWord name="TryToStopCombat"/>
		<KeyWord name="UnequipAll"/>
		<KeyWord name="UnequipItem"/>
		<KeyWord name="UnEquipItem"/>
		<KeyWord name="UnequipShout"/>
		<KeyWord name="UnequipSpell"/>
		<KeyWord name="UnLockOwnedDoorsInCell"/>
		<KeyWord name="UnlockWord"/>
		<KeyWord name="UnMute"/>
		<KeyWord name="UnPause"/>
		<KeyWord name="UnregisterForAnimationEvent"/>
		<KeyWord name="UnregisterForLOS"/>
		<KeyWord name="UnregisterForSleep"/>
		<KeyWord name="UnregisterForTrackedStatsEvent"/>
		<KeyWord name="UnregisterForUpdate"/>
		<KeyWord name="UnregisterForUpdateGameTime"/>
		<KeyWord name="UpdateCurrentInstanceGlobal"/>
		<KeyWord name="UsingGamepad"/>
		<KeyWord name="Utility"/>
		<KeyWord name="VisualEffect"/>
		<KeyWord name="Wait"/>
		<KeyWord name="WaitForAnimationEvent"/>
		<KeyWord name="WaitGameTime"/>
		<KeyWord name="WaitMenuMode"/>
		<KeyWord name="Weapon"/>
		<KeyWord name="Weather"/>
		<KeyWord name="While"/>
		<KeyWord name="WillIntimidateSucceed"/>
		<KeyWord name="WordOfPower"/>
		<KeyWord name="WornHasKeyword"/>
	</AutoComplete>
</NotepadPlus>