I was on the move to update some forward in some plugins, for performance reasons.
I saw many usage of client_PreThink + get_user_button for the only purpose of getting what button is used at this very moment.
Since CmdStart, if i remember right, is called at the same frame and the same number of time as client_prethink, since CmdStart can directly pass the button in a uc_handle
What is better ?
client_prethink + get_user_button
or CmdStart + get_uc(uc_handle, UC_Buttons)