150
edits
imported>Hitbts (Page created.) |
Scrivener07 (talk | contribs) (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]] | ||
* | *{{Template:Editor:Property:ID}} | ||
* | *{{Template:Editor:Property:Name}} This is the name shown when the [[Player]] aims at the door, if it has collision data. | ||
* | *{{Template:Editor:Property:Model}} | ||
* | *{{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 | **'''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:''' | ||
* | *{{Template:Editor:Property:Keywords}} | ||
*''' | *'''{{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]] |
edits