Turok
 
Loading...
Searching...
No Matches
kSys Class Reference

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.
 

Detailed Description

Definition at line 1382 of file t1_scriptAPI.cpp.

Member Function Documentation

◆ GetCvarValue()

const bool kSys::GetCvarValue ( const kStr &in cvarName,
kStr &out result )

◆ Mouse_X()

int kSys::Mouse_X ( )

◆ Mouse_Y()

int kSys::Mouse_Y ( )

◆ MouseToHUD()

void kSys::MouseToHUD ( 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()

int kSys::VideoWidth ( )

◆ Warning()

void kSys::Warning ( const kStr &in message)