script, ui: added "sv_min_startmap_health" cvar
[k8vavoom.git] / vccrun / vc_api_vccrun.h
bloba8e289428206ec7ec828661874bd5a553a9bc1a6
1 //**************************************************************************
2 //**
3 //** ## ## ## ## ## #### #### ### ###
4 //** ## ## ## ## ## ## ## ## ## ## #### ####
5 //** ## ## ## ## ## ## ## ## ## ## ## ## ## ##
6 //** ## ## ######## ## ## ## ## ## ## ## ### ##
7 //** ### ## ## ### ## ## ## ## ## ##
8 //** # ## ## # #### #### ## ##
9 //**
10 //** Copyright (C) 1999-2006 Jānis Legzdiņš
11 //** Copyright (C) 2018-2023 Ketmar Dark
12 //**
13 //** This program is free software: you can redistribute it and/or modify
14 //** it under the terms of the GNU General Public License as published by
15 //** the Free Software Foundation, version 3 of the License ONLY.
16 //**
17 //** This program is distributed in the hope that it will be useful,
18 //** but WITHOUT ANY WARRANTY; without even the implied warranty of
19 //** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 //** GNU General Public License for more details.
21 //**
22 //** You should have received a copy of the GNU General Public License
23 //** along with this program. If not, see <http://www.gnu.org/licenses/>.
24 //**
25 //**************************************************************************
27 DECLARE_FUNCTION(get_GC_ImmediateDelete)
28 DECLARE_FUNCTION(set_GC_ImmediateDelete)
30 // implemented in main vccrun source
31 DECLARE_FUNCTION(CreateTimer)
32 DECLARE_FUNCTION(CreateTimerWithId)
33 DECLARE_FUNCTION(DeleteTimer)
34 DECLARE_FUNCTION(IsTimerExists)
35 DECLARE_FUNCTION(IsTimerOneShot)
36 DECLARE_FUNCTION(GetTimerInterval)
37 DECLARE_FUNCTION(SetTimerInterval)
38 DECLARE_FUNCTION(GetTickCount)
40 DECLARE_FUNCTION(fsysAppendDir)
41 DECLARE_FUNCTION(fsysAppendPak)
42 DECLARE_FUNCTION(fsysRemovePak)
43 DECLARE_FUNCTION(fsysRemovePaksFrom)
44 DECLARE_FUNCTION(fsysFindPakByPrefix)
45 DECLARE_FUNCTION(fsysFileExists)
46 DECLARE_FUNCTION(fsysFileFindAnyExt)
47 DECLARE_FUNCTION(fsysGetPakPath)
48 DECLARE_FUNCTION(fsysGetPakPrefix)
49 DECLARE_FUNCTION(fsysGetLastPakId)
51 DECLARE_FUNCTION(get_fsysKillCommonZipPrefix)
52 DECLARE_FUNCTION(set_fsysKillCommonZipPrefix)
54 DECLARE_FUNCTION(appSetName)
55 DECLARE_FUNCTION(appSaveOptions)
56 DECLARE_FUNCTION(appLoadOptions)
58 DECLARE_FUNCTION(ccmdClearText)
59 DECLARE_FUNCTION(ccmdClearCommand)
60 DECLARE_FUNCTION(ccmdParseOne)
61 DECLARE_FUNCTION(ccmdGetArgc)
62 DECLARE_FUNCTION(ccmdGetArgv)
63 DECLARE_FUNCTION(ccmdTextSize)
64 DECLARE_FUNCTION(ccmdPrepend)
65 DECLARE_FUNCTION(ccmdPrependQuoted)
66 DECLARE_FUNCTION(ccmdAppend)
67 DECLARE_FUNCTION(ccmdAppendQuoted)
69 DECLARE_FUNCTION(SocketConnectUDP)
70 DECLARE_FUNCTION(SocketConnectTCP)
71 DECLARE_FUNCTION(SocketConnectTLS)
72 DECLARE_FUNCTION(SocketDisconnect)
74 DECLARE_FUNCTION(SocketGetIOCTL)
75 DECLARE_FUNCTION(SocketSetIOCTL)
77 DECLARE_FUNCTION(SocketSendStr)
78 DECLARE_FUNCTION(SocketSendBuf)
80 DECLARE_FUNCTION(SocketRecvStr)
81 DECLARE_FUNCTION(SocketRecvBuf)