Difference between revisions of "Actor Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Wafflesalot
(→‎SKSE Member Functions: Added Links to EquipItemEx, UnequipItemEx.)
m (Spelling error 'abSlient' changed to 'abSilent')
 
(22 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Actor]]
[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Papyrus]]
Line 7: Line 8:
'''Extends:''' [[ObjectReference Script]]
'''Extends:''' [[ObjectReference Script]]


Script for the manipulation of actor instances.
Script for the manipulation of [[actor]] instances.


== Definition ==
== Definition ==
Line 21: Line 22:


== Member Functions ==
== Member Functions ==
'''Function [[AddPerk - Actor|AddPerk]](Perk akPerk)'''
'''[[AddPerk - Actor|AddPerk]](Perk ''akPerk'')'''
*Adds the specified perk to this actor.
*Adds the specified perk to this actor.


'''bool Function [[AddShout - Actor|AddShout]](Shout akShout)'''
'''Bool [[AddShout - Actor|AddShout]](Shout ''akShout'')'''
*Adds the specified shout to this actor.
*Adds the specified shout to this actor.


'''bool Function [[AddSpell - Actor|AddSpell]](Spell akSpell, bool abVerbose)'''
'''Bool [[AddSpell - Actor|AddSpell]](Spell ''akSpell'', Bool ''abVerbose'')'''
*Adds the specified spell to this actor.
*Adds the specified spell to this actor.


'''Function [[AddToFaction - Actor|AddToFaction]](Faction akFaction)'''
'''[[AddToFaction - Actor|AddToFaction]](Faction ''akFaction'')'''
*Adds the actor to the specified faction at rank 0. If the Actor is already in the given faction, this function does nothing.
*Adds the actor to the specified faction at rank 0. If the Actor is already in the given faction, this function does nothing.


'''Function [[AllowBleedoutDialogue - Actor|AllowBleedoutDialogue]](bool abCanTalk)'''
'''[[AllowBleedoutDialogue - Actor|AllowBleedoutDialogue]](Bool ''abCanTalk'')'''
*Flags this actor as able to speak to the player when he is in bleed out and is essential down
*Flags this actor as able to speak to the player when he is in bleed out and is essential down


'''Function [[AllowPCDialogue - Actor|AllowPCDialogue]](bool abTalk)'''
'''[[AllowPCDialogue - Actor|AllowPCDialogue]](Bool ''abTalk'')'''
*Enables or disables the player's ability to talk to this actor.
*Enables or disables the player's ability to talk to this actor.


'''Function [[AttachAshPile - Actor|AttachAshPile]](Form akAshPileBase)'''
'''[[AttachAshPile - Actor|AttachAshPile]](Form ''akAshPileBase'')'''
*Attaches an "ash pile" to this actor using the passed-in form (or leveled item list) as a base.
*Attaches an "ash pile" to this actor using the passed-in form (or leveled item list) as a base.


'''bool Function [[CanFlyHere - Actor|CanFlyHere]]()'''
'''Bool [[CanFlyHere - Actor|CanFlyHere]]()'''
*Can this actor fly here?
*Can this actor fly here?


'''Function [[ClearArrested - Actor|ClearArrested]]()'''
'''[[ClearArrested - Actor|ClearArrested]]()'''
*Clears this actor's arrested state.
*Clears this actor's arrested state.


'''Function [[ClearExpressionOverride - Actor|ClearExpressionOverride]]()'''
'''[[ClearExpressionOverride - Actor|ClearExpressionOverride]]()'''
*Clears any expression override on this actor.
*Clears any expression override on this actor.


'''Function [[ClearExtraArrows - Actor|ClearExtraArrows]]()'''
'''[[ClearExtraArrows - Actor|ClearExtraArrows]]()'''
*Clears any arrow 3d on the actor.
*Clears any arrow 3d on the actor.


'''Function [[ClearForcedLandingMarker - Actor|ClearForcedLandingMarker]]()'''
'''[[ClearForcedLandingMarker - Actor|ClearForcedLandingMarker]]()'''
*Clears any forced landing marker on this actor.
*Clears any forced landing marker on this actor.


'''Function [[ClearKeepOffsetFromActor - Actor|ClearKeepOffsetFromActor]]()'''
'''[[ClearKeepOffsetFromActor - Actor|ClearKeepOffsetFromActor]]()'''
*Clears any keep offset from this actor.
*Clears any keep offset from this actor.


'''Function [[ClearLookAt - Actor|ClearLookAt]]()'''
'''[[ClearLookAt - Actor|ClearLookAt]]()'''
*Clears this actor's script-forced look at target.
*Clears this actor's script-forced look at target.


'''Function [[DamageActorValue - Actor|DamageActorValue]](string asValueName, float afDamage)'''
'''[[DamageActorValue - Actor|DamageActorValue]](String ''asValueName'', Float ''afDamage'')'''
*Damages the specified actor value by the specified amount.
*Damages the specified actor value by the specified amount.


'''Function [[DamageActorValue - Actor|DamageAV]](string asValueName, float afDamage)'''
'''[[DamageActorValue - Actor|DamageAV]](String ''asValueName'', Float ''afDamage'')'''
*Alias for DamageActorValue().
*Alias for DamageActorValue().


'''bool Function [[Dismount - Actor|Dismount]]()'''
'''Bool [[Dismount - Actor|Dismount]]()'''
*Forces the actor to dismount.
*Forces the actor to dismount.


'''Function [[DispelAllSpells - Actor|DispelAllSpells]]() native'''
'''[[DispelAllSpells - Actor|DispelAllSpells]]()'''
*Dispel all spell from this actor
*Dispel all spell from this actor


'''bool Function [[DispelSpell - Actor|DispelSpell]](Spell akSpell) native'''
'''Bool [[DispelSpell - Actor|DispelSpell]](Spell ''akSpell'')'''
*Dispel a spell from this actor
*Dispel a spell from this actor


'''Function [[DoCombatSpellApply - Actor|DoCombatSpellApply]](Spell akSpell, ObjectReference akTarget) native'''
'''[[DoCombatSpellApply - Actor|DoCombatSpellApply]](Spell ''akSpell'', ObjectReference ''akTarget'')'''
*Apply a spell to a target in combat
*Apply a spell to a target in combat


'''Function [[DrawWeapon - Actor|DrawWeapon]]()'''
'''[[DrawWeapon - Actor|DrawWeapon]]()'''
*Forces this actor to draw his weapon
*Forces this actor to draw his weapon


'''Function [[EnableAI - Actor|EnableAI]](bool abEnable)'''
'''[[EnableAI - Actor|EnableAI]](Bool ''abEnable'')'''
*Enables or disables this actor's AI.
*Enables or disables this actor's AI.


'''Function [[EndDeferredKill - Actor|EndDeferredKill]]()'''
'''[[EndDeferredKill - Actor|EndDeferredKill]]()'''
*Removes the actor from a Deferred Kill state.
*Removes the actor from a Deferred Kill state.


'''Function [[EquipItem - Actor|EquipItem]](Form akItem, bool abPreventRemoval, bool abSlient)'''
'''[[EquipItem - Actor|EquipItem]](Form ''akItem'', Bool ''abPreventRemoval'', Bool ''abSilent'')'''
*Equips the specified item on this actor.
*Equips the specified item on this actor.


'''Function [[EquipShout - Actor|EquipShout]](Shout akShout)'''
'''[[EquipShout - Actor|EquipShout]](Shout ''akShout'')'''
*Forces this actor to equip this shout.
*Forces this actor to equip this shout.


'''Function [[EquipSpell - Actor|EquipSpell]](Spell akSpell, int aiSource)'''
'''[[EquipSpell - Actor|EquipSpell]](Spell ''akSpell'', Int ''aiSource'')'''
*Forces this actor to equip thes spell, in the specified source.
*Forces this actor to equip thes spell, in the specified source.


'''Function [[EvaluatePackage - Actor|EvaluatePackage]]()'''
'''[[EvaluatePackage - Actor|EvaluatePackage]]()'''
*Forces the AI to re-evaluate its package stack.
*Forces the AI to re-evaluate its package stack.


'''Function [[ForceActorValue - Actor|ForceActorValue]](string asValueName, float afNewValue)'''
'''[[ForceActorValue - Actor|ForceActorValue]](String ''asValueName'', Float ''afNewValue'')'''
*Forces the specified actor value to the specified value.
*Forces the specified actor value to the specified value.


'''Function [[ForceActorValue - Actor|ForceAV]](string asValueName, float afNewValue)'''
'''[[ForceActorValue - Actor|ForceAV]](String ''asValueName'', Float ''afNewValue'')'''
*Alias for ForceActorValue().
*Alias for ForceActorValue().


'''ActorBase Function [[GetActorBase - Actor|GetActorBase]]()'''
'''ActorBase [[GetActorBase - Actor|GetActorBase]]()'''
*Returns the base actor object for this actor.
*Returns the base actor object for this actor.


'''float Function [[GetActorValue - Actor|GetActorValue]](string asValueName)'''
'''Float [[GetActorValue - Actor|GetActorValue]](String ''asValueName'')'''
*Retrieves the specified actor value from the actor.
*Retrieves the specified actor value from the actor.


'''float Function [[GetActorValuePercentage - Actor|GetActorValuePercentage]](string asValueName)'''
'''Float [[GetActorValuePercentage - Actor|GetActorValuePercentage]](String ''asValueName'')'''
*Retrieves the specified actor value from the actor as a percentage of its maximum value. (From 0 to 1)
*Retrieves the specified actor value from the actor as a percentage of its maximum value. (From 0 to 1)


'''float Function [[GetActorValue - Actor|GetAV]](string asValueName)'''
'''Float [[GetActorValue - Actor|GetAV]](String ''asValueName'')'''
*Alias for GetActorValue().
*Alias for GetActorValue().


'''float Function [[GetActorValuePercentage - Actor|GetAVPercentage]](string asValueName)'''
'''Float [[GetActorValuePercentage - Actor|GetAVPercentage]](String ''asValueName'')'''
*Alias for GetActorValuePercentage().
*Alias for GetActorValuePercentage().


'''float Function [[GetBaseActorValue - Actor|GetBaseActorValue]](string asValueName)'''
'''Float [[GetBaseActorValue - Actor|GetBaseActorValue]](String ''asValueName'')'''
*Gets the base value of the specified actor value.
*Gets the base value of the specified actor value.


'''float Function [[GetBaseActorValue - Actor|GetBaseAV]](string asValueName)'''
'''Float [[GetBaseActorValue - Actor|GetBaseAV]](String ''asValueName'')'''
*Alias for GetBaseActorValue().
*Alias for GetBaseActorValue().


