Skip to content

Commit

Permalink
Update AttachCamToPedBone.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niekschoemaker authored Oct 13, 2023
1 parent b9fc1bc commit 6c93c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAM/AttachCamToPedBone.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ns: CAM

```c
// 0x61A3DBA14AB7F411 0x506BB35C
void ATTACH_CAM_TO_PED_BONE(Cam cam, Ped ped, int boneIndex, float xOffset, float yOffset, float zOffset, BOOL isRelative);
void ATTACH_CAM_TO_PED_BONE(Cam cam, Ped ped, int boneId, float xOffset, float yOffset, float zOffset, BOOL isRelative);
```
Expand Down

0 comments on commit 6c93c0b

Please sign in to comment.