Difference between revisions of "Door"

25 bytes removed ,  01:16, 23 February 2023
Added the object type code DOOR and property templates.
imported>Hitbts
(Page created.)
 
(Added the object type code DOOR and property templates.)
Line 2: Line 2:
[[Category:Object_Classes]]
[[Category:Object_Classes]]
[[Category:WorldObjects]]
[[Category:WorldObjects]]
'''Type:''' <code>DOOR</code>
<BR/>
'''Papyrus:''' [[Door Script]]
'''Papyrus:''' [[Door Script]]


Line 10: Line 12:
== Editor Dialog ==
== Editor Dialog ==
[[File:Door_Editor.png]]
[[File:Door_Editor.png]]
*'''ID:''' The editor ID that this form uses in the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Name:''' The name shown when the player aims at the door, if it has collision data.
*{{Template:Editor:Property:Name}} This is the name shown when the [[Player]] aims at the door, if it has collision data.
*'''Model:''' The 3D model used by this door.
*{{Template:Editor:Property:Model}}
*'''Add Destruction Data:'''
*{{Template:Editor:Property:Add Destruction Data}}
*'''Open:''' The sound that plays when the door is opened.
*'''Open:''' The sound that plays when the door is opened.
*'''Close:''' The sound that plays when the door is closed.
*'''Close:''' The sound that plays when the door is closed.
Line 20: Line 22:
**'''Random Anim Start:'''
**'''Random Anim Start:'''
**'''Sliding Door:'''
**'''Sliding Door:'''
**'''Automatic Door:''' If a load door uses this option, it will automatically send the player somewhere when the player collides with it.
**'''Automatic Door:''' If a load door uses this option, it will automatically send the [[Player]] somewhere when the player collides with it.
**'''Is Marker:''' Whether this reference is a marker that shouldn't be rendered in-game.
**'''Is Marker:''' Whether this reference is a marker that shouldn't be rendered in-game.
**'''Hidden:'''
**'''Hidden:'''
Line 32: Line 34:
**'''Close:''' This text replaces the "Close" prompt.
**'''Close:''' This text replaces the "Close" prompt.
*'''Randomly Teleports to These Interiors/Worldspaces Only:'''
*'''Randomly Teleports to These Interiors/Worldspaces Only:'''
*'''Keywords:''' A list of [[keywords]] that signal information to other game systems.
*{{Template:Editor:Property:Keywords}}
*'''Papyrus Scripts:''' A list of [[Papyrus]] scripts attached to references. These should extend [[ObjectReference Script|ObjectReference]], not [[Door Script|Door]].
*'''{{Template:Editor:Property:Papyrus Script}} These should extend [[ObjectReference Script|ObjectReference]], not [[Door Script|Door]].


== See Also ==
== See Also ==
*[[:Category:WorldObjects|WorldObjects Category]]
*[[:Category:WorldObjects|WorldObjects Category]]
147

edits