Skip to content

Commit

Permalink
Merge branch 'pr-1623'
Browse files Browse the repository at this point in the history
fix(native-decls): fix declaration for NETWORK_GET_VOICE_PROXIMITY_OV… (pr-1623):
 - 7410c9f fix(native-decls): fix declaration for NETWORK_GET_VOICE_PROXIMITY_OVERRIDE_FOR_PLAYER
  • Loading branch information
thorium-cfx committed Nov 6, 2023
2 parents b5c87bf + 7410c9f commit b267e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native-decls/NetworkGetVoiceProximityOverrideForPlayer.md
Expand Up @@ -2,10 +2,10 @@
ns: CFX
apiset: server
---
## NETWORK_GET_VOICE_PROXIMITY_OVERRIDE
## NETWORK_GET_VOICE_PROXIMITY_OVERRIDE_FOR_PLAYER

```c
Vector3 NETWORK_GET_VOICE_PROXIMITY_OVERRIDE(char* playerSrc);
Vector3 NETWORK_GET_VOICE_PROXIMITY_OVERRIDE_FOR_PLAYER(char* playerSrc);
```
## Parameters
Expand Down

0 comments on commit b267e2b

Please sign in to comment.