RegisterForExternalEvent - ScriptObject

Revision as of 11:03, 22 June 2019 by imported>Ice Eyes (→‎Syntax: Corrected parameter names)
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

  • asEventName: Placeholder Description.
  • asCallback: Placeholder Description.

Return Value

  • None

Examples

; Placeholder Code.

See Also