Public Member Functions | Public Attributes

BaseBind Class Reference

Inherits IBind.

Inherited by AimBind, ReloadBind, ToggleFogBind, and UseBind.

List of all members.

Public Member Functions

 BaseBind ()
bool CtrlPressed ()
bool ShiftPressed ()
bool AltPressed ()
bool Active ()
void Exec ()

Public Attributes

bool ctrl
bool alt
bool shift

Constructor & Destructor Documentation

BaseBind (  ) 

Member Function Documentation

bool CtrlPressed (  ) 
bool ShiftPressed (  ) 
bool AltPressed (  ) 
bool Active (  ) 

Implements IBind.

void Exec (  ) 

Implements IBind.

Reimplemented in UseBind, ReloadBind, AimBind, and ToggleFogBind.


Member Data Documentation

bool ctrl
bool alt
bool shift