Difference between revisions of "Category:Script Objects"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Scrivener07
(Added some more information about script objects.)
imported>Cdcooley
m (→‎Map: Typo and spacing fix)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Script objects recognized by Papyrus and their associated [[Function Reference|functions]], [[Property Reference|properties]] and [[Events Reference|events]].
Script objects recognized by Papyrus and their associated [[Function Reference|functions]], [[Property Reference|properties]] and [[Events Reference|events]].
==About Extended Script Objects==
==About Extended Script Objects==
More specific script objects are based on more general ones. Typically more specific objects are called children and the more general ones are called parents. Script children inherit certain qualities from their parents. For example, [[Flora Script]] has access to all the events and functions listed on [[Activator Script]] and [[Form Script]] even though they aren't all listed on Flora Script.  
More specific script objects are based on more general ones. Typically more specific objects are called children and the more general ones are called parents. Script children inherit certain qualities from their parents. For example, [[Actor Script]] has access to all the events and functions listed on [[ObjectReference Script]], and [[Form Script]] even though they aren't all listed on Actor Script.  
 
Read more about [[Extending Scripts (Papyrus)|Extending Scripts]]
 
 
 
Here is the Papyrus script object map. Use can also use the "'''Extends:''' xxxx" link on the top of each script object page to find its parent.
            --------------------------------------------------------------------------------
            |      |        |        |      |      |      |      |          |        |
          [[Alias_Script|'''Alias''']]  [[Utility_Script|'''Utility''']]  [[Debug_Script|'''Debug''']]    [[Game_Script|'''Game''']]    [[Math_Script|'''Math''']]    [[Form_Script|'''Form''']]    [[Input Script|'''Input''']]  [[SKSE Script|'''SKSE''']]  [[StringUtil Script|'''StringUtil''']]    [[UI Script|'''UI''']]
            |                                        |
            |-[[ReferenceAlias_Script|ReferenceAlias]]                          |               
            \-[[LocationAlias_Script|LocationAlias]]                          |
                            -------------------------|-------------------------
                      [[Action Script|Action]]-|                                    [[MagicEffect Script|MagicEffect]]-|
                            |-[[Activator Script|Activator]]                              [[Message Script|Message]]-|
                  [[ActorBase Script|ActorBase]]-|  |-[[Furniture Script|Furniture]]                                  |-[[MiscObject Script|MiscObject]]
                        [[Ammo Script|Ammo]]-|  |-[[Flora Script|Flora]]                                      |  |-[[Apparatus Script|Apparatus]]
                      [[Armor Script|Armor]]-|  \-[[TalkingActivator Script|TalkingActivator]]                            |  |-[[ConstructibleObject Script|ConstructibleObject]]
                  [[ArmorAddon Script|ArmorAddon]]-|                                                |  |-[[Key Script|Key]]
            [[AssociationType Script|AssociationType]]-|                                      [[MusicType Script|MusicType]]-|  \-[[SoulGem Script|SoulGem]]
                        [[Book Script|Book]]-|                                                |-[[ObjectReference Script|ObjectReference]]
                        [[Cell Script|Cell]]-|                                                |  \-[[Actor Script|Actor]]
                      [[Class Script|Class]]-|                                          [[Outfit Script|Outfit]]-|      \-[[ActiveMagicEffect Script|ActiveMagicEffect]]
                  [[ColorForm Script|ColorForm]]-|                                                |-[[Package Script|Package]]
                [[CombatStyle_Script|CombatStyle]]-|                                                |  \-[[Package Fragments]]
                  [[Container Script|Container]]-|                                                |-[[Perk Script|Perk]]
                        [[Door Script|Door]]-|                                          [[Potion Script|Potion]]-|  \-[[Perk Fragments]]
                [[EffectShader Script|EffectShader]]-|                                      [[Projectile Script|Projectile]]-|
                [[Enchantment Script|Enchantment]]-|                                                |-[[Quest Script|Quest]]
              [[EncounterZone Script|EncounterZone]]-|                                            [[Race Script|Race]]-|  \-[[Quest Stage Fragments|Stage Fragments]]
                  [[EquipSlot Script|EquipSlot]]-|                                                |-[[Scene Script|Scene]]
                  [[Explosion Script|Explosion]]-|                                                |  |-[[Scene Fragments]]
                    [[Faction Script|Faction]]-|                                                |  |-[[Scene Phase Fragments|Phase Fragments]]
                    [[FormList Script|FormList]]-|                                          [[Scroll Script|Scroll]]-|  \-[[Scene Timer Action Fragments|Timer Fragments]]
              [[GlobalVariable Script|GlobalVariable]]-|                                          [[Shout Script|Shout]]-|
                      [[Hazard Script|Hazard]]-|                                          [[Sound Script|Sound]]-|
                    [[HeadPart Script|HeadPart]]-|                                  [[SoundCategory Script|SoundCategory]]-|
                        [[Idle Script|Idle]]-|                                          [[Spell Script|Spell]]-|
          [[ImageSpaceModifier Script|ImageSpaceModifier]]-|                                          [[Static Script|Static]]-|
              [[ImpactDataSet Script|ImpactDataSet]]-|                                      [[TextureSet Script|TextureSet]]-|
                  [[Ingredient Script|Ingredient]]-|                                          [[Topic Script|Topic]]-|
                            |-[[Keyword Script|Keyword]]                                        |-[[TopicInfo Script|TopicInfo]]
                [[LeveledActor Script|LeveledActor]]-|  \-[[LocationRefType Script|LocationRefType]]                [[VisualEffect Script|VisualEffect]]-|  \-[[Topic Info Fragments|Info Fragments]]
                [[LeveledItem Script|LeveledItem]]-|                                      [[VoiceType Script|VoiceType]]-|
                [[LeveledSpell Script|LeveledSpell]]-|                                          [[Weapon Script|Weapon]]-|
                      [[Light Script|Light]]-|                                        [[Weather Script|Weather]]-|
                    [[Location Script|Location]]-|                                    [[WordOfPower Script|WordOfPower]]-|
                                                                    [[WorldSpace Script|WorldSpace]]-|
 


