blob: a9dc3f253a8f383cc86b4f7ba5175b511db9adc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# ISurface
vtidx_DrawSetColor
OrangeBoxbased 10
L4D 10
vtidx_DrawFilledRect
OrangeBoxbased 12
L4D 12
vtidx_DrawOutlinedRect
OrangeBoxbased 14
L4D 14
vtidx_DrawLine
OrangeBoxbased 15
L4D 15
vtidx_DrawPolyLine
OrangeBoxbased 16
L4D 16
vtidx_DrawSetTextFont
OrangeBoxbased 17
L4D 17
vtidx_DrawSetTextColor
OrangeBoxbased 18
L4D 18
vtidx_DrawSetTextPos
OrangeBoxbased 20
L4D 20
vtidx_DrawPrintText
OrangeBoxbased 22
L4D 22
vtidx_GetScreenSize
OrangeBoxbased 37
L4D 37
L4D2_2147plus 35
# Unused: currently no good way to create custom fonts without leaking them
#vtidx_CreateFont
# OrangeBoxbased 64
# L4D 64
# L4D2_2147plus 63
#vtidx_SetFontGlyphSet
# OrangeBoxbased 65
# L4D 65
# L4D2_2147plus 64
vtidx_GetFontTall
OrangeBoxbased 67
L4D 67
vtidx_GetCharacterWidth
OrangeBoxbased 71
L4D 71
# vi: sw=4 ts=4 noet tw=80 cc=80
|