|
Xonotic
|
Include dependency graph for charmap.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| string | charmap_cellToChar (entity me, vector cell) |
| entity | makeXonoticCharmap (entity controlledInputBox) |
| void | XonoticCharmap_cellDraw (entity me, vector cell, vector cellPos) |
| bool | XonoticCharmap_cellIsValid (entity me, vector cell) |
| void | XonoticCharmap_cellSelect (entity me, vector cell) |
| void | XonoticCharmap_configureXonoticCharmap (entity me, entity controlledInputBox) |
| void | XonoticCharmap_focusLeave (entity me) |
| float | XonoticCharmap_keyDown (entity me, float key, float ascii, float shift) |
| void | XonoticCharmap_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
Variables | |
| string | CHARMAP |
Definition at line 22 of file charmap.qc.
References CHARMAP, and substring().
Referenced by XonoticCharmap_cellDraw(), XonoticCharmap_cellIsValid(), and XonoticCharmap_cellSelect().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 32 of file charmap.qc.
Here is the call graph for this function:Definition at line 95 of file charmap.qc.
References charmap_cellToChar(), and draw_CenterText().
Here is the call graph for this function:Definition at line 88 of file charmap.qc.
References charmap_cellToChar().
Here is the call graph for this function:Definition at line 77 of file charmap.qc.
References charmap_cellToChar().
Here is the call graph for this function:Definition at line 40 of file charmap.qc.
Definition at line 100 of file charmap.qc.
| void XonoticCharmap_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize | ||
| ) |
Definition at line 46 of file charmap.qc.
| string CHARMAP |
Definition at line 5 of file charmap.qc.
Referenced by charmap_cellToChar().