Difference between revisions of "OnPlayerLoadGame - Actor"
Jump to navigation
Jump to search
m
no edit summary
imported>Qazaaq (Added explanations and examples for remote event declarations, the rule of one, and alternatives.) |
imported>Qazaaq m |
||
Line 54: | Line 54: | ||
With [[Remote Papyrus Event Registration]], this event may also be handled from ''any'' script object. | With [[Remote Papyrus Event Registration]], this event may also be handled from ''any'' script object. | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Scriptname | Scriptname Example extends ScriptObject | ||
Event OnInit() | Event OnInit() |