'''int Function [[GetBribeAmount - Actor|GetBribeAmount]]()'''
'''Int [[GetBribeAmount - Actor|GetBribeAmount]]()'''
*Returns the amount of gold required to bribe this actor.
*Returns the amount of gold required to bribe this actor.


'''Faction Function [[GetCrimeFaction - Actor|GetCrimeFaction]]()'''
'''Faction [[GetCrimeFaction - Actor|GetCrimeFaction]]()'''
*Obtains this actor's crime faction.
*Obtains this actor's crime faction.


'''int Function [[GetCombatState - Actor|GetCombatState]]()'''
'''Int [[GetCombatState - Actor|GetCombatState]]()'''
*Obtains this actor's current combat state.
*Obtains this actor's current combat state.


'''Actor Function [[GetCombatTarget - Actor|GetCombatTarget]]()'''
'''Actor [[GetCombatTarget - Actor|GetCombatTarget]]()'''
*Obtains this actor's current combat target.
*Obtains this actor's current combat target.


'''Package Function [[GetCurrentPackage - Actor|GetCurrentPackage]]()'''
'''Package [[GetCurrentPackage - Actor|GetCurrentPackage]]()'''
*Obtains the current package this actor's AI is running.
*Obtains the current package this actor's AI is running.


'''Actor Function [[GetDialogueTarget - Actor|GetDialogueTarget]]()'''
'''Actor [[GetDialogueTarget - Actor|GetDialogueTarget]]()'''
*Obtains the actor's current dialogue target
*Obtains the actor's current dialogue target


'''int Function [[GetEquippedItemType - Actor|GetEquippedItemType]](int aiHand)'''
'''Int [[GetEquippedItemType - Actor|GetEquippedItemType]](Int ''aiHand'')'''
*Obtains the type of item equipped in the specified hand.
*Obtains the type of item equipped in the specified hand.


'''Armor Function [[GetEquippedShield - Actor|GetEquippedShield]]()'''
'''Armor [[GetEquippedShield - Actor|GetEquippedShield]]()'''
*Obtains the currently equipped shield on this actor.
*Obtains the currently equipped shield on this actor.


'''Shout Function [[GetEquippedShout - Actor|GetEquippedShout]]()'''
'''Shout [[GetEquippedShout - Actor|GetEquippedShout]]()'''
*Obtains the currently equipped shout on this actor.
*Obtains the currently equipped shout on this actor.


'''Spell Function [[GetEquippedSpell - Actor|GetEquippedSpell]](int aiSource)'''
'''Spell [[GetEquippedSpell - Actor|GetEquippedSpell]](Int ''aiSource'')'''
*Obtains the currently equipped spell in the specified source on this actor.
*Obtains the currently equipped spell in the specified source on this actor.


'''Weapon Function [[GetEquippedWeapon - Actor|GetEquippedWeapon]](bool abLeftHand)'''
'''Weapon [[GetEquippedWeapon - Actor|GetEquippedWeapon]](Bool ''abLeftHand'')'''
*Obtains the currently equipped weapon on this actor.
*Obtains the currently equipped weapon on this actor.


'''int Function [[GetFactionRank - Actor|GetFactionRank]](Faction akFaction)'''
'''Int [[GetFactionRank - Actor|GetFactionRank]](Faction ''akFaction'')'''
*Retrieves this actor's rank in the specified faction.
*Retrieves this actor's rank in the specified [[Faction Script|faction]].


'''int Function [[GetFactionReaction - Actor|GetFactionReaction]](Actor akOther)'''
'''Int [[GetFactionReaction - Actor|GetFactionReaction]](Actor ''akOther'')'''
*Obtains this actor's faction-based reaction to the other actor.
*Obtains this actor's faction-based reaction to the other actor.


'''int Function [[GetFlyingState - Actor|GetFlyingState]]()'''
'''Int [[GetFlyingState - Actor|GetFlyingState]]()'''
*Obtains this actor's current flying state.
*Obtains this actor's current flying state.


'''ObjectReference Function [[GetForcedLandingMarker - Actor|GetForcedLandingMarker]]()'''
'''ObjectReference [[GetForcedLandingMarker - Actor|GetForcedLandingMarker]]()'''
*Obtains the landing marker the actor is forced to land at (if any).
*Obtains the landing marker the actor is forced to land at (if any).


'''int Function [[GetGoldAmount - Actor|GetGoldAmount]]()'''
'''Int [[GetGoldAmount - Actor|GetGoldAmount]]()'''
*Gets the amount of gold this actor has on his person.
*Gets the amount of gold this actor has on his person.


'''int Function [[GetHighestRelationshipRank - Actor|GetHighestRelationshipRank]]()'''
'''Int [[GetHighestRelationshipRank - Actor|GetHighestRelationshipRank]]()'''
*Gets this actor's highest relationship rank.
*Gets this actor's highest relationship rank.


'''Actor Function [[GetKiller - Actor|GetKiller]]()'''
'''Actor [[GetKiller - Actor|GetKiller]]()'''
*Gets this actor's killer. Returns None if this actor isn't dead.
*Gets this actor's killer. Returns None if this actor isn't dead.


'''int Function [[GetLevel - Actor|GetLevel]]() native'''
'''Int [[GetLevel - Actor|GetLevel]]()'''
*Gets this actor's current level.
*Gets this actor's current level.


'''ActorBase Function [[GetLeveledActorBase - Actor|GetLeveledActorBase]]()'''
'''ActorBase [[GetLeveledActorBase - Actor|GetLeveledActorBase]]()'''
*Returns a leveled actor's "temporary" base object.
*Returns a leveled actor's "temporary" base object.


'''float Function [[GetLightLevel - Actor|GetLightLevel]]()'''
'''Float [[GetLightLevel - Actor|GetLightLevel]]()'''
*Returns this actor's current light level
*Returns this actor's current light level


'''int Function [[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]()'''
'''Int [[GetLowestRelationshipRank - Actor|GetLowestRelationshipRank]]()'''
*Gets this actor's lowest relationship rank.
*Gets this actor's lowest relationship rank.


'''bool Function [[GetNoBleedoutRecovery - Actor|GetNoBleedoutRecovery]]()'''
'''Bool [[GetNoBleedoutRecovery - Actor|GetNoBleedoutRecovery]]()'''
*Gets whether this actor can recover from bleedout or not.
*Gets whether this actor can recover from bleedout or not.


'''bool Function [[GetPlayerControls - Actor|GetPlayerControls]]() native'''
'''Bool [[GetPlayerControls - Actor|GetPlayerControls]]()'''
*Queries whether this actor receives player input
*Queries whether this actor receives player input


'''Race Function [[GetRace - Actor|GetRace]]()'''
'''Race [[GetRace - Actor|GetRace]]()'''
*Returns this actor's race.
*Returns this actor's race.


'''int Function [[GetRelationshipRank - Actor|GetRelationshipRank]](Actor akOther)'''
'''Int [[GetRelationshipRank - Actor|GetRelationshipRank]](Actor ''akOther'')'''
*Retrieves the relationship rank between this actor and another.
*Retrieves the relationship rank between this actor and another.


'''int Function [[GetSitState - Actor|GetSitState]]()'''
'''Int [[GetSitState - Actor|GetSitState]]()'''
*Obtains this actor's sit state.
*Obtains this actor's sit state.


'''int Function [[GetSleepState - Actor|GetSleepState]]()'''
'''Int [[GetSleepState - Actor|GetSleepState]]()'''
*Obtains this actor's sleep state.
*Obtains this actor's sleep state.


'''float Function [[GetVoiceRecoveryTime - Actor|GetVoiceRecoveryTime]]()'''
'''Float [[GetVoiceRecoveryTime - Actor|GetVoiceRecoveryTime]]()'''
*Gets the voice recovery time from the actor.
*Gets the voice recovery time from the actor.


'''bool Function [[HasAssociation - Actor|HasAssociation]](AssociationType akAssociation, Actor akOther)'''
'''Bool [[HasAssociation - Actor|HasAssociation]](AssociationType ''akAssociation'', Actor ''akOther'')'''
*Returns whether this actor has the specified association with the other actor.
*Returns whether this actor has the specified association with the other actor.


'''bool Function [[HasFamilyRelationship - Actor|HasFamilyRelationship]](Actor akOther)'''
'''Bool [[HasFamilyRelationship - Actor|HasFamilyRelationship]](Actor ''akOther'')'''
*Returns whether this actor has a family relationship with the other actor.
*Returns whether this actor has a family relationship with the other actor.


'''bool Function [[HasLOS - Actor|HasLOS]](ObjectReference akOther)'''
'''Bool [[HasLOS - Actor|HasLOS]](ObjectReference ''akOther'')'''
*Checks to see if this actor has line-of-sight to another. (Only the player can do a LOS check to a non-actor)
*Checks to see if this actor has line-of-sight to another. (Only the player can do a LOS check to a non-actor)


'''bool Function [[HasMagicEffect - Actor|HasMagicEffect]](MagicEffect akEffect)'''
'''Bool [[HasMagicEffect - Actor|HasMagicEffect]](MagicEffect ''akEffect'')'''
*Checks to see if this actor is currently being affected by the given Magic Effect
*Checks to see if this actor is currently being affected by the given Magic Effect


'''bool Function [[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]](Keyword akKeyword)'''
'''Bool [[HasMagicEffectWithKeyword - Actor|HasMagicEffectWithKeyword]](Keyword ''akKeyword'')'''
*Checks to see if this actor is currently being affected by a Magic Effect with the given Keyword
*Checks to see if this actor is currently being affected by a Magic Effect with the given Keyword


'''bool Function [[HasParentRelationship - Actor|HasParentRelationship]](Actor akOther)'''
'''Bool [[HasParentRelationship - Actor|HasParentRelationship]](Actor ''akOther'')'''
*Returns whether this actor has a parent relationship with the other actor.
*Returns whether this actor has a parent relationship with the other actor.


'''bool Function [[HasPerk - Actor|HasPerk]](Perk akPerk)'''
'''Bool [[HasPerk - Actor|HasPerk]](Perk ''akPerk'')'''
*Checks to see if this actor has the given Perk
*Checks to see if this actor has the given Perk


'''bool Function [[HasSpell - Actor|HasSpell]](Form akForm)'''
'''Bool [[HasSpell - Actor|HasSpell]](Form ''akForm'')'''
*Checks to see if this actor has the given Spell or Shout
*Checks to see if this actor has the given Spell or Shout


'''bool Function [[IsAlarmed - Actor|IsAlarmed]]()'''
'''Bool [[IsAlarmed - Actor|IsAlarmed]]()'''
*Obtains whether this actor is alarmed or not.
*Obtains whether this actor is alarmed or not.


'''bool Function [[IsAlerted - Actor|IsAlerted]]()'''
'''Bool [[IsAlerted - Actor|IsAlerted]]()'''
*Returns if this actor is alerted or not.
*Returns if this actor is alerted or not.


