Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
file.qh
Go to the documentation of this file.
1
#pragma once
2
3
ERASEABLE
4
bool
fexists
(
string
f)
5
{
6
int
fh =
fopen
(f,
FILE_READ
);
7
if
(fh < 0)
return
false
;
8
fclose
(fh);
9
return
true
;
10
}
fopen
float fopen(string filename, float mode)
FILE_READ
const float FILE_READ
Definition:
csprogsdefs.qc:231
ERASEABLE
#define ERASEABLE
Definition:
_all.inc:35
fclose
void fclose(float fhandle)
fexists
ERASEABLE bool fexists(string f)
Definition:
file.qh:4
lib
file.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13