Difference between revisions of "Container"
Jump to navigation
Jump to search
added templates and links
imported>Scrivener07 m (→Actor Values: Displays value and allows for it to be changed.) |
imported>Qazaaq (added templates and links) |
||
Line 1: | Line 1: | ||
'''Type:''' <code>CONT</code> | |||
<BR/> | |||
'''Papyrus:''' [[Container Script]] | '''Papyrus:''' [[Container Script]] | ||
A | A [[Container]] is a type of object that holds a collection of items. | ||
The Container [[object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]]. | |||
== Editor Dialog == | == Editor Dialog == | ||
[[File:Container Editor.png|700px|thumb]] | [[File:Container Editor.png|700px|thumb]] | ||
* | *{{Template:Editor:Property:ID}} | ||
* | *{{Template:Editor:Property:Name}} | ||
* | *{{Template:Editor:Property:Weight}} | ||
*'''Encumbrance:''' | *'''Encumbrance:''' | ||
*'''Random Anim Start:''' | *'''Random Anim Start:''' | ||
Line 13: | Line 16: | ||
*'''Respawns:''' If this container respawns/resets with the [[Cell]]. | *'''Respawns:''' If this container respawns/resets with the [[Cell]]. | ||
*'''Show Owner:''' | *'''Show Owner:''' | ||
* | *{{Template:Editor:Property:Model}} | ||
**'''Edit:''' Chooses the model for this object. | **'''Edit:''' Chooses the model for this object. | ||
* | *{{Template:Editor:Property:Add Destruction Data}} | ||
==NavMesh Generation Import Option== | ==NavMesh Generation Import Option== | ||
Line 33: | Line 36: | ||
== Keywords == | == Keywords == | ||
{{Template:Editor:Property:Keywords}} | |||
These will be associated with this container. | |||
== Contains Only == | == Contains Only == | ||
Line 52: | Line 56: | ||
==Papyrus Scripts== | ==Papyrus Scripts== | ||
* {{Template:Editor:Property:Scripts}} | |||
==Actor Values== | ==Actor Values== | ||
*{{Template:Editor:Property:Actor_Values}} These will be associated with this container. | |||
*'''Actor Value:''' Drop down for actor values. An actor value can't be added from this list, you must add an actor value to the left of this. | **'''Actor Value:''' Drop down for actor values. An actor value can't be added from this list, you must add an actor value to the left of this. | ||
*'''Amount:''' Displays the value chosen for the actor value, which can also be used to change the value. | **'''Amount:''' Displays the value chosen for the actor value, which can also be used to change the value. | ||
== See Also == | == See Also == | ||
*[[ContainerMenu]] | |||
*[[:Category:WorldObjects|WorldObjects Category]] | *[[:Category:WorldObjects|WorldObjects Category]] | ||
[[Category:Editor Reference]] | [[Category:Editor Reference]] | ||
[[Category: | [[Category:Object Classes]] | ||
[[Category:WorldObjects]] | [[Category:WorldObjects]] |