'''bool Function [[IsAllowedToFly - Actor|IsAllowedToFly]]()'''
'''Bool [[IsAllowedToFly - Actor|IsAllowedToFly]]()'''
*Is this actor allowed to fly?
*Is this actor allowed to fly?


'''bool Function [[IsArrested - Actor|IsArrested]]()'''
'''Bool [[IsArrested - Actor|IsArrested]]()'''
*Returns whether this actor is currently arrested or not.
*Returns whether this actor is currently arrested or not.


'''bool Function [[IsArrestingTarget - Actor|IsArrestingTarget]]()'''
'''Bool [[IsArrestingTarget - Actor|IsArrestingTarget]]()'''
*Is this actor currently arresting his target? Only valid on alerted guards.
*Is this actor currently arresting his target? Only valid on alerted guards.


'''bool Function [[IsBeingRidden - Actor|IsBeingRidden]]()'''
'''Bool [[IsBeingRidden - Actor|IsBeingRidden]]()'''
*Is this actor being ridden?
*Is this actor being ridden?


'''bool Function [[IsBleedingOut - Actor|IsBleedingOut]]()'''
'''Bool [[IsBleedingOut - Actor|IsBleedingOut]]()'''
*Is this actor currently bleeding out?
*Is this actor currently bleeding out?


'''bool Function [[IsBribed - Actor|IsBribed]]()'''
'''Bool [[IsBribed - Actor|IsBribed]]()'''
*Gets if this actor has been bribed by the player.
*Gets if this actor has been bribed by the player.


'''bool Function [[IsChild - Actor|IsChild]]()'''
'''Bool [[IsChild - Actor|IsChild]]()'''
*Is this actor a child?
*Is this actor a child?


'''bool Function [[IsCommandedActor - Actor|IsCommandedActor]]()'''
'''Bool [[IsCommandedActor - Actor|IsCommandedActor]]()'''
*Is this actor commanded by another?
*Is this actor commanded by another?


'''bool Function [[IsDead - Actor|IsDead]]()'''
'''Bool [[IsDead - Actor|IsDead]]()'''
*Obtains whether this actor is dead or not.
*Obtains whether this actor is dead or not.


'''bool Function [[IsDetectedBy - Actor|IsDetectedBy]](Actor akOther)'''
'''Bool [[IsDetectedBy - Actor|IsDetectedBy]](Actor ''akOther'')'''
*Is this actor detected by the other one?
*Is this actor detected by the other one?


'''bool Function [[IsDoingFavor - Actor|IsDoingFavor]]()'''
'''Bool [[IsDoingFavor - Actor|IsDoingFavor]]()'''
*Is this actor currently flagged as doing a favor for the player?
*Is this actor currently flagged as doing a favor for the player?


'''bool Function [[IsEquipped - Actor|IsEquipped]](Form akItem)'''
'''Bool [[IsEquipped - Actor|IsEquipped]](Form ''akItem'')'''
*Is the specified object equipped on this actor?
*Is the specified object equipped on this actor?


'''bool Function [[IsEssential - Actor|IsEssential]]()'''
'''Bool [[IsEssential - Actor|IsEssential]]()'''
*Is this actor essential?
*Is this actor essential?


'''bool Function [[IsFlying - Actor|IsFlying]]()'''
'''Bool [[IsFlying - Actor|IsFlying]]()'''
*Is this actor currently flying?
*Is this actor currently flying?


'''bool Function [[IsGhost - Actor|IsGhost]]()'''
'''Bool [[IsGhost - Actor|IsGhost]]()'''
*Is this actor flagged as a ghost?
*Is this actor flagged as a ghost?


'''bool Function [[IsGuard - Actor|IsGuard]]()'''
'''Bool [[IsGuard - Actor|IsGuard]]()'''
*Obtains whether this actor is a guard or not.
*Obtains whether this actor is a guard or not.


'''bool Function [[IsHostileToActor- Actor|IsHostileToActor]](Actor akActor)'''
'''Bool [[IsHostileToActor- Actor|IsHostileToActor-]](Actor ''akActor'')'''
*Is this actor hostile to another actor?
*Is this actor hostile to another actor?


'''bool Function [[IsInCombat - Actor|IsInCombat]]()'''
'''Bool [[IsInCombat - Actor|IsInCombat]]()'''
*Obtains whether this actor is in combat or not.
*Obtains whether this actor is in combat or not.


'''bool Function [[IsInFaction - Actor|IsInFaction]](Faction akFaction)'''
'''Bool [[IsInFaction - Actor|IsInFaction]](Faction ''akFaction'')'''
*Returns whether this actor is in the specified faction.
*Returns whether this actor is in the specified faction.


'''bool Function [[IsInKillMove - Actor|IsInKillMove]]()'''
'''Bool [[IsInKillMove - Actor|IsInKillMove]]()'''
*Returns whether this actor is in a kill move or not.
*Returns whether this actor is in a kill move or not.


'''bool Function [[IsIntimidated - Actor|IsIntimidated]]()'''
'''Bool [[IsIntimidated - Actor|IsIntimidated]]()'''
*Gets if this actor has been intimidated by the player.
*Gets if this actor has been intimidated by the player.


'''bool Function [[IsOnMount - Actor|IsOnMount]]()'''
'''Bool [[IsOnMount - Actor|IsOnMount]]()'''
*Is the actor on a mount?
*Is the actor on a mount?


'''bool Function [[IsPlayersLastRiddenHorse - Actor|IsPlayersLastRiddenHorse]]()'''
'''Bool [[IsPlayersLastRiddenHorse - Actor|IsPlayersLastRiddenHorse]]()'''
*Returns whether this actor is the horse the player last rode.
*Returns whether this actor is the horse the player last rode.


'''bool Function [[IsPlayerTeammate - Actor|IsPlayerTeammate]]()'''
'''Bool [[IsPlayerTeammate - Actor|IsPlayerTeammate]]()'''
*Returns whether this actor is currently a teammate of the player.
*Returns whether this actor is currently a teammate of the player.


'''bool Function [[IsRunning - Actor|IsRunning]]()'''
'''Bool [[IsRunning - Actor|IsRunning]]()'''
*Returns whether this actor is current running.
*Returns whether this actor is current running.


'''bool Function [[IsSneaking - Actor|IsSneaking]]()'''
'''Bool [[IsSneaking - Actor|IsSneaking]]()'''
*Is this actor currently sneaking?
*Is this actor currently sneaking?


'''bool Function [[IsSprinting - Actor|IsSprinting]]()'''
'''Bool [[IsSprinting - Actor|IsSprinting]]()'''
*Is this actor currently sprinting?
*Is this actor currently sprinting?


'''bool Function [[IsTrespassing - Actor|IsTrespassing]]()'''
'''Bool [[IsTrespassing - Actor|IsTrespassing]]()'''
*Returns whether this actor is currently trespassing or not.
*Returns whether this actor is currently trespassing or not.


'''bool Function [[IsUnconscious - Actor|IsUnconscious]]()'''
'''Bool [[IsUnconscious - Actor|IsUnconscious]]()'''
*Is this actor currently unconscious?
*Is this actor currently unconscious?


'''bool Function [[IsWeaponDrawn - Actor|IsWeaponDrawn]]()'''
'''Bool [[IsWeaponDrawn - Actor|IsWeaponDrawn]]()'''
*Does this actor have his equipped weapon and/or magic spell drawn?
*Does this actor have his equipped weapon and/or magic spell drawn?


'''Function [[KeepOffsetFromActor - Actor|KeepOffsetFromActor]](Actor arTarget, float afOffsetX, float afOffsetY, float afOffsetZ, float afOffsetAngleX, float afOffsetAngleY, float afOffsetAngleZ, float afCatchUpRadius, float afFollowRadius)'''
'''[[KeepOffsetFromActor - Actor|KeepOffsetFromActor]](Actor ''arTarget'', Float ''afOffsetX'', Float ''afOffsetY'', Float ''afOffsetZ'', Float ''afOffsetAngleX'', Float ''afOffsetAngleY'', Float ''afOffsetAngleZ'', Float ''afCatchUpRadius'', Float ''afFollowRadius'')'''
*Makes the actor switch to a state where it will try to keep a given offset from another actor
*Makes the actor switch to a state where it will try to keep a given offset from another actor


'''Function [[Kill - Actor|Kill]](Actor akKiller)'''
'''[[Kill - Actor|Kill]](Actor ''akKiller'')'''
*Kills this actor with the specified actor as the guilty party.
*Kills this actor with the specified actor as the guilty party.


'''Function [[KillEssential - Actor|KillEssential]](Actor akKiller)'''
'''[[KillEssential - Actor|KillEssential]](Actor ''akKiller'')'''
*Kills this actor, even if he is essential.
*Kills this actor, even if he is essential.


'''Function [[KillSilent - Actor|KillSilent]](Actor akKiller)'''
'''[[KillSilent - Actor|KillSilent]](Actor ''akKiller'')'''
*Kills this actor without a kill event with the killer being the guilty party
*Kills this actor without a kill event with the killer being the guilty party


'''Function [[MakePlayerFriend - Actor|MakePlayerFriend]]()'''
'''[[MakePlayerFriend - Actor|MakePlayerFriend]]()'''
*Makes the actor a friend of the player.
*Makes the actor a friend of the player.


'''Function [[ModActorValue - Actor|ModActorValue]](string asValueName, float afAmount)'''
'''[[ModActorValue - Actor|ModActorValue]](String ''asValueName'', Float ''afAmount'')'''
*Modifies the specified actor value by the specified amount.
*Modifies the specified actor value by the specified amount.


'''Function [[ModActorValue - Actor|ModAV]](string asValueName, float afAmount)'''
'''[[ModActorValue - Actor|ModAV]](String ''asValueName'', Float ''afAmount'')'''
*Alias for ModActorValue().
*Alias for ModActorValue]]().


'''Function [[ModFactionRank - Actor|ModFactionRank]](Faction akFaction, int aiMod)'''
'''[[ModFactionRank - Actor|ModFactionRank]](Faction ''akFaction'', Int ''aiMod'')'''
*Modifies this actor's rank in the specified faction.
*Modifies this actor's rank in the specified faction.


'''Function [[MoveToPackageLocation - Actor|MoveToPackageLocation]]()'''
'''[[MoveToPackageLocation - Actor|MoveToPackageLocation]]()'''
*Pops this actor to the initial location for its current package.
*Pops this actor to the initial location for its current package.


'''Function [[OpenInventory - Actor|OpenInventory]](bool abForceOpen)'''
'''[[OpenInventory - Actor|OpenInventory]](Bool ''abForceOpen'')'''
*Opens this actor's inventory as if you were pick-pocketing them.
*Opens this actor's inventory as if you were pick-pocketing them.


