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:
parent
b3ab60a6c7
commit
9c1c09eaad
@ -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
Loading…
Reference in New Issue
Block a user