Read more about [[Extending Scripts (Papyrus)|Extending Scripts]]
==Map==
Here is the Papyrus script object map. You can also use the "'''Extends:''' xxxx" link on the top of each script object page to find its parent. Scripts in ''italics'' are added by SKSE.
------------------------------------------------------------------------------
|-[[ActiveMagicEffect Script|ActiveMagicEffect]]  |-[[Debug Script|Debug]]    |-[[Form Script|Form]]  |-[[ColorComponent Script|''ColorComponent'']]  |-[[ModEvent Script|''ModEvent'']]      |-[[StringUtil Script|''StringUtil'']]
|-[[Alias Script|Alias]]              |-[[Game Script|Game]]        |    |-[[FormType Script|''FormType'']]        |-[[NetImmerse Script|''NetImmerse'']]    |-[[UI Script|''UI'']]
    |-[[ReferenceAlias Script|ReferenceAlias]]  |-[[Math Script|Math]]        |    |-[[GameData Script|''GameData'']]        |-[[SKSE Script|''SKSE'']]          |-[[UICallback Script|''UICallback'']] 
    \-[[LocationAlias Script|LocationAlias]]    |-[[Utility Script|Utility]]    |    |-[[Input Script|''Input'']]            |-[[SpawnerTask Script|''SpawnerTask'']]  \-[[WornObject Script|''WornObject'']]
                                    |                                       
            -------------------------|----------------------------
            |-[[Action Script|Action]]                |-[[Hazard Script|Hazard]]                    |-[[Potion Script|Potion]]
            |-[[Activator Script|Activator]]              |-[[HeadPart Script|''HeadPart'']]                  |-[[Projectile Script|Projectile]]
            |  |-[[Flora Script|Flora]]              |-[[Idle Script|Idle]]                      |-[[Quest Script|Quest]]
            |  |-[[Furniture Script|Furniture]]          |-[[ImageSpaceModifier Script|ImageSpaceModifier]]        |  \-[[Quest Stage Fragments|Stage Fragments]]
            |  \-[[TalkingActivator Script|TalkingActivator]]  |-[[ImpactDataSet Script|ImpactDataSet]]            |-[[Race Script|Race]]
            |-[[ActorBase Script|ActorBase]]              |-[[Ingredient Script|Ingredient]]                |-[[Scene Script|Scene]]
            |-[[ActorValueInfo Script|''ActorValueInfo'']]        |-[[Keyword Script|Keyword]]                  |  |-[[Scene Phase Fragments|Phase Fragments]]
            |-[[Ammo Script|Ammo]]                  |  \-[[LocationRefType Script|LocationRefType]]      |  |-[[Scene Fragments|Scene Fragments]]
            |-[[Armor Script|Armor]]                  |-[[LeveledActor Script|LeveledActor]]              |  \-[[Scene Timer Action Fragments|Timer Fragments]]
            |-[[ArmorAddon Script|''ArmorAddon'']]            |-[[LeveledItem Script|LeveledItem]]              |-[[Scroll Script|Scroll]]
            |-[[Art Script|''Art'']]                    |-[[LeveledSpell Script|LeveledSpell]]              |-[[Shout Script|Shout]]
            |-[[AssociationType Script|AssociationType]]        |-[[Light Script|Light]]                    |-[[Sound Script|Sound]]
            |-[[Book Script|Book]]                  |-[[Location Script|Location]]                  |-[[SoundCategory Script|SoundCategory]]
            |-[[Cell Script|Cell]]                  |-[[MagicEffect Script|MagicEffect]]              |-[[SoundDescriptor Script|''SoundDescriptor'']]
            |-[[Class Script|Class]]                  |-[[Message Script|Message]]                  |-[[Spell Script|Spell]]
            |-[[ColorForm Script|''ColorForm'']]              |-[[MiscObject Script|MiscObject]]                |-[[Static Script|Static]]
            |-[[CombatStyle Script|''CombatStyle'']]            |  |-[[Apparatus Script|Apparatus]]            |-[[TextureSet Script|TextureSet]]
            |-[[Container Script|Container]]              |  |-[[ConstructibleObject Script|ConstructibleObject]]  |-[[Topic Script|Topic]]
            |-[[DefaultObjectManager Script|''DefaultObjectManager'']]  |  |-[[Key Script|Key]]                  |-[[TopicInfo Script|TopicInfo]]       
            |-[[Door Script|Door]]                  |  \-[[SoulGem Script|SoulGem]]              |  \-[[Topic Info Fragments|Info Fragments]]
            |-[[EffectShader Script|EffectShader]]          |-[[MusicType Script|MusicType]]                |-[[TreeObject Script|''TreeObject'']]
            |-[[Enchantment Script|Enchantment]]            |-[[ObjectReference Script|ObjectReference]]          |-[[VisualEffect Script|VisualEffect]]
            |-[[EncounterZone Script|EncounterZone]]          |  \-[[Actor Script|Actor]]                |-[[VoiceType Script|VoiceType]]
            |-[[EquipSlot Script|''EquipSlot'']]              |-[[Outfit Script|Outfit]]                    |-[[Weapon Script|Weapon]]
            |-[[Explosion Script|Explosion]]              |-[[Package Script|Package]]                  |-[[Weather Script|Weather]]
            |-[[Faction Script|Faction]]                |  \-[[Package Fragments|Package Fragments]]    |-[[WordOfPower Script|WordOfPower]]
            |-[[FormList Script|FormList]]              |-[[Perk Script|Perk]]                      \-[[WorldSpace Script|WorldSpace]]
            |-[[GlobalVariable Script|GlobalVariable]]            \-[[Perk Fragments|Perk Fragments]]       