'''bool Function [[PathToReference - Actor|PathToReference]](ObjectReference aTarget, float afWalkRunPercent)'''
'''Bool [[PathToReference - Actor|PathToReference]](ObjectReference ''aTarget'', Float ''afWalkRunPercent'')'''
*Makes the actor path to the target reference at the speed given by afWalkRunercent.
*Makes the actor path to the target reference at the speed given by afWalkRunercent.


'''bool Function [[PlayIdle - Actor|PlayIdle]](Idle akIdle)'''
'''Bool [[PlayIdle - Actor|PlayIdle]](Idle ''akIdle'')'''
*Plays the passed idle on this actor.
*Plays the passed idle on this actor.


'''bool Function [[PlayIdleWithTarget - Actor|PlayIdleWithTarget]](Idle akIdle, ObjectReference akTarget)'''
'''Bool [[PlayIdleWithTarget - Actor|PlayIdleWithTarget]](Idle ''akIdle'', ObjectReference ''akTarget'')'''
*Plays the passed idle on this actor, overriding the actor's current target with the one given.
*Plays the passed idle on this actor, overriding the actor's current target with the one given.


'''Function [[PlaySubGraphAnimation- Actor|PlaySubGraphAnimation]](string asEventName)'''
'''[[PlaySubGraphAnimation- Actor|PlaySubGraphAnimation-]](String ''asEventName'')'''
*Sends the event passed to the actor's sub graphs.
*Sends the event passed to the actor's sub graphs.


'''Function [[RemoveFromFaction - Actor|RemoveFromFaction]](Faction akFaction)'''
'''[[RemoveFromFaction - Actor|RemoveFromFaction]](Faction ''akFaction'')'''
*Removes this actor from the specified faction.
*Removes this actor from the specified faction.


'''Function [[RemoveFromAllFactions - Actor|RemoveFromAllFactions]]()'''
'''[[RemoveFromAllFactions - Actor|RemoveFromAllFactions]]()'''
*Removes this actor from all factions they are associated with.
*Removes this actor from all factions they are associated with.


'''Function [[RemovePerk - Actor|RemovePerk]](Perk akPerk)'''
'''[[RemovePerk - Actor|RemovePerk]](Perk ''akPerk'')'''
*Removes the specified perk from this actor.
*Removes the specified perk from this actor.


'''bool Function [[RemoveShout - Actor|RemoveShout]](Shout akShout)'''
'''Bool [[RemoveShout - Actor|RemoveShout]](Shout ''akShout'')'''
*Removes the specified shout from this actor.
*Removes the specified shout from this actor.


'''bool Function [[RemoveSpell - Actor|RemoveSpell]](Spell akSpell)'''
'''Bool [[RemoveSpell - Actor|RemoveSpell]](Spell ''akSpell'')'''
*Removes the specified spell from this actor.
*Removes the specified spell from this actor.


'''Function [[ResetHealthAndLimbs - Actor|ResetHealthAndLimbs]]()'''
'''[[ResetHealthAndLimbs - Actor|ResetHealthAndLimbs]]()'''
*Resets this actor's health and limb state.
*Resets this actor's health and limb state.


'''Function [[RestoreActorValue - Actor|RestoreActorValue]](string asValueName, float afAmount)'''
'''[[RestoreActorValue - Actor|RestoreActorValue]](String ''asValueName'', Float ''afAmount'')'''
*Restores damage done to the specified actor value.
*Restores damage done to the specified actor value.


'''Function [[RestoreActorValue - Actor|RestoreAV]](string asValueName, float afAmount)'''
'''[[RestoreActorValue - Actor|RestoreAV]](String ''asValueName'', Float ''afAmount'')'''
*Alias for RestoreActorValue().
*Alias for RestoreActorValue().


'''Function [[Resurrect - Actor|Resurrect]]()'''
'''[[Resurrect - Actor|Resurrect]]()'''
*Resurrects this actor.
*Resurrects this actor.


'''Function [[SendAssaultAlarm - Actor|SendAssaultAlarm]]()'''
'''[[SendAssaultAlarm - Actor|SendAssaultAlarm]]()'''
*Has this actor behave as if they were assaulted.
*Has this actor behave as if they were assaulted.


'''Function [[SendTrespassAlarm - Actor|SendTrespassAlarm]](Actor akCriminal)'''
'''[[SendTrespassAlarm - Actor|SendTrespassAlarm]](Actor ''akCriminal'')'''
*Has this actor behave as if they caught the criminal trespassing
*Has this actor behave as if they caught the criminal trespassing


'''Function [[SetActorValue - Actor|SetActorValue]](string asValueName, float afValue)'''
'''[[SetActorValue - Actor|SetActorValue]](String ''asValueName'', Float ''afValue'')'''
*Sets the specified actor value on the actor to the passed-in value.
*Sets the specified actor value on the actor to the passed-in value.


'''Function [[SetAlert - Actor|SetAlert]](bool abAlerted)'''
'''[[SetAlert - Actor|SetAlert]](Bool ''abAlerted'')'''
*Flags this actor as currently alerted (or clears it)
*Flags this actor as currently alerted (or clears it)


'''Function [[SetAllowFlying - Actor|SetAllowFlying]](bool abAllowed)'''
'''[[SetAllowFlying - Actor|SetAllowFlying]](Bool ''abAllowed'')'''
*Flags this actor as whether they are allowed to fly or not (lands them if they are flying and not allowed to)
*Flags this actor as whether they are allowed to fly or not (lands them if they are flying and not allowed to)


'''Function [[SetAllowFlyingEx - Actor|SetAllowFlyingEx]](bool abAllowed, bool abAllowCrash, bool abAllowSearch)'''
'''[[SetAllowFlyingEx - Actor|SetAllowFlyingEx]](Bool ''abAllowed'', Bool ''abAllowCrash'', Bool ''abAllowSearch'')'''
*Sets whether this actor is allowed to fly or not. If not, and they are flying, will land the actor.
*Sets whether this actor is allowed to fly or not. If not, and they are flying, will land the actor.


'''Function [[SetAlpha - Actor|SetAlpha]](float afTargetAlpha, bool abFade)'''
'''[[SetAlpha - Actor|SetAlpha]](Float ''afTargetAlpha'', Bool ''abFade'')'''
*Sets this actor's alpha - optionally fading to that value rather then popping.
*Sets this actor's alpha - optionally fading to that value rather then popping.


'''Function [[SetAttackActorOnSight - Actor|SetAttackActorOnSight]](bool abAttackOnSight)'''
'''[[SetAttackActorOnSight - Actor|SetAttackActorOnSight]](Bool ''abAttackOnSight'')'''
*Flags this actor to be attacked by all actors when detected.
*Flags this actor to be attacked by all actors when detected.


'''Function [[SetActorValue - Actor|SetAV]](string asValueName, float afValue)'''
'''[[SetActorValue - Actor|SetAV]](String ''asValueName'', Float ''afValue'')'''
*Alias for SetActorValue().
*Alias for SetActorValue().


'''Function [[SetBribed - Actor|SetBribed]](bool abBribe)'''
'''[[SetBribed - Actor|SetBribed]](Bool ''abBribe'')'''
*Sets if this actor is being bribed by the player.
*Sets if this actor is being bribed by the player.


'''Function [[SetCrimeFaction - Actor|SetCrimeFaction]](Faction akFaction)'''
'''[[SetCrimeFaction - Actor|SetCrimeFaction]](Faction ''akFaction'')'''
*Sets the faction that this actor reports crimes to.
*Sets the faction that this actor reports crimes to.


'''Function [[SetCriticalStage - Actor|SetCriticalStage]](int aiStage)'''
'''[[SetCriticalStage - Actor|SetCriticalStage]](Int ''aiStage'')'''
*Sets this actor's current critical stage (applying any related effects)
*Sets this actor's current critical stage (applying any related effects)


'''Function [[SetDoingFavor - Actor|SetDoingFavor]](bool abDoingFavor)'''
'''[[SetDoingFavor - Actor|SetDoingFavor]](Bool ''abDoingFavor'')'''
*Flags this actor as doing a favor for the player.
*Flags this actor as doing a favor for the player.


'''Function [[SetDontMove - Actor|SetDontMove]](bool abDontMove)'''
'''[[SetDontMove - Actor|SetDontMove]](Bool ''abDontMove'')'''
*Flags/unfags this actor as "don't move".
*Flags/unflags this actor as "don't move".


'''Function [[SetExpressionOverride - Actor|SetExpressionOverride]](int aiMood, int aiStrength)'''
'''[[SetExpressionOverride - Actor|SetExpressionOverride]](Int ''aiMood'', Int ''aiStrength'')'''
*Sets an expression override on this actor.
*Sets an expression override on this actor.


'''Function [[SetEyeTexture - Actor|SetEyeTexture]](TextureSet akTexture)'''
'''[[SetEyeTexture - Actor|SetEyeTexture]](TextureSet ''akTexture'')'''
*Forces a new eye texture on the actor.
*Forces a new eye texture on the actor.


'''Function [[SetFactionRank - Actor|SetFactionRank]](Faction akFaction, int aiRank)'''
'''[[SetFactionRank - Actor|SetFactionRank]](Faction ''akFaction'', Int ''aiRank'')'''
*Sets this actor's rank in the specified faction, adding it to the faction if necessary.
*Sets this actor's rank in the specified faction, adding it to the faction if necessary.


'''Function [[SetForcedLandingMarker - Actor|SetForcedLandingMarker]](ObjectReference aMarker)'''
'''[[SetForcedLandingMarker - Actor|SetForcedLandingMarker]](ObjectReference ''aMarker'')'''
*Forces the landing marker for this actor to the passed-in one.
*Forces the landing marker for this actor to the passed-in one.


'''Function [[SetGhost - Actor|SetGhost]](bool abIsGhost)'''
'''[[SetGhost - Actor|SetGhost]](Bool ''abIsGhost'')'''
*Sets this actor as a ghost or not.
*Sets this actor as a ghost or not.


'''Function [[SetHeadTracking - Actor|SetHeadTracking]](bool abEnable)'''
'''[[SetHeadTracking - Actor|SetHeadTracking]](Bool ''abEnable'')'''
*Enables or disables this actor's head tracking.
*Enables or disables this actor's head tracking.


'''Function [[SetIntimidated - Actor|SetIntimidated]](bool abIntimidate)'''
'''[[SetIntimidated - Actor|SetIntimidated]](Bool ''abIntimidate'')'''
*Sets if this actor is being intimidated by the player.
*Sets if this actor is being intimidated by the player.


'''Function [[SetLookAt - Actor|SetLookAt]](ObjectReference akTarget, bool abPathingLookAt)'''
'''[[SetLookAt - Actor|SetLookAt]](ObjectReference ''akTarget'', Bool ''abPathingLookAt'')'''
*Sets this actor's look at target, optionally using it for pathing as well.
*Sets this actor's look at target, optionally using it for pathing as well.


