Dota 2 Workshop Tools/Scripting/API/Global.FireGameEvent
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
Function Description
void FireGameEvent(string eventName, handle parameterTable)
Fire a pre-defined event, which can be found either in custom_events.txt or in dota's resource/*.res
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventName | No Description Set |
| handle | parameterTable | No Description Set |