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