![]() |
Botcraft 1.21.4
|
#include <LocalPlayer.hpp>
Public Attributes | |
float | forward_axis = 0.0f |
float | left_axis = 0.0f |
bool | jump = false |
bool | sneak = false |
bool | sprint = false |
Definition at line 9 of file LocalPlayer.hpp.
float Botcraft::PlayerInputs::forward_axis = 0.0f |
Definition at line 11 of file LocalPlayer.hpp.
Referenced by Botcraft::LocalPlayer::AddInputsForward(), Botcraft::LocalPlayer::ResetInputs(), and Botcraft::LocalPlayer::SetInputsForward().
bool Botcraft::PlayerInputs::jump = false |
Definition at line 13 of file LocalPlayer.hpp.
Referenced by Botcraft::LocalPlayer::ResetInputs(), and Botcraft::LocalPlayer::SetInputsJump().
float Botcraft::PlayerInputs::left_axis = 0.0f |
Definition at line 12 of file LocalPlayer.hpp.
Referenced by Botcraft::LocalPlayer::AddInputsLeft(), Botcraft::LocalPlayer::ResetInputs(), and Botcraft::LocalPlayer::SetInputsLeft().
bool Botcraft::PlayerInputs::sneak = false |
Definition at line 14 of file LocalPlayer.hpp.
Referenced by Botcraft::LocalPlayer::ResetInputs(), and Botcraft::LocalPlayer::SetInputsSneak().
bool Botcraft::PlayerInputs::sprint = false |
Definition at line 15 of file LocalPlayer.hpp.
Referenced by Botcraft::LocalPlayer::ResetInputs(), and Botcraft::LocalPlayer::SetInputsSprint().