Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name and documentation for 0xE3DB81AC #1201

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
20 changes: 0 additions & 20 deletions WEAPON/N_0x50276ef8172f5f12.md

This file was deleted.

15 changes: 15 additions & 0 deletions WEAPON/SetPedCycleVehicleWeaponsOnly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: WEAPON
aliases: ["0x50276EF8172F5F12"]
---
## SET_PED_CYCLE_VEHICLE_WEAPONS_ONLY

```c
// 0x50276EF8172F5F12 0xE3DB81AC
void SET_PED_CYCLE_VEHICLE_WEAPONS_ONLY(Ped ped);
```

Restricts weapon selection when cycling through weapons, to select only vehicle weapons.

## Parameters
* **ped**: The ped handle
Loading