Difference between revisions of "RegisterForExternalEvent - ScriptObject"
Jump to navigation
Jump to search
imported>Ice Eyes m (→Parameters: Corrected parameter names and added brief descriptions.) |
imported>Ice Eyes m (→Parameters: Better described a parameter) |
||
Line 11: | Line 11: | ||
== Parameters == | == Parameters == | ||
*EventName: The event | *EventName: The name of the event that you want to register for. | ||
*Callback: The function name that is called when the event is triggered. | *Callback: The function name that is called when the event is triggered. | ||
Revision as of 05:57, 23 June 2019
This article has been flagged as incomplete. |
Please help improve the wiki by learning how to contribute. |
F4SE Member of: ScriptObject Script
Requires F4SE version 0.3.1 or higher.
Placeholder Description.
Syntax
Function RegisterForExternalEvent(string EventName, string Callback) Native
Parameters
- EventName: The name of the event that you want to register for.
- Callback: The function name that is called when the event is triggered.
Return Value
- None
Examples
; Placeholder Code.