Difference between revisions of "Category:Script Objects"
Jump to navigation
Jump to search
Changed extended script example links.
imported>Scrivener07 (Added some more information about script objects.) |
imported>Scrivener07 (Changed extended script example links.) |
||
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, [[ | 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, [[ActiveMagicEffect Script]] has access to all the events and functions listed on [[Actor Script]], [[ObjectReference Script]], and [[Form Script]] even though they aren't all listed on ActiveMagicEffect Script. | ||
Read more about [[Extending Scripts (Papyrus)|Extending Scripts]] | |||
==Map== | |||
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. | 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. | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |