mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-01 06:27:11 +02:00
Dummy plugin event traceback.
Implements a simple traceback for plugin events. Should allow for easier debugging.
This commit is contained in:
@ -1241,8 +1241,8 @@ public:
|
|||||||
void EmitCheckpointStream(int32_t player_id, int32_t entity_id, bool is_deleted);
|
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 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 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 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);
|
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
Reference in New Issue
Block a user