'''Function [[SetNoBleedoutRecovery - Actor|SetNoBleedoutRecovery]](bool abAllowed)'''
'''[[SetNoBleedoutRecovery - Actor|SetNoBleedoutRecovery]](Bool ''abAllowed'')'''
*Sets or clears the "no bleedout recovery" flag on this actor.
*Sets or clears the "no bleedout recovery" flag on this actor.


'''Function [[SetNotShowOnStealthMeter - Actor|SetNotShowOnStealthMeter]](bool abNotShow)'''
'''[[SetNotShowOnStealthMeter - Actor|SetNotShowOnStealthMeter]](Bool ''abNotShow'')'''
*Sets this actor to not effect the detection level on the stealth meter if he is not hostile to the player
*Sets this actor to not effect the detection level on the stealth meter if he is not hostile to the player


'''Function [[SetOutfit - Actor|SetOutfit]](Outfit akOutfit,bool abSleepOutfit)'''
'''[[SetOutfit - Actor|SetOutfit]](Outfit ''akOutfit'', Bool ''abSleepOutfit'')'''
*Change the default or sleep outfit and queue the models to be worn now.
*Change the default or sleep outfit and queue the models to be worn now.


'''Function [[SetPlayerControls - Actor|SetPlayerControls]](bool abControls)'''
'''[[SetPlayerControls - Actor|SetPlayerControls]](Bool ''abControls'')'''
*Set/reset whether player input being sent to the actor.
*Set/reset whether player input being sent to the actor.


'''Function [[SetPlayerResistingArrest - Actor|SetPlayerResistingArrest]]()'''
'''[[SetPlayerResistingArrest - Actor|SetPlayerResistingArrest]]()'''
*Flags the player as resisting arrest from this actor's faction.
*Flags the player as resisting arrest from this actor's faction.


'''Function [[SetPlayerTeammate - Actor|SetPlayerTeammate]](bool abTeammate, bool abCanDoFavor)'''
'''[[SetPlayerTeammate - Actor|SetPlayerTeammate]](Bool ''abTeammate'', Bool ''abCanDoFavor'')'''
*Sets (or clears) this actor as a teammate of the player and if the teammate can do favors.
*Sets (or clears) this actor as a teammate of the player and if the teammate can do favors.


'''Function [[SetRace - Actor|SetRace]](Race akRace)'''
'''[[SetRace - Actor|SetRace]](Race ''akRace'')'''
*Sets the actor's race
*Sets the actor's race


'''Function [[SetRelationshipRank - Actor|SetRelationshipRank]](Actor akOther, int aiRank)'''
'''[[SetRelationshipRank - Actor|SetRelationshipRank]](Actor ''akOther'', Int ''aiRank'')'''
*Sets the relationship rank between this actor and another.
*Sets the relationship rank between this actor and another.


'''Function [[SetRestrained - Actor|SetRestrained]](bool abRestrained)'''
'''[[SetRestrained - Actor|SetRestrained]](Bool ''abRestrained'')'''
*Flags this actor as restrained or not.
*Flags this actor as restrained or not.


'''Function [[SetSubGraphFloatVariable - Actor|SetSubGraphFloatVariable]](string asVariableName, float afValue)'''
'''[[SetSubGraphFloatVariable - Actor|SetSubGraphFloatVariable]](String ''asVariableName'', Float ''afValue'')'''
*Set a variable on all of an actor's sub graphs.
*Set a variable on all of an actor's sub graphs.


'''Function [[SetUnconscious - Actor|SetUnconscious]](bool abIsUnconscious)'''
'''[[SetUnconscious - Actor|SetUnconscious]](Bool ''abIsUnconscious'')'''
*Sets this actor as unconscious or not.
*Sets this actor as unconscious or not.


'''Function [[SetVehicle - Actor|SetVehicle]](ObjectReference akVehicle)'''
'''[[SetVehicle - Actor|SetVehicle]](ObjectReference ''akVehicle'')'''
*Attaches or detaches this actor from a vehicle.
*Attaches or detaches this actor from a vehicle.


'''Function [[SetVoiceRecoveryTime - Actor|SetVoiceRecoveryTime]](float afTime)'''
'''[[SetVoiceRecoveryTime - Actor|SetVoiceRecoveryTime]](Float ''afTime'')'''
*Sets the voice recovery time on the actor.
*Sets the voice recovery time on the actor.


'''Function [[ShowBarterMenu - Actor|ShowBarterMenu]]()'''
'''[[ShowBarterMenu - Actor|ShowBarterMenu]]()'''
*Shows the barter menu for this actor.
*Shows the barter menu for this actor.


'''Function [[ShowGiftMenu - Actor|ShowGiftMenu]]()'''
'''[[ShowGiftMenu - Actor|ShowGiftMenu]]()'''
*Shows the give/take menu for this actor.
*Shows the give/take menu for this actor.


'''Function [[StartCannibal - Actor|StartCannibal]](Actor akTarget)'''
'''[[StartCannibal - Actor|StartCannibal]](Actor ''akTarget'')'''
*Has the actor feed on a dead actor.
*Has the actor feed on a dead actor.


'''Function [[StartCombat - Actor|StartCombat]](Actor akTarget)'''
'''[[StartCombat - Actor|StartCombat]](Actor ''akTarget'')'''
*Attempts to initiate combat with the other actor.
*Attempts to initiate combat with the other actor.


'''Function [[StartDeferredKill - Actor|StartDeferredKill]]()'''
'''[[StartDeferredKill - Actor|StartDeferredKill]]()'''
*Puts the actor into a Deferred Kill state
*Puts the actor into a Deferred Kill state


'''Function [[StartSneaking - Actor|StartSneaking]]()'''
'''[[StartSneaking - Actor|StartSneaking]]()'''
*Forces this actor to start sneaking.
*Forces this actor to start sneaking.


'''Function [[StartVampireFeed - Actor|StartVampireFeed]](Actor akTarget)'''
'''[[StartVampireFeed - Actor|StartVampireFeed]](Actor ''akTarget'')'''
*Has the actor vampire feed on a sleeping actor
*Has the actor vampire feed on a sleeping actor


'''Function [[StopCombat - Actor|StopCombat]]()'''
'''[[StopCombat - Actor|StopCombat]]()'''
*Removes this actor from combat.
*Removes this actor from combat.


'''Function [[StopCombatAlarm - Actor|StopCombatAlarm]]()'''
'''[[StopCombatAlarm - Actor|StopCombatAlarm]]()'''
*Stops all combat and alarms against this actor.
*Stops all combat and alarms against this actor.


'''bool Function [[TrapSoul - Actor|TrapSoul]](Actor akTarget)'''
'''Bool [[TrapSoul - Actor|TrapSoul]](Actor ''akTarget'')'''
*Attempts to soul trap the target actor - and returns if it succeeded or not.
*Attempts to soul trap the target actor - and returns if it succeeded or not.


'''Function [[UnequipAll - Actor|UnequipAll]]()'''
'''[[UnequipAll - Actor|UnequipAll]]()'''
*Unequips all items from this actor.
*Unequips all items from this actor.


'''Function [[UnequipItem - Actor|UnequipItem]](Form akItem, bool abPreventEquip, bool abSilent)'''
'''[[UnequipItem - Actor|UnequipItem]](Form ''akItem'', Bool ''abPreventEquip'', Bool ''abSilent'')'''
*Unequips an item from this actor.
*Unequips an item from this actor.


'''Function [[UnequipItemSlot - Actor|UnequipItemSlot]](int aiSlot)'''
'''[[UnequipItemSlot - Actor|UnequipItemSlot]](Int ''aiSlot'')'''
*Forces this actor to unequip all armor on the given slot.
*Forces this actor to unequip all armor on the given slot.


'''Function [[UnequipShout - Actor|UnequipShout]](Shout akShout)'''
'''[[UnequipShout - Actor|UnequipShout]](Shout ''akShout'')'''
*Unequips the specified shout from this actor.
*Unequips the specified shout from this actor.


'''Function [[UnequipSpell - Actor|UnequipSpell]](Spell akSpell, int aiSource)'''
'''[[UnequipSpell - Actor|UnequipSpell]](Spell ''akSpell'', Int ''aiSource'')'''
*Unequips the specified spell from the specified source on this actor.
*Unequips the specified spell from the specified source on this actor.


'''Function [[UnlockOwnedDoorsInCell - Actor|UnlockOwnedDoorsInCell]]()'''
'''[[UnlockOwnedDoorsInCell - Actor|UnlockOwnedDoorsInCell]]()'''
*Has this actor unlock any doors he owns in the cell he's currently in (if it is an interior).
*Has this actor unlock any doors he owns in the cell he's currently in (if it is an interior).


'''bool Function [[WillIntimidateSucceed - Actor|WillIntimidateSucceed]]()'''
'''Bool [[WillIntimidateSucceed - Actor|WillIntimidateSucceed]]()'''
*Returns whether an intimidation attempt by the player against this actor will succeed or not.
*Returns whether an intimidation attempt by the player against this actor will succeed or not.


'''bool Function [[WornHasKeyword - Actor|WornHasKeyword]](Keyword akKeyword)'''
'''Bool [[WornHasKeyword - Actor|WornHasKeyword]](Keyword ''akKeyword'')'''
*Returns whether or not this actor is wearing anything with the specified keyword.
*Returns whether or not this actor is wearing anything with the specified keyword.
== Special Edition Exclusive Functions ==
'''Bool [[IsOverEncumbered - Actor|IsOverEncumbered]]()'''
*Is the actor currently over-encumbered?
'''Float [[GetActorValueMax - Actor|GetActorValueMax]](String ''asValueName'')'''
*Retrieves the specified actor value's maximum value - taking into account buffs and debuffs.
'''Float [[GetActorValueMax - Actor|GetAVMax]](String ''asValueName'')'''
*Alias for GetActorValueMax().
'''Armor [[GetEquippedArmorInSlot - Actor|GetEquippedArmorInSlot]](Int ''aiSlot'')'''
*Obtain the armor currently equipped in the specified slot.
'''Float [[GetWarmthRating - Actor|GetWarmthRating]]()'''
*Obtains the total "warmth rating" for the actor
'''[[SendLycanthropyStateChanged - Actor|SendLycanthropyStateChanged]](Bool ''abIsWerewolf'')'''
*Tells anyone who cares that the lycanthropy state of this actor has changed
'''[[SendVampirismStateChanged - Actor|SendVampirismStateChanged]](bool ''abIsVampire'')'''
*Tells anyone who cares that the vampirism state of this actor has changed


== SKSE Member Functions ==
== SKSE Member Functions ==
'''Form Function [[GetWornForm - Actor|GetWornForm]](int slotMask)'''
 
