About GetPlayerInput and BT_USER buttons
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
About GetPlayerInput and BT_USER buttons
How/where are the custom buttons (BT_USER1 to BT_USER4) defined?
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: About GetPlayerInput and BT_USER buttons
Well, they're not in the controls menu thats for sure, but you still can bind them to keys just like other controls, example:
If you want them to show up in the controls menu so that the player can bind/rebind them if he/she chooses to then check "Adding keysections" page on how to do that.
Code: Select all
bind t +user1
bind y +user2
bind u +user3
bind i +user4
Re: About GetPlayerInput and BT_USER buttons
Got it! Thanks! 
