3rd Party LibrariesRecent AdditionsHandles Parser
Discord
  • admin
  • adminmenu
  • adt_array
  • adt_stack
  • adt_trie
  • banning
  • basecomm
  • bitbuffer
  • clientprefs
  • clients
  • commandfilters
  • commandline
  • console
  • convars
  • core
  • cstrike
  • datapack
  • dbi
  • dhooks
  • entity
  • entity_prop_stocks
  • entitylump
  • events
  • files
  • float
  • functions
  • geoip
  • halflife
  • handles
  • helpers
  • keyvalues
  • lang
  • logging
  • mapchooser
  • menus
  • nextmap
  • profiler
  • protobuf
  • regex
  • sdkhooks
  • sdktools
  • sdktools_client
  • sdktools_engine
  • sdktools_entinput
  • sdktools_entoutput
  • sdktools_functions
  • sdktools_gamerules
  • sdktools_hooks
  • sdktools_sound
  • sdktools_stocks
  • sdktools_stringtables
  • sdktools_tempents
  • sdktools_tempents_stocks
  • sdktools_trace
  • sdktools_variant_t
  • sdktools_voice
  • sorting
  • sourcemod
  • string
  • testing
  • textparse
  • tf2
  • tf2_stocks
  • timers
  • topmenus
  • usermessages
  • vector
  • menus
  • SetPanelKeys
File

SetPanelKeys

Last Updated2013-08-01
Created At2007-05-21

Sets the selectable key map of a panel. This is not supported by all styles (only by Radio, as of this writing).

native bool SetPanelKeys(Handle panel, int keys)

Parameters

Handle panel
A MenuPanel Handle.
int keys
An integer where each bit N allows key N+1 to be selected. If no keys are selectable, then key 0 (bit 9) is automatically set.

Return Value

bool True if supported, false otherwise.
Made with
1.4.0 b35d7e5 2026-09-25T02:07:42.505Z
by rumblefrog