'''Form [[GetWornForm - Actor|GetWornForm]](Int ''slotMask'')'''
*Returns the form of the item worn with the specified slotMask.
*Returns the form of the item worn with the specified slotMask.


'''Int Function [[GetSpellCount - Actor|GetSpellCount]]()'''
'''Int [[GetWornFormId - Actor|GetWornFormId]](Int ''slotMask'')'''
*Returns the formID of the item worn with the specified slotMask.
 
'''Form [[GetEquippedObject - Actor|GetEquippedObject]](Int ''location'')'''
*Returns the object currently equipped in the specified location.
 
'''Int [[GetEquippedItemId - Actor|GetEquippedItemId]](Int ''location'')'''
*Returns the FormID of the currently equipped object in the specified location.
 
'''Int [[GetSpellCount - Actor|GetSpellCount]]()'''
*Returns the number of added spells for the actor.
*Returns the number of added spells for the actor.


'''Spell Function [[GetNthSpell - Actor|GetNthSpell]](int n)'''
'''Spell [[GetNthSpell - Actor|GetNthSpell]](Int ''n'')'''
*Returns the specified added spell for the actor.
*Returns the specified added spell for the actor.


'''Function [[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]()'''
'''[[QueueNiNodeUpdate - Actor|QueueNiNodeUpdate]]()'''
*Updates modifications linked to the actor.
*Updates modifications linked to the actor.


'''Function [[EquipItemEx - Actor|EquipItemEx]](Form item, int equipSlot = 0, bool preventUnequip = false, bool equipSound = true)'''
'''[[RegenerateHead - Actor|RegenerateHead]]()'''
*Force equips the specified item to the specified slot.
*Updates an Actors head mesh.
 
'''[[EquipItemEx - Actor|EquipItemEx]](Form ''item'', Int ''equipSlot'', Bool ''preventUnequip'', Bool ''equipSound'')'''
*Forces this actor to equip the first item in the specified form's extralist to the specified slot.
 
'''[[EquipItemById - Actor|EquipItemById]](Form ''item'', Int ''itemId'', Int ''equipSlot'', Bool ''preventUnequip'', Bool ''equipSound'')'''
*Forces this actor to equip the specified item to the specified slot.


'''Function [[UnequipItemEx - Actor|UnequipItemEx]](Form item, int equipSlot = 0, bool preventEquip = false)'''
'''[[UnequipItemEx - Actor|UnequipItemEx]](Form ''item'', Int ''equipSlot'', Bool ''preventEquip'')'''
*Force unequips the specified item at the specified slot.
*Force unequips the specified item at the specified slot.
'''[[ChangeHeadPart - Actor|ChangeHeadPart]](HeadPart ''hPart'')'''
*Adds a headpart, if the type exists it will replace.
'''[[ReplaceHeadPart - Actor|ReplaceHeadPart]](HeadPart ''oPart'', HeadPart ''newPart'')'''
*Replaces a headpart on the loaded mesh. This does not affect the ActorBase, both old an new headparts must exist and be of the same type.
'''[[UpdateWeight - Actor|UpdateWeight]](Float ''neckDelta'')'''
*Visually updates the actors weight.
'''Bool [[IsAIEnabled - Actor|IsAIEnabled]]()'''
*Returns whether the actors AI is enabled
'''Bool [[IsSwimming - Actor|IsSwimming]]()'''
*Returns whether the actor is currently swimming.
'''[[SheatheWeapon - Actor|SheatheWeapon]]()'''
*Sheathes the actors weapon.
'''Faction[] [[GetFactions - Actor| GetFactions]](int ''minRank'', int ''maxRank'')'''
*Returns all factions with the specified min and max ranks (-128 to 127)


== Events ==
== Events ==
'''Event [[OnCombatStateChanged - Actor|OnCombatStateChanged]](Actor akTarget, int aeCombatState)'''
'''[[OnCombatStateChanged - Actor|OnCombatStateChanged]](Actor ''akTarget'', Int ''aeCombatState'')'''
*Sent when this actor's combat state changes.
*Sent when this actor's combat state changes.


'''Event [[OnDeath - Actor|OnDeath]](Actor akKiller)'''
'''[[OnDeath - Actor|OnDeath]](Actor ''akKiller'')'''
*Event received when this actor dies.
*Event received when this actor dies.


'''Event [[OnDying - Actor|OnDying]](Actor akKiller)'''
'''[[OnDying - Actor|OnDying]](Actor ''akKiller'')'''
*Event received when this actor begins to die.
*Event received when this actor begins to die.


'''Event [[OnEnterBleedout - Actor|OnEnterBleedout]]()'''
'''[[OnEnterBleedout - Actor|OnEnterBleedout]]()'''
*Event received when this object enters bleedout.
*Event received when this object enters bleedout.


'''Event [[OnGetUp - Actor|OnGetUp]](ObjectReference akFurniture)'''
'''[[OnGetUp - Actor|OnGetUp]](ObjectReference ''akFurniture'')'''
*Event received when this actor gets up off the specified furniture.
*Event received when this actor gets up off the specified furniture.


'''Event [[OnLocationChange - Actor|OnLocationChange]](Location akOldLoc, Location akNewLoc)'''
'''[[OnLocationChange - Actor|OnLocationChange]](Location ''akOldLoc'', Location ''akNewLoc'')'''
*Event received when the actor moves from one location to another.
*Event received when the actor moves from one location to another.


'''Event [[OnObjectEquipped - Actor|OnObjectEquipped]](Form akBaseObject, ObjectReference akReference)'''
'''[[OnObjectEquipped - Actor|OnObjectEquipped]](Form ''akBaseObject'', ObjectReference ''akReference'')'''
*Event received when this actor equips an object.
*Event received when this actor equips an object.


'''Event [[OnObjectUnequipped - Actor|OnObjectUnequipped]](Form akBaseObject, ObjectReference akReference)'''
'''[[OnObjectUnequipped - Actor|OnObjectUnequipped]](Form ''akBaseObject'', ObjectReference ''akReference'')'''
*Event received when this actor unequips an object.
*Event received when this actor unequips an object.


'''Event [[OnPackageChange - Actor|OnPackageChange]](Package akOldPackage)'''
'''[[OnPackageChange - Actor|OnPackageChange]](Package ''akOldPackage'')'''
*Event received when this actor changes away from a package.
*Event received when this actor changes away from a package.


'''Event [[OnPackageEnd - Actor|OnPackageEnd]](Package akOldPackage)'''
'''[[OnPackageEnd - Actor|OnPackageEnd]](Package ''akOldPackage'')'''
*Event received when this actor ends a package.
*Event received when this actor ends a package.


'''Event [[OnPackageStart - Actor|OnPackageStart]](Package akNewPackage)'''
'''[[OnPackageStart - Actor|OnPackageStart]](Package ''akNewPackage'')'''
*Event received when this actor starts running a new package.
*Event received when this actor starts running a new package.


'''Event [[OnPlayerBowShot - Actor|OnPlayerBowShot]](Weapon akWeapon, Ammo akAmmo, float afPower, bool abSunGazing)'''
'''[[OnPlayerBowShot - Actor|OnPlayerBowShot]](Weapon ''akWeapon'', Ammo ''akAmmo'', Float ''afPower'', Bool ''abSunGazing'')'''
*Event called when the actor is the player, and the player has fired a bow.
*Event called when the actor is the player, and the player has fired a bow.


'''Event [[OnPlayerLoadGame - Actor|OnPlayerLoadGame]]()'''
'''[[OnPlayerLoadGame - Actor|OnPlayerLoadGame]]()'''
*Event received by the player actor when a saved game is loaded.
*Event received by the player actor when a saved game is loaded.


'''Event [[OnRaceSwitchComplete - Actor|OnRaceSwitchComplete]]()'''
'''[[OnRaceSwitchComplete - Actor|OnRaceSwitchComplete]]()'''
*Event received when this actor finishes switching races.
*Event received when this actor finishes switching races.


'''Event [[OnSit - Actor|OnSit]](ObjectReference akFurniture)'''
'''[[OnSit - Actor|OnSit]](ObjectReference ''akFurniture'')'''
*Event received when this actor sits on the specified furniture.
*Event received when this actor sits on the specified furniture.
== Special Edition Exclusive Events ==
'''[[OnLycanthropyStateChanged - Actor|OnLycanthropyStateChanged]](Bool ''abIsWerewolf'')'''
*Event received when the lycanthropy state of this actor changes
'''[[OnPlayerFastTravelEnd - Actor|OnPlayerFastTravelEnd]](Float ''afTravelGameTimeHours'')'''
*Event received when the player finishes fast travel.
'''[[OnVampirismStateChanged - Actor|OnVampirismStateChanged]](bool ''abIsVampire'')'''
*Event received when the vampirism state of this actor changes
'''[[OnVampireFeed - Actor|OnVampireFeed]](Actor ''akTarget'')'''
*Event received when this actor feeds on another, as a vampire


