Difference between revisions of "Category:Events"
Jump to navigation
Jump to search
Changes to category text.
imported>Valie m |
imported>Qazaaq (Changes to category text.) |
||
Line 1: | Line 1: | ||
Here you can find topics related to Papyrus events. | |||
== Events == | |||
*[[Events Reference]] | |||
*[[Remote_Papyrus_Event_Registration|Remote Events]] | |||
*[[Custom_Papyrus_Events|Custom Events]] | |||
= | = About Events = | ||
Events are not like the old block types. When you make an event in your script that extends ObjectReference or ReferenceAlias you are essentially creating a new version of that event, and you need to declare it with the same number of parameters. Those parameters are then used inside the script. | Events are not like the old block types. When you make an event in your script that extends ObjectReference or ReferenceAlias you are essentially creating a new version of that event, and you need to declare it with the same number of parameters. Those parameters are then used inside the script. | ||