PropertyValue
rdfs:label
  • SignalEvent
rdfs:comment
  • function SignalEvent (object oObject, event evToRun) Cause oObject to run evToRun * Return type: void * Include file: nwscriptdefn
  • The SignalEvent() NWScript command causes the specified object to fire the specified event. This causes the object to execute the script associated with the event once the current script finishes (not in the middle of the current script's execution; c.f. ExecuteScript).
dcterms:subject
dbkwik:nwn2/property/wikiPageUsesTemplate
returns
Name
  • SignalEvent
param
  • object oObject
  • event evToRun
param2desc
  • The event to be sent.
param1desc
  • The object that will receive the event.
dbkwik:nwn/property/wikiPageUsesTemplate
abstract
  • function SignalEvent (object oObject, event evToRun) Cause oObject to run evToRun * Return type: void * Include file: nwscriptdefn
  • The SignalEvent() NWScript command causes the specified object to fire the specified event. This causes the object to execute the script associated with the event once the current script finishes (not in the middle of the current script's execution; c.f. ExecuteScript).