{{Languages}}
{{Languages}}
[[Category:Papyrus]]
[[Category:Papyrus]]

Latest revision as of 23:11, 26 June 2016

Script objects recognized by Papyrus and their associated functions, properties and events.

About Extended Script Objects[edit | edit source]

More specific script objects are based on more general ones. Typically more specific objects are called children and the more general ones are called parents. Script children inherit certain qualities from their parents. For example, Actor Script has access to all the events and functions listed on ObjectReference Script, and Form Script even though they aren't all listed on Actor Script.

Read more about Extending Scripts

Map[edit | edit source]

Here is the Papyrus script object map. You can also use the "Extends: xxxx" link on the top of each script object page to find its parent. Scripts in italics are added by SKSE.

------------------------------------------------------------------------------
|-ActiveMagicEffect   |-Debug    |-Form   |-ColorComponent   |-ModEvent      |-StringUtil
|-Alias               |-Game        |     |-FormType         |-NetImmerse    |-UI
   |-ReferenceAlias   |-Math        |     |-GameData         |-SKSE          |-UICallback  
   \-LocationAlias    |-Utility     |     |-Input            |-SpawnerTask   \-WornObject
                                    |                                        
           -------------------------|----------------------------
           |-Action                 |-Hazard                    |-Potion 
           |-Activator              |-HeadPart                  |-Projectile
           |   |-Flora              |-Idle                      |-Quest
           |   |-Furniture          |-ImageSpaceModifier        |   \-Stage Fragments
           |   \-TalkingActivator   |-ImpactDataSet             |-Race
           |-ActorBase              |-Ingredient                |-Scene
           |-ActorValueInfo         |-Keyword                   |   |-Phase Fragments
           |-Ammo                   |   \-LocationRefType       |   |-Scene Fragments
           |-Armor                  |-LeveledActor              |   \-Timer Fragments
           |-ArmorAddon             |-LeveledItem               |-Scroll
           |-Art                    |-LeveledSpell              |-Shout
           |-AssociationType        |-Light                     |-Sound
           |-Book                   |-Location                  |-SoundCategory
           |-Cell                   |-MagicEffect               |-SoundDescriptor
           |-Class                  |-Message                   |-Spell
           |-ColorForm              |-MiscObject                |-Static
           |-CombatStyle            |   |-Apparatus             |-TextureSet
           |-Container              |   |-ConstructibleObject   |-Topic
           |-DefaultObjectManager   |   |-Key                   |-TopicInfo        
           |-Door                   |   \-SoulGem               |   \-Info Fragments
           |-EffectShader           |-MusicType                 |-TreeObject
           |-Enchantment            |-ObjectReference           |-VisualEffect
           |-EncounterZone          |   \-Actor                 |-VoiceType
           |-EquipSlot              |-Outfit                    |-Weapon
           |-Explosion              |-Package                   |-Weather
           |-Faction                |   \-Package Fragments     |-WordOfPower
           |-FormList               |-Perk                      \-WorldSpace
           |-GlobalVariable             \-Perk Fragments        



Language: English  • français • 日本語

Pages in category "Script Objects"

The following 99 pages are in this category, out of 99 total.