|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| void | BorderImage_configureBorderImage (entity me, string theTitle, float sz, vector theColor, string path, float theBorderHeight) |
| void | BorderImage_draw (entity me) |
| void | BorderImage_recalcPositionWithText (entity me, string t) |
| void | BorderImage_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void BorderImage_configureBorderImage | ( | entity | me, |
| string | theTitle, | ||
| float | sz, | ||
| vector | theColor, | ||
| string | path, | ||
| float | theBorderHeight ) |
Definition at line 43 of file borderimage.qc.
Definition at line 50 of file borderimage.qc.
References boxToGlobalSize(), draw_BorderPicture(), draw_fontscale, entity(), globalToBoxSize(), SUPER, and vector.
Definition at line 5 of file borderimage.qc.
References boxToGlobal(), boxToGlobalSize(), conheight, conwidth, entity(), eX, eY, SUPER, and vector.
| void BorderImage_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 20 of file borderimage.qc.