Difference between revisions of "RegisterForTutorialEvent - ScriptObject"

Jump to navigation Jump to search
added category
imported>Plplecuyer
 
imported>Qazaaq
(added category)
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Non-Delayed Native Functions]]
'''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 ) native
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]]
Anonymous user

Navigation menu