[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
RegisterForExternalEvent - ScriptObject
Revision as of 10:04, 22 June 2019 by imported>Ice Eyes (→Parameters: Corrected parameter names and added brief descriptions.)
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 event name that you want to register for.
- Callback: The function name that is called when the event is triggered.
Return Value
- None
Examples
; Placeholder Code.