Events helper functions.
More...
Go to the source code of this file.
|
enum | script_start_events {
SCRIPT_START_UNKNOWN = -1
, SCRIPT_START_TIMER
, SCRIPT_START_TRIGGER
, SCRIPT_START_USER
,
SCRIPT_START_HTTP
, SCRIPT_START_EXTERN
} |
|
◆ script_start_events
◆ script_execute_data_free()
Frees the script_execute_data struct
- Parameters
-
data | script_execute_data struct |
◆ script_execute_data_free_void()
void script_execute_data_free_void |
( |
void * |
data | ) |
|
Frees the script_execute_data struct
- Parameters
-
data | script_execute_data struct |
◆ script_execute_data_new()
Creates the script_execute_data struct
- Parameters
-
scriptname | script name |
script_event | script start event |
- Returns
- newly allocated struct
◆ script_start_event_name()
Returns the name for the script start event
- Parameters
-
start_event | start event enum |
- Returns
- start event name or empty if unknown
◆ script_start_event_parse()
Parses the name for the script start event
- Parameters
-
- Returns
- script_start_event enum