Difference between revisions of "RegisterForTutorialEvent - ScriptObject"
Jump to navigation
Jump to search
RegisterForTutorialEvent - ScriptObject (edit)
Revision as of 21:05, 11 February 2018
, 21:05, 11 February 2018added category
imported>Plplecuyer |
imported>Qazaaq (added category) |
||
Line 1: | Line 1: | ||
'''Member of:''' [[ScriptObject Script|ScriptObject]] | '''Member of:''' [[ScriptObject Script|ScriptObject]] | ||
Registers this script to receive [[OnTutorialEvent - ScriptObject|OnTutorialEvent]]. | Registers this script to receive [[OnTutorialEvent - ScriptObject|OnTutorialEvent]]. | ||
Only the script that registers for an event will receive it. Other scripts will not receive the event unless they also register for it. Once the event is received, you will be unregistered automatically. | Only the script that registers for an event will receive it. | ||
Other scripts will not receive the event unless they also register for it. | |||
Once the event is received, you will be unregistered automatically. | |||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function RegisterForTutorialEvent( String asEventName ) | Function RegisterForTutorialEvent( String asEventName ) Native | ||
</source> | </source> | ||
Line 29: | Line 28: | ||
*[[UnregisterForTutorialEvent - ScriptObject]] | *[[UnregisterForTutorialEvent - ScriptObject]] | ||
*[[OnTutorialEvent - ScriptObject]] | *[[OnTutorialEvent - ScriptObject]] | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Non-Delayed Native Functions]] | |||
[[Category:User Interface]] |