Changed Arguments to Exports

Xackery Xtal
2018-01-15 22:08:31 -08:00
parent a69b00639e
commit 98751f347e
48 changed files with 96 additions and 96 deletions
+2 -2
@@ -1,5 +1,5 @@
EVENT_AGGRO_SAY EVENT_AGGRO_SAY
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
data|int| data|int|
@@ -14,4 +14,4 @@ sub EVENT_AGGRO_SAY {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_CAST EVENT_CAST
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
spell_id|int| spell_id|int|
@@ -10,4 +10,4 @@ sub EVENT_CAST {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_CAST_BEGIN EVENT_CAST_BEGIN
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
spell_id|int| spell_id|int|
@@ -10,4 +10,4 @@ sub EVENT_CAST_BEGIN {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_CAST_ON EVENT_CAST_ON
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
spell_id|int| spell_id|int|
@@ -10,4 +10,4 @@ sub EVENT_CAST_ON {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_CLICK_DOOR EVENT_CLICK_DOOR
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
doorid|int| doorid|int|
@@ -12,4 +12,4 @@ sub EVENT_CLICK_DOOR {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_CLICK_OBJECT EVENT_CLICK_OBJECT
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
objectid|int| objectid|int|
@@ -12,4 +12,4 @@ sub EVENT_CLICK_OBJECT {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_COMBAT EVENT_COMBAT
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
combat_state|int| combat_state|int|
@@ -10,4 +10,4 @@ sub EVENT_COMBAT {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_COMBINE_FAILURE EVENT_COMBINE_FAILURE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
recipe_id|int| recipe_id|int|
@@ -12,4 +12,4 @@ sub EVENT_COMBINE_FAILURE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_COMBINE_SUCCESS EVENT_COMBINE_SUCCESS
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
recipe_id|int| recipe_id|int|
@@ -12,4 +12,4 @@ sub EVENT_COMBINE_SUCCESS {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_COMMAND EVENT_COMMAND
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
text|int| text|int|
@@ -14,4 +14,4 @@ sub EVENT_COMMAND {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
Regular → Executable
+2 -2
@@ -1,5 +1,5 @@
EVENT_DEATH EVENT_DEATH
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
killer_id|int| killer_id|int|
@@ -16,4 +16,4 @@ sub EVENT_DEATH {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_DEATH_COMPLETE EVENT_DEATH_COMPLETE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
killer_id|int| killer_id|int|
@@ -16,4 +16,4 @@ sub EVENT_DEATH_COMPLETE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_DEATH_ZONE EVENT_DEATH_ZONE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
killer_id|int| killer_id|int|
@@ -18,4 +18,4 @@ sub EVENT_DEATH_ZONE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_DISCOVER_ITEM EVENT_DISCOVER_ITEM
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
itemid|int| itemid|int|
@@ -10,4 +10,4 @@ sub EVENT_DISCOVER_ITEM {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_DROP_ITEM EVENT_DROP_ITEM
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
quantity|int| quantity|int|
@@ -18,4 +18,4 @@ sub EVENT_DROP_ITEM {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_ENVIRONMENTAL_DAMAGE EVENT_ENVIRONMENTAL_DAMAGE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
env_damage|int| env_damage|int|
@@ -14,4 +14,4 @@ sub EVENT_ENVIRONMENTAL_DAMAGE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_FISH_SUCCESS EVENT_FISH_SUCCESS
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
fished_item|int| fished_item|int|
@@ -10,4 +10,4 @@ sub EVENT_FISH_SUCCESS {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_FORAGE_SUCCESS EVENT_FORAGE_SUCCESS
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
foraged_item|int| foraged_item|int|
@@ -10,4 +10,4 @@ sub EVENT_FORAGE_SUCCESS {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_GROUP_CHANGE EVENT_GROUP_CHANGE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
grouped|int| grouped|int|
@@ -12,4 +12,4 @@ sub EVENT_GROUP_CHANGE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_HATE_LIST EVENT_HATE_LIST
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
hate_state|int| hate_state|int|
@@ -10,4 +10,4 @@ sub EVENT_HATE_LIST {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_HP EVENT_HP
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
hpevent|int| hpevent|int|
@@ -16,4 +16,4 @@ sub EVENT_HP {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_ITEM_CLICK EVENT_ITEM_CLICK
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
itemid|int| itemid|int|
@@ -16,4 +16,4 @@ sub EVENT_ITEM_CLICK {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_ITEM_CLICK_CAST EVENT_ITEM_CLICK_CAST
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
itemid|int| itemid|int|
@@ -16,4 +16,4 @@ sub EVENT_ITEM_CLICK_CAST {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_ITEM_ENTER_ZONE EVENT_ITEM_ENTER_ZONE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
itemid|int| itemid|int|
@@ -12,4 +12,4 @@ sub EVENT_ITEM_ENTER_ZONE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_LOOT EVENT_LOOT
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
looted_id|int| looted_id|int|
@@ -14,4 +14,4 @@ sub EVENT_LOOT {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_NPC_SLAY EVENT_NPC_SLAY
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
killed|int| killed|int|
@@ -10,4 +10,4 @@ sub EVENT_NPC_SLAY {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_PLAYER_PICKUP EVENT_PLAYER_PICKUP
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
picked_up_id|int| picked_up_id|int|
@@ -12,4 +12,4 @@ sub EVENT_PLAYER_PICKUP {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_POPUP_RESPONSE EVENT_POPUP_RESPONSE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
popupid|int| popupid|int|
@@ -10,4 +10,4 @@ sub EVENT_POPUP_RESPONSE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_PROXIMITY_SAY EVENT_PROXIMITY_SAY
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
data|int| data|int|
@@ -14,4 +14,4 @@ sub EVENT_PROXIMITY_SAY {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_RESPAWN EVENT_RESPAWN
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
option|int| option|int|
@@ -12,4 +12,4 @@ sub EVENT_RESPAWN {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SAY EVENT_SAY
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
data|int| data|int|
@@ -14,4 +14,4 @@ sub EVENT_SAY {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SCALE_CALC EVENT_SCALE_CALC
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
itemid|int| itemid|int|
@@ -12,4 +12,4 @@ sub EVENT_SCALE_CALC {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SIGNAL EVENT_SIGNAL
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
signal|int| signal|int|
@@ -10,4 +10,4 @@ sub EVENT_SIGNAL {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SPAWN_ZONE EVENT_SPAWN_ZONE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
spawned_entity_id|int| spawned_entity_id|int|
@@ -12,4 +12,4 @@ sub EVENT_SPAWN_ZONE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SPELL_BUFF_TIC_CLIENT EVENT_SPELL_BUFF_TIC_CLIENT
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
caster_id|int| caster_id|int|
@@ -10,4 +10,4 @@ sub EVENT_SPELL_BUFF_TIC_CLIENT {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SPELL_BUFF_TIC_NPC EVENT_SPELL_BUFF_TIC_NPC
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
caster_id|int| caster_id|int|
@@ -10,4 +10,4 @@ sub EVENT_SPELL_BUFF_TIC_NPC {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SPELL_EFFECT_CLIENT EVENT_SPELL_EFFECT_CLIENT
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
caster_id|int| caster_id|int|
@@ -10,4 +10,4 @@ sub EVENT_SPELL_EFFECT_CLIENT {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_SPELL_EFFECT_NPC EVENT_SPELL_EFFECT_NPC
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
caster_id|int| caster_id|int|
@@ -10,4 +10,4 @@ sub EVENT_SPELL_EFFECT_NPC {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TASK_ACCEPTED EVENT_TASK_ACCEPTED
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
task_id|int| task_id|int|
@@ -10,4 +10,4 @@ sub EVENT_TASK_ACCEPTED {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TASK_COMPLETE EVENT_TASK_COMPLETE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
donecount|int| donecount|int|
@@ -14,4 +14,4 @@ sub EVENT_TASK_COMPLETE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TASK_FAIL EVENT_TASK_FAIL
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
task_id|int| task_id|int|
@@ -10,4 +10,4 @@ sub EVENT_TASK_FAIL {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TASK_STAGE_COMPLETE EVENT_TASK_STAGE_COMPLETE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
task_id|int| task_id|int|
@@ -12,4 +12,4 @@ sub EVENT_TASK_STAGE_COMPLETE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TASK_UPDATE EVENT_TASK_UPDATE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
donecount|int| donecount|int|
@@ -14,4 +14,4 @@ sub EVENT_TASK_UPDATE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TIMER EVENT_TIMER
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
timer|int| timer|int|
@@ -10,4 +10,4 @@ sub EVENT_TIMER {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_TRADE EVENT_TRADE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
copper|int| copper|int|
@@ -16,4 +16,4 @@ sub EVENT_TRADE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_WAYPOINT_ARRIVE EVENT_WAYPOINT_ARRIVE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
wp|int| wp|int|
@@ -10,4 +10,4 @@ sub EVENT_WAYPOINT_ARRIVE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_WAYPOINT_DEPART EVENT_WAYPOINT_DEPART
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
wp|int| wp|int|
@@ -10,4 +10,4 @@ sub EVENT_WAYPOINT_DEPART {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00
+2 -2
@@ -1,5 +1,5 @@
EVENT_ZONE EVENT_ZONE
### Arguments ### Exports
**Name**|**Type**|**Description** **Name**|**Type**|**Description**
:-----|:-----|:----- :-----|:-----|:-----
target_zone_id|int| target_zone_id|int|
@@ -10,4 +10,4 @@ sub EVENT_ZONE {
} }
``` ```
Generated On 2018-01-15T22:01:49-08:00 Generated On 2018-01-15T22:07:30-08:00