Public Member Functions | |
void | Print (const kStr &in message) |
void | Warning (const kStr &in message) |
int | VideoWidth () |
int | VideoHeight () |
int | Mouse_X () |
int | Mouse_Y () |
const bool | GetCvarValue (const kStr &in cvarName, kStr &out result) |
void | MouseToHUD (float &out x, float &out y) |
Returns the HUD position of the mouse. | |
Definition at line 1382 of file t1_scriptAPI.cpp.
int kSys::Mouse_X | ( | ) |
int kSys::Mouse_Y | ( | ) |
void kSys::MouseToHUD | ( | float &out | x, |
float &out | y ) |
Returns the HUD position of the mouse.
void kSys::Print | ( | const kStr &in | message | ) |
int kSys::VideoHeight | ( | ) |
int kSys::VideoWidth | ( | ) |
void kSys::Warning | ( | const kStr &in | message | ) |