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.

Difference between revisions of "RegisterForExternalEvent - ScriptObject"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
 
imported>Ice Eyes
m (→‎Syntax: Corrected parameter names)
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Function RegisterForExternalEvent(string asEventName, string asCallback) Native
Function RegisterForExternalEvent(string EventName, string Callback) Native
</source>
</source>



Revision as of 10:03, 22 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

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

Return Value

  • None

Examples

; Placeholder Code.

See Also