== Notes ==
== Notes ==
* You may not attach a script to an actor if that actor would be used by a leveled actor list. If an actor is used in a leveled actor list, its "Scripts" section will be disabled.
* You may not attach a script to an actor if that actor would be used by a leveled actor list. If an actor is used in a leveled actor list, its "Scripts" section will be disabled.
** There is a workaround in this in cases where you need actors to be both leveled and scripted - you can create a constant/self magic effect and apply that at the race level. For example, the '''FXDragonBloodDamageScript''' handles applying some special blood FX to dragons through combat. Since dragons are used to populate leveled lists, however, we attach this script to '''AbFXDragonBloodDamage''', which is an effect on the '''AbDragonBloodFX''' spell. That's then assigned as a special racial ability of the '''DragonRace'''. You can look at a similar example in how the WispMothers work, too.
** There is a workaround for this in cases where you need actors to be both leveled and scripted - you can create a constant/self magic effect and apply that at the race level. For example, the FXDragonBloodDamageScript handles applying some special blood FX to dragons through combat. Since dragons are used to populate leveled lists, however, this script is attached to AbFXDragonBloodDamage, which is an effect on the AbDragonBloodFX spell. That's then assigned as a special racial ability of the DragonRace. You can see a similar example in how the WispMothers work, too.

Latest revision as of 15:22, 24 February 2024


Extends: ObjectReference Script

Script for the manipulation of actor instances.

Definition[edit | edit source]

ScriptName Actor extends ObjectReference

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

AddPerk(Perk akPerk)

  • Adds the specified perk to this actor.

Bool AddShout(Shout akShout)

  • Adds the specified shout to this actor.

Bool AddSpell(Spell akSpell, Bool abVerbose)

  • Adds the specified spell to this actor.

AddToFaction(Faction akFaction)

  • Adds the actor to the specified faction at rank 0. If the Actor is already in the given faction, this function does nothing.

AllowBleedoutDialogue(Bool abCanTalk)

  • Flags this actor as able to speak to the player when he is in bleed out and is essential down

AllowPCDialogue(Bool abTalk)

  • Enables or disables the player's ability to talk to this actor.

AttachAshPile(Form akAshPileBase)

  • Attaches an "ash pile" to this actor using the passed-in form (or leveled item list) as a base.

Bool CanFlyHere()

  • Can this actor fly here?

ClearArrested()

  • Clears this actor's arrested state.

ClearExpressionOverride()

  • Clears any expression override on this actor.

ClearExtraArrows()

  • Clears any arrow 3d on the actor.

ClearForcedLandingMarker()

  • Clears any forced landing marker on this actor.

ClearKeepOffsetFromActor()

  • Clears any keep offset from this actor.

ClearLookAt()

  • Clears this actor's script-forced look at target.

DamageActorValue(String asValueName, Float afDamage)

  • Damages the specified actor value by the specified amount.

DamageAV(String asValueName, Float afDamage)

  • Alias for DamageActorValue().

Bool Dismount()

  • Forces the actor to dismount.

DispelAllSpells()

  • Dispel all spell from this actor

Bool DispelSpell(Spell akSpell)

  • Dispel a spell from this actor

DoCombatSpellApply(Spell akSpell, ObjectReference akTarget)

  • Apply a spell to a target in combat

DrawWeapon()

  • Forces this actor to draw his weapon

EnableAI(Bool abEnable)

  • Enables or disables this actor's AI.

EndDeferredKill()

  • Removes the actor from a Deferred Kill state.

EquipItem(Form akItem, Bool abPreventRemoval, Bool abSilent)

  • Equips the specified item on this actor.

EquipShout(Shout akShout)

  • Forces this actor to equip this shout.

EquipSpell(Spell akSpell, Int aiSource)

  • Forces this actor to equip thes spell, in the specified source.

EvaluatePackage()

  • Forces the AI to re-evaluate its package stack.

ForceActorValue(String asValueName, Float afNewValue)

  • Forces the specified actor value to the specified value.

ForceAV(String asValueName, Float afNewValue)

  • Alias for ForceActorValue().

ActorBase GetActorBase()

  • Returns the base actor object for this actor.

Float GetActorValue(String asValueName)

  • Retrieves the specified actor value from the actor.

Float GetActorValuePercentage(String asValueName)

  • Retrieves the specified actor value from the actor as a percentage of its maximum value. (From 0 to 1)

Float GetAV(String asValueName)

  • Alias for GetActorValue().

Float GetAVPercentage(String asValueName)

  • Alias for GetActorValuePercentage().

Float GetBaseActorValue(String asValueName)

  • Gets the base value of the specified actor value.

Float GetBaseAV(String asValueName)

  • Alias for GetBaseActorValue().

Int GetBribeAmount()

  • Returns the amount of gold required to bribe this actor.

Faction GetCrimeFaction()

  • Obtains this actor's crime faction.

Int GetCombatState()

  • Obtains this actor's current combat state.

Actor GetCombatTarget()

  • Obtains this actor's current combat target.

Package GetCurrentPackage()

  • Obtains the current package this actor's AI is running.

Actor GetDialogueTarget()

  • Obtains the actor's current dialogue target

Int GetEquippedItemType(Int aiHand)

  • Obtains the type of item equipped in the specified hand.

Armor GetEquippedShield()

  • Obtains the currently equipped shield on this actor.

Shout GetEquippedShout()

  • Obtains the currently equipped shout on this actor.

Spell GetEquippedSpell(Int aiSource)

  • Obtains the currently equipped spell in the specified source on this actor.

Weapon GetEquippedWeapon(Bool abLeftHand)

  • Obtains the currently equipped weapon on this actor.

Int GetFactionRank(Faction akFaction)

  • Retrieves this actor's rank in the specified faction.

Int GetFactionReaction(Actor akOther)

  • Obtains this actor's faction-based reaction to the other actor.

Int GetFlyingState()

  • Obtains this actor's current flying state.

ObjectReference GetForcedLandingMarker()

  • Obtains the landing marker the actor is forced to land at (if any).

Int GetGoldAmount()

  • Gets the amount of gold this actor has on his person.

Int GetHighestRelationshipRank()

  • Gets this actor's highest relationship rank.

Actor GetKiller()

  • Gets this actor's killer. Returns None if this actor isn't dead.

Int GetLevel()

  • Gets this actor's current level.

ActorBase GetLeveledActorBase()

  • Returns a leveled actor's "temporary" base object.

Float GetLightLevel()

  • Returns this actor's current light level

Int GetLowestRelationshipRank()

  • Gets this actor's lowest relationship rank.

Bool GetNoBleedoutRecovery()

  • Gets whether this actor can recover from bleedout or not.

Bool GetPlayerControls()

  • Queries whether this actor receives player input

Race GetRace()

  • Returns this actor's race.

Int GetRelationshipRank(Actor akOther)

  • Retrieves the relationship rank between this actor and another.

Int GetSitState()

  • Obtains this actor's sit state.

Int GetSleepState()

  • Obtains this actor's sleep state.

Float GetVoiceRecoveryTime()

  • Gets the voice recovery time from the actor.

Bool HasAssociation(AssociationType akAssociation, Actor akOther)

  • Returns whether this actor has the specified association with the other actor.

Bool HasFamilyRelationship(Actor akOther)

  • Returns whether this actor has a family relationship with the other actor.

Bool HasLOS(ObjectReference akOther)

  • Checks to see if this actor has line-of-sight to another. (Only the player can do a LOS check to a non-actor)

Bool HasMagicEffect(MagicEffect akEffect)

  • Checks to see if this actor is currently being affected by the given Magic Effect

Bool HasMagicEffectWithKeyword(Keyword akKeyword)

  • Checks to see if this actor is currently being affected by a Magic Effect with the given Keyword

Bool HasParentRelationship(Actor akOther)

  • Returns whether this actor has a parent relationship with the other actor.

Bool HasPerk(Perk akPerk)

  • Checks to see if this actor has the given Perk

Bool HasSpell(Form akForm)

  • Checks to see if this actor has the given Spell or Shout

Bool IsAlarmed()

  • Obtains whether this actor is alarmed or not.

Bool IsAlerted()

  • Returns if this actor is alerted or not.

Bool IsAllowedToFly()

  • Is this actor allowed to fly?

Bool IsArrested()

  • Returns whether this actor is currently arrested or not.

Bool IsArrestingTarget()

  • Is this actor currently arresting his target? Only valid on alerted guards.

Bool IsBeingRidden()

  • Is this actor being ridden?

Bool IsBleedingOut()

  • Is this actor currently bleeding out?

Bool IsBribed()

  • Gets if this actor has been bribed by the player.

Bool IsChild()

  • Is this actor a child?

Bool IsCommandedActor()

  • Is this actor commanded by another?

Bool IsDead()

  • Obtains whether this actor is dead or not.

Bool IsDetectedBy(Actor akOther)

  • Is this actor detected by the other one?

Bool IsDoingFavor()

  • Is this actor currently flagged as doing a favor for the player?

Bool IsEquipped(Form akItem)

  • Is the specified object equipped on this actor?

Bool IsEssential()

  • Is this actor essential?

Bool IsFlying()

  • Is this actor currently flying?

Bool IsGhost()

  • Is this actor flagged as a ghost?

Bool IsGuard()

  • Obtains whether this actor is a guard or not.

Bool IsHostileToActor-(Actor akActor)

  • Is this actor hostile to another actor?

Bool IsInCombat()

  • Obtains whether this actor is in combat or not.

Bool IsInFaction(Faction akFaction)

  • Returns whether this actor is in the specified faction.

Bool IsInKillMove()

  • Returns whether this actor is in a kill move or not.

Bool IsIntimidated()

  • Gets if this actor has been intimidated by the player.

Bool IsOnMount()

  • Is the actor on a mount?

Bool IsPlayersLastRiddenHorse()

  • Returns whether this actor is the horse the player last rode.

Bool IsPlayerTeammate()

  • Returns whether this actor is currently a teammate of the player.

Bool IsRunning()

  • Returns whether this actor is current running.

Bool IsSneaking()

  • Is this actor currently sneaking?

Bool IsSprinting()

  • Is this actor currently sprinting?

Bool IsTrespassing()

  • Returns whether this actor is currently trespassing or not.

Bool IsUnconscious()

  • Is this actor currently unconscious?

Bool IsWeaponDrawn()

  • Does this actor have his equipped weapon and/or magic spell drawn?

KeepOffsetFromActor(Actor arTarget, Float afOffsetX, Float afOffsetY, Float afOffsetZ, Float afOffsetAngleX, Float afOffsetAngleY, Float afOffsetAngleZ, Float afCatchUpRadius, Float afFollowRadius)

  • Makes the actor switch to a state where it will try to keep a given offset from another actor

Kill(Actor akKiller)

  • Kills this actor with the specified actor as the guilty party.

KillEssential(Actor akKiller)

  • Kills this actor, even if he is essential.

KillSilent(Actor akKiller)

  • Kills this actor without a kill event with the killer being the guilty party

MakePlayerFriend()

  • Makes the actor a friend of the player.

ModActorValue(String asValueName, Float afAmount)

  • Modifies the specified actor value by the specified amount.

ModAV(String asValueName, Float afAmount)

  • Alias for ModActorValue]]().

ModFactionRank(Faction akFaction, Int aiMod)

  • Modifies this actor's rank in the specified faction.

MoveToPackageLocation()

  • Pops this actor to the initial location for its current package.

OpenInventory(Bool abForceOpen)

  • Opens this actor's inventory as if you were pick-pocketing them.

Bool PathToReference(ObjectReference aTarget, Float afWalkRunPercent)

  • Makes the actor path to the target reference at the speed given by afWalkRunercent.

Bool PlayIdle(Idle akIdle)

  • Plays the passed idle on this actor.

Bool PlayIdleWithTarget(Idle akIdle, ObjectReference akTarget)

  • Plays the passed idle on this actor, overriding the actor's current target with the one given.

PlaySubGraphAnimation-(String asEventName)

  • Sends the event passed to the actor's sub graphs.

RemoveFromFaction(Faction akFaction)

  • Removes this actor from the specified faction.

RemoveFromAllFactions()

  • Removes this actor from all factions they are associated with.

RemovePerk(Perk akPerk)

  • Removes the specified perk from this actor.

Bool RemoveShout(Shout akShout)

  • Removes the specified shout from this actor.

Bool RemoveSpell(Spell akSpell)

  • Removes the specified spell from this actor.

ResetHealthAndLimbs()

  • Resets this actor's health and limb state.

RestoreActorValue(String asValueName, Float afAmount)

  • Restores damage done to the specified actor value.

RestoreAV(String asValueName, Float afAmount)

  • Alias for RestoreActorValue().

Resurrect()

  • Resurrects this actor.

SendAssaultAlarm()

  • Has this actor behave as if they were assaulted.

SendTrespassAlarm(Actor akCriminal)

  • Has this actor behave as if they caught the criminal trespassing

SetActorValue(String asValueName, Float afValue)

  • Sets the specified actor value on the actor to the passed-in value.

SetAlert(Bool abAlerted)

  • Flags this actor as currently alerted (or clears it)

SetAllowFlying(Bool abAllowed)

  • Flags this actor as whether they are allowed to fly or not (lands them if they are flying and not allowed to)

SetAllowFlyingEx(Bool abAllowed, Bool abAllowCrash, Bool abAllowSearch)

  • Sets whether this actor is allowed to fly or not. If not, and they are flying, will land the actor.

SetAlpha(Float afTargetAlpha, Bool abFade)

  • Sets this actor's alpha - optionally fading to that value rather then popping.

SetAttackActorOnSight(Bool abAttackOnSight)

  • Flags this actor to be attacked by all actors when detected.

SetAV(String asValueName, Float afValue)

  • Alias for SetActorValue().

SetBribed(Bool abBribe)

  • Sets if this actor is being bribed by the player.

SetCrimeFaction(Faction akFaction)

  • Sets the faction that this actor reports crimes to.

SetCriticalStage(Int aiStage)

  • Sets this actor's current critical stage (applying any related effects)

SetDoingFavor(Bool abDoingFavor)

  • Flags this actor as doing a favor for the player.

SetDontMove(Bool abDontMove)

  • Flags/unflags this actor as "don't move".

SetExpressionOverride(Int aiMood, Int aiStrength)

  • Sets an expression override on this actor.

SetEyeTexture(TextureSet akTexture)

  • Forces a new eye texture on the actor.

SetFactionRank(Faction akFaction, Int aiRank)

  • Sets this actor's rank in the specified faction, adding it to the faction if necessary.

SetForcedLandingMarker(ObjectReference aMarker)

  • Forces the landing marker for this actor to the passed-in one.

SetGhost(Bool abIsGhost)

  • Sets this actor as a ghost or not.

SetHeadTracking(Bool abEnable)

  • Enables or disables this actor's head tracking.

SetIntimidated(Bool abIntimidate)

  • Sets if this actor is being intimidated by the player.

SetLookAt(ObjectReference akTarget, Bool abPathingLookAt)

  • Sets this actor's look at target, optionally using it for pathing as well.

SetNoBleedoutRecovery(Bool abAllowed)

  • Sets or clears the "no bleedout recovery" flag on this actor.

SetNotShowOnStealthMeter(Bool abNotShow)

  • Sets this actor to not effect the detection level on the stealth meter if he is not hostile to the player

SetOutfit(Outfit akOutfit, Bool abSleepOutfit)

  • Change the default or sleep outfit and queue the models to be worn now.

SetPlayerControls(Bool abControls)

  • Set/reset whether player input being sent to the actor.

SetPlayerResistingArrest()

  • Flags the player as resisting arrest from this actor's faction.

SetPlayerTeammate(Bool abTeammate, Bool abCanDoFavor)

  • Sets (or clears) this actor as a teammate of the player and if the teammate can do favors.

SetRace(Race akRace)

  • Sets the actor's race

SetRelationshipRank(Actor akOther, Int aiRank)

  • Sets the relationship rank between this actor and another.

SetRestrained(Bool abRestrained)

  • Flags this actor as restrained or not.

SetSubGraphFloatVariable(String asVariableName, Float afValue)

  • Set a variable on all of an actor's sub graphs.

SetUnconscious(Bool abIsUnconscious)

  • Sets this actor as unconscious or not.

SetVehicle(ObjectReference akVehicle)

  • Attaches or detaches this actor from a vehicle.

SetVoiceRecoveryTime(Float afTime)

  • Sets the voice recovery time on the actor.

ShowBarterMenu()

  • Shows the barter menu for this actor.

ShowGiftMenu()

  • Shows the give/take menu for this actor.

StartCannibal(Actor akTarget)

  • Has the actor feed on a dead actor.

StartCombat(Actor akTarget)

  • Attempts to initiate combat with the other actor.

StartDeferredKill()

  • Puts the actor into a Deferred Kill state

StartSneaking()

  • Forces this actor to start sneaking.

StartVampireFeed(Actor akTarget)

  • Has the actor vampire feed on a sleeping actor

StopCombat()

  • Removes this actor from combat.

StopCombatAlarm()

  • Stops all combat and alarms against this actor.

Bool TrapSoul(Actor akTarget)

  • Attempts to soul trap the target actor - and returns if it succeeded or not.

UnequipAll()

  • Unequips all items from this actor.

UnequipItem(Form akItem, Bool abPreventEquip, Bool abSilent)

  • Unequips an item from this actor.

UnequipItemSlot(Int aiSlot)

  • Forces this actor to unequip all armor on the given slot.

UnequipShout(Shout akShout)

  • Unequips the specified shout from this actor.

UnequipSpell(Spell akSpell, Int aiSource)

  • Unequips the specified spell from the specified source on this actor.

UnlockOwnedDoorsInCell()

  • Has this actor unlock any doors he owns in the cell he's currently in (if it is an interior).

Bool WillIntimidateSucceed()

  • Returns whether an intimidation attempt by the player against this actor will succeed or not.

Bool WornHasKeyword(Keyword akKeyword)

  • Returns whether or not this actor is wearing anything with the specified keyword.

Special Edition Exclusive Functions[edit | edit source]

Bool IsOverEncumbered()

  • Is the actor currently over-encumbered?

Float GetActorValueMax(String asValueName)

  • Retrieves the specified actor value's maximum value - taking into account buffs and debuffs.

Float GetAVMax(String asValueName)

  • Alias for GetActorValueMax().

Armor GetEquippedArmorInSlot(Int aiSlot)

  • Obtain the armor currently equipped in the specified slot.

Float GetWarmthRating()

  • Obtains the total "warmth rating" for the actor

SendLycanthropyStateChanged(Bool abIsWerewolf)

  • Tells anyone who cares that the lycanthropy state of this actor has changed

SendVampirismStateChanged(bool abIsVampire)

  • Tells anyone who cares that the vampirism state of this actor has changed

SKSE Member Functions[edit | edit source]

Form GetWornForm(Int slotMask)

  • Returns the form of the item worn with the specified slotMask.

Int GetWornFormId(Int slotMask)

  • Returns the formID of the item worn with the specified slotMask.

Form GetEquippedObject(Int location)

  • Returns the object currently equipped in the specified location.

Int GetEquippedItemId(Int location)

  • Returns the FormID of the currently equipped object in the specified location.

Int GetSpellCount()

  • Returns the number of added spells for the actor.

Spell GetNthSpell(Int n)

  • Returns the specified added spell for the actor.

QueueNiNodeUpdate()

  • Updates modifications linked to the actor.

RegenerateHead()

  • Updates an Actors head mesh.

EquipItemEx(Form item, Int equipSlot, Bool preventUnequip, Bool equipSound)

  • Forces this actor to equip the first item in the specified form's extralist to the specified slot.

EquipItemById(Form item, Int itemId, Int equipSlot, Bool preventUnequip, Bool equipSound)

  • Forces this actor to equip the specified item to the specified slot.

UnequipItemEx(Form item, Int equipSlot, Bool preventEquip)

  • Force unequips the specified item at the specified slot.

ChangeHeadPart(HeadPart hPart)

  • Adds a headpart, if the type exists it will replace.

ReplaceHeadPart(HeadPart oPart, HeadPart newPart)

  • Replaces a headpart on the loaded mesh. This does not affect the ActorBase, both old an new headparts must exist and be of the same type.

UpdateWeight(Float neckDelta)

  • Visually updates the actors weight.

Bool IsAIEnabled()

  • Returns whether the actors AI is enabled

Bool IsSwimming()

  • Returns whether the actor is currently swimming.

SheatheWeapon()

  • Sheathes the actors weapon.

Faction[] GetFactions(int minRank, int maxRank)

  • Returns all factions with the specified min and max ranks (-128 to 127)

Events[edit | edit source]

OnCombatStateChanged(Actor akTarget, Int aeCombatState)

  • Sent when this actor's combat state changes.

OnDeath(Actor akKiller)

  • Event received when this actor dies.

OnDying(Actor akKiller)

  • Event received when this actor begins to die.

OnEnterBleedout()

  • Event received when this object enters bleedout.

OnGetUp(ObjectReference akFurniture)

  • Event received when this actor gets up off the specified furniture.

OnLocationChange(Location akOldLoc, Location akNewLoc)

  • Event received when the actor moves from one location to another.

OnObjectEquipped(Form akBaseObject, ObjectReference akReference)

  • Event received when this actor equips an object.

OnObjectUnequipped(Form akBaseObject, ObjectReference akReference)

  • Event received when this actor unequips an object.

OnPackageChange(Package akOldPackage)

  • Event received when this actor changes away from a package.

OnPackageEnd(Package akOldPackage)

  • Event received when this actor ends a package.

OnPackageStart(Package akNewPackage)

  • Event received when this actor starts running a new package.

OnPlayerBowShot(Weapon akWeapon, Ammo akAmmo, Float afPower, Bool abSunGazing)

  • Event called when the actor is the player, and the player has fired a bow.

OnPlayerLoadGame()

  • Event received by the player actor when a saved game is loaded.

OnRaceSwitchComplete()

  • Event received when this actor finishes switching races.

OnSit(ObjectReference akFurniture)

  • Event received when this actor sits on the specified furniture.

Special Edition Exclusive Events[edit | edit source]

OnLycanthropyStateChanged(Bool abIsWerewolf)

  • Event received when the lycanthropy state of this actor changes

OnPlayerFastTravelEnd(Float afTravelGameTimeHours)

  • Event received when the player finishes fast travel.

OnVampirismStateChanged(bool abIsVampire)

  • Event received when the vampirism state of this actor changes

OnVampireFeed(Actor akTarget)

  • Event received when this actor feeds on another, as a vampire

Notes[edit | edit source]

  • You may not attach a script to an actor if that actor would be used by a leveled actor list. If an actor is used in a leveled actor list, its "Scripts" section will be disabled.
    • There is a workaround for this in cases where you need actors to be both leveled and scripted - you can create a constant/self magic effect and apply that at the race level. For example, the FXDragonBloodDamageScript handles applying some special blood FX to dragons through combat. Since dragons are used to populate leveled lists, however, this script is attached to AbFXDragonBloodDamage, which is an effect on the AbDragonBloodFX spell. That's then assigned as a special racial ability of the DragonRace. You can see a similar example in how the WispMothers work, too.