Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions NETWORK/N_0x83660b734994124d.md
Original file line number Diff line number Diff line change
@@ -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.
Loading