Skip to content

Commit

Permalink
Merge pull request #1384 from CBATeam/xeh-disassembled
Browse files Browse the repository at this point in the history
Add Disassembled XEH support
  • Loading branch information
commy2 committed Nov 1, 2020
2 parents 79c04b6 + 0bc2fd7 commit 129d882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion addons/xeh/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@
"FiredMan", \
"TurnIn", \
"TurnOut", \
"Deleted"
"Deleted", \
"Disassembled"
3 changes: 2 additions & 1 deletion addons/xeh/script_xeh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ reloaded = "call cba_xeh_fnc_reloaded"; \
firedMan = "call cba_xeh_fnc_firedMan"; \
turnIn = "call cba_xeh_fnc_turnIn"; \
turnOut = "call cba_xeh_fnc_turnOut"; \
deleted = "call cba_xeh_fnc_deleted";
deleted = "call cba_xeh_fnc_deleted"; \
disassembled = "call cba_xeh_fnc_disassembled";

/*
MACRO: DELETE_EVENTHANDLERS
Expand Down

0 comments on commit 129d882

Please sign in to comment.