diff --git a/NETWORK/N_0x83660b734994124d.md b/NETWORK/N_0x83660b734994124d.md index 602eb73cf..d576536bf 100644 --- a/NETWORK/N_0x83660b734994124d.md +++ b/NETWORK/N_0x83660b734994124d.md @@ -1,17 +1,18 @@ --- ns: NETWORK --- -## _0x83660B734994124D - +## NETWORK_GET_ASSISTED_KILL_OF_ENTITY ```c -// 0x83660B734994124D -Any _0x83660B734994124D(Any p0, Any p1, int* damageDealt); +// 0x83660B734994124D 0x3DC0E2D99138397E +BOOL NETWORK_GET_ASSISTED_KILL_OF_ENTITY(Player player, Entity entity, int* damageDealt); ``` +Returns whether the specified player assisted in killing the given entity, and outputs the damage they dealt. ## Parameters -* **p0**: -* **p1**: -* **damageDealt**: +* **player**: The player to check for assist credit. +* **entity**: The entity that was killed. +* **damageDealt**: Pointer to receive the amount of damage the player dealt to the entity. ## Return value +`TRUE` if the player assisted in the kill, `FALSE` otherwise.