UwUHax/usercmd.h
2021-08-27 18:58:23 +07:00

18 lines
221 B
C++
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

class CUserCmd
{
public:
virtual ~CUserCmd() {};
std::int32_t command_number;
std::int32_t tick_count;
Vector viewangles;
float forwardmove;
float sidemove;
float upmove;
std::int32_t buttons;
};