mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Fix Panel.Style getter not being bound.
This commit is contained in:
parent
b74573fa12
commit
ee501058fb
@ -1652,7 +1652,7 @@ REGISTER_NATIVES(menuNatives)
|
|||||||
{"Panel.TextRemaining.get", GetPanelTextRemaining},
|
{"Panel.TextRemaining.get", GetPanelTextRemaining},
|
||||||
{"Panel.CurrentKey.get", GetPanelCurrentKey},
|
{"Panel.CurrentKey.get", GetPanelCurrentKey},
|
||||||
{"Panel.CurrentKey.set", SetPanelCurrentKey},
|
{"Panel.CurrentKey.set", SetPanelCurrentKey},
|
||||||
{"Panel.Style", GetPanelStyle},
|
{"Panel.Style.get", GetPanelStyle},
|
||||||
{"Panel.CanDrawFlags", CanPanelDrawFlags},
|
{"Panel.CanDrawFlags", CanPanelDrawFlags},
|
||||||
{"Panel.SetTitle", SetPanelTitle},
|
{"Panel.SetTitle", SetPanelTitle},
|
||||||
{"Panel.SetKeys", SetPanelKeys},
|
{"Panel.SetKeys", SetPanelKeys},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user