1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00

Dummy plugin event traceback.

Implements a simple traceback for plugin events. Should allow for easier debugging.
This commit is contained in:
Sandu Liviu Catalin 2019-06-02 17:43:04 +03:00
parent b3ab60a6c7
commit 9c1c09eaad
2 changed files with 290 additions and 12 deletions

View File

@ -1241,8 +1241,8 @@ public:
void EmitCheckpointStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitObjectStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitPickupStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitVehicleStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitPlayerStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitVehicleStream(int32_t player_id, int32_t entity_id, bool is_deleted);
void EmitEntityStreaming(int32_t player_id, int32_t entity_id, vcmpEntityPool entity_type, bool is_deleted);
/* --------------------------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff