|
uihandle_t(* | Rend_RegisterMaterial )(const char *name) |
|
uihandle_t(* | Rend_RefreshMaterial )(const char *name) |
|
void(* | Rend_Set2D )(int x, int y, int w, int h, float left, float right, float bottom, float top, float n, float f) |
|
void(* | Rend_SetColor )(const vec4_t rgba) |
|
void(* | Rend_Scissor )(int x, int y, int width, int height) |
|
void(* | Rend_DrawPicStretched )(float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader) |
|
void(* | Rend_DrawPicStretched2 )(float x, float y, float w, float h, float s1, float t1, float s2, float t2, float sx, float sy, qhandle_t hShader) |
|
void(* | Rend_DrawPicTiled )(float x, float y, float w, float h, qhandle_t hShader) |
|
fontheader_t *(* | Rend_LoadFont )(const char *name) |
|
void(* | Rend_DrawString )(fontheader_t *font, const char *text, float x, float y, int maxlen, const float *pvVirtualScreen) |
|
void(* | Rend_DrawBox )(float x, float y, float w, float h) |
|
int(* | Rend_GetShaderWidth )(qhandle_t hShader) |
|
int(* | Rend_GetShaderHeight )(qhandle_t hShader) |
|
qboolean(* | Rend_ImageExists )(const char *name) |
|
void(* | File_PickFile )(const char *name, struct Listener *obj, struct Event *event) |
|
void(* | File_ListFiles )(const char *filespec) |
|
long(* | File_OpenFile )(const char *qpath, void **buffer) |
|
void(* | File_FreeFile )(void *buffer) |
|
void(* | File_WriteFile )(const char *qpath, const void *buffer, int size) |
|
uihandle_t(* | Snd_RegisterSound )(const char *sample, qboolean streamed) |
|
void(* | Snd_PlaySound )(const char *sound_name) |
|
void(* | Snd_PlaySoundDialog )(const char *sound_name) |
|
void(* | Snd_FadeSound )(float fTime) |
|
void(* | Snd_StopAllSound )() |
|
qboolean(* | Alias_Add )(const char *alias, const char *name, const char *parameters) |
|
const char *(* | Alias_FindRandom )(const char *alias, AliasListNode_t **ret) |
|
const char *(* | Cvar_GetString )(const char *name, const char *defval) |
|
cvar_t *(* | Cvar_Find )(const char *var_name) |
|
void(* | Cvar_Set )(const char *var_name, const char *value) |
|
void(* | Cvar_Reset )(const char *var_name) |
|
void(* | Cmd_Stuff )(const char *text) |
|
void(* | Sys_Printf )(const char *text,...) |
|
void(* | Sys_Error )(int error, const char *text,...) |
|
void(* | Sys_DPrintf )(const char *text,...) |
|
int(* | Sys_Milliseconds )() |
|
int(* | Sys_IsKeyDown )(int key) |
|
const char *(* | Sys_GetClipboard )(void) |
|
void(* | Sys_SetClipboard )(const char *foo) |
|
const char *(* | Cmd_CompleteCommandByNumber )(const char *partial, int number) |
|
const char *(* | Cvar_CompleteCvarByNumber )(const char *partial, int number) |
|
void(* | UI_WantsKeyboard )(void) |
|
const char *(* | Client_TranslateWidgetName )(const char *widget) |
|
void(* | Connect )(const char *server, netadrtype_t family) |
|
const char *(* | Key_GetKeynameForCommand )(const char *command) |
|
const char *(* | Key_GetCommandForKey )(int keynum) |
|
void(* | Key_SetBinding )(int keynum, const char *binding) |
|
void(* | Key_GetKeysForCommand )(const char *command, int *key1, int *key2) |
|
const char *(* | Key_KeynumToString )(int keynum) |
|
const char *(* | GetConfigstring )(int index) |
|
void(* | UI_CloseDMConsole )(void) |
|
void(* | GetClipboardData )(char *buf, int buflen) |
|
int(* | GetRefSequence )(void) |
|
qboolean(* | IsRendererLoaded )(void) |
|
qboolean(* | Rend_LoadRawImage )(const char *name, byte **pic, int *width, int *height) |
|
void(* | Rend_FreeRawImage )(byte *pic) |
|