Difference between revisions of "Actor"

44 bytes removed ,  21:33, 28 October 2017
added template property
imported>Qazaaq
imported>Qazaaq
(added template property)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>NPC_</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Actor]]
'''Papyrus:''' [[ActorBase Script]], [[Actor Script]]
'''Papyrus:''' [[ActorBase Script]], [[Actor Script]]


An Actor is a type of object that runs AI routines. Actors move in the world, can engage in combat, and can interact with other objects such as doors, containers, activators (levers, buttons, etc.), and other actors.
An Actor is a type of object that runs AI routines. Actors move in the world, can engage in combat, and can interact with other objects such as [[Door]]s, [[Container]]s, [[Activator]]s (levers, buttons, etc.), and other actors.


== Editor Dialog ==
== Editor Dialog ==
[[File:Actor Object.PNG|thumb|right|400px]]
[[File:Actor Object.PNG|thumb|right|400px]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Name:''' The name as it will appear in-game.
*{{Template:Editor:Property:Name}}
*'''Short Name:''' Optionally, a shorter name used in the HUD and for text replacement fields that specify the Short Name. If blank, the full Name is used.
*{{Template:Editor:Property:Short Name}}
*'''Alt Activation Text:'''  
*'''Alt Activation Text:'''  
*'''Flags'''
*'''Flags'''
Line 27: Line 26:
**'''No Activation/Hellos:'''
**'''No Activation/Hellos:'''
*'''Destructible Object:'''
*'''Destructible Object:'''
*'''Dialogue:'''
*'''Forced Ref Loc Type:'''
*'''Forced Ref Loc Type:'''
*'''Scripts:''' Scripts can be attached here, and their properties edited.
*{{Template:Editor:Property:Papyrus Script}}
*'''Native Terminal:'''
*'''Native Terminal:'''
*'''Preview Transform:'''
*{{Template:Editor:Property:Preview Transform}}
*'''Templated From:'''
*'''Templated From:'''
{{ClearFloats}}
{{ClearFloats}}
== Dialog Tabs==
== Dialog Tabs==
*'''Traits Tab:''' The Actor Form's Traits Tab sets the Actor's basic race and voice data.
*'''Traits Tab:''' The Actor Form's Traits Tab sets the Actor's basic race and voice data.
Line 52: Line 53:
== Render Panel==
== Render Panel==
*'''Preview''' Allows you to view a preview of the Actor in the Preview panel on the right side of the Actor form.
*'''Preview''' Allows you to view a preview of the Actor in the Preview panel on the right side of the Actor form.
**'''Full:'''
**'''Full:''' Allows you to preview changes to the Actor's body.
**'''Head:''' Allows you to preview changes to the Actor's face morphs.
**'''Head:''' Allows you to preview changes to the Actor's face morphs.


== See Also ==
== See Also ==
*[[:Category:Actor|Actor Category]]
*[[:Category:Actor|Actor Category]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Actor]]
Anonymous user