Home
last modified time | relevance | path

Searched defs:cvar_s (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcvar.h113 typedef struct cvar_s struct
115 int flags;
117 const char *name;
141 struct cvar_s *next; argument
142 struct cvar_s *nextonhashchain; argument
/dports/games/darkplaces/darkplaces/
H A Dcvar.h113 typedef struct cvar_s struct
115 int flags;
117 const char *name;
141 struct cvar_s *next; argument
142 struct cvar_s *nextonhashchain; argument
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcvar.h84 typedef struct cvar_s { struct
85 const char *name;
86 const char *string;
87 qboolean archive; // set to true to cause it to be saved to vars.rc
91 qboolean server; // NQ: notifies players when changed
94 qboolean info; // QW: added to serverinfo or userinfo when changed
97 float value;
98 cvar_callback callback;
99 unsigned flags;
100 struct stree_node stree; /* string tree for cvar names */
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dcvar.h70 typedef struct cvar_s { struct
81 bool (*check) (struct cvar_s* cvar); /**< cvar check function */ argument
83 struct cvar_s* next; argument
84 struct cvar_s* prev; argument
85 struct cvar_s* hash_next; argument
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcvar.h113 typedef struct cvar_s struct
128 struct cvar_s *next; argument
129 struct cvar_s *nextonhashchain; argument
/dports/games/tenebrae/tenebrae_0/
H A Dcvar.h56 typedef struct cvar_s struct
63 struct cvar_s *next; argument
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcvar.h56 typedef struct cvar_s struct
63 struct cvar_s *next; argument
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dcvar.h39 typedef struct cvar_s { struct
53 void (*callback)(struct cvar_s *var); argument
58 struct cvar_s *next; ///< \internal Linked list of cvars. argument
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcvar.h66 typedef struct cvar_s struct
71 void (*OnChange) (struct cvar_s *var, char *value, qbool *cancel); argument
73 struct cvar_s *hash_next; argument
74 struct cvar_s *next; argument
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcvar.h66 typedef struct cvar_s struct
71 void (*OnChange) (struct cvar_s *var, char *value, qbool *cancel); argument
73 struct cvar_s *hash_next; argument
74 struct cvar_s *next; argument
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcvar.h82 typedef struct cvar_s struct
90 struct cvar_s *next; argument
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcvar.h81 typedef struct cvar_s struct
89 struct cvar_s *next; argument
/dports/games/d2x/d2x-0.2.5/include/
H A Dconsole.h23 typedef struct cvar_s struct
29 struct cvar_s *next; argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/console/
H A Dvar.h43 typedef struct cvar_s { struct
45 int flags;
48 cvartype_t type;
51 void *directoryNode;
54 void *ptr;
57 float min, max;
60 void (*notifyChanged)();
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h819 struct cvar_s { struct
820 char *name;
821 char *string;
824 int flags;
831 float min;
832 float max;
834 cvar_t *next;
835 cvar_t *prev;
836 cvar_t *hashNext;
837 cvar_t *hashPrev;
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h819 struct cvar_s { struct
820 char *name;
821 char *string;
824 int flags;
831 float min;
832 float max;
834 cvar_t *next;
835 cvar_t *prev;
836 cvar_t *hashNext;
837 cvar_t *hashPrev;
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h799 typedef struct cvar_s { struct
813 struct cvar_s *next; argument
814 struct cvar_s *hashNext; argument
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h799 typedef struct cvar_s { struct
813 struct cvar_s *next; argument
814 struct cvar_s *hashNext; argument
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h1025 struct cvar_s { struct
1026 char *name;
1030 int flags;
1035 qboolean validate;
1037 float min;
1038 float max;
1040 cvar_t *next;
1041 cvar_t *prev;
1042 cvar_t *hashNext;
1043 cvar_t *hashPrev;
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h1059 struct cvar_s { struct
1060 char *name;
1064 int flags;
1069 qboolean validate;
1071 float min;
1072 float max;
1074 cvar_t *next;
1075 cvar_t *prev;
1076 cvar_t *hashNext;
1077 cvar_t *hashPrev;
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dq_splineshared.h1099 struct cvar_s { struct
1100 char *name;
1101 char *string;
1104 int flags;
1111 float min;
1112 float max;
1114 cvar_t *next;
1115 cvar_t *prev;
1116 cvar_t *hashNext;
1117 cvar_t *hashPrev;
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h1066 struct cvar_s { struct
1067 char *name;
1068 char *string;
1071 int flags;
1078 float min;
1079 float max;
1081 cvar_t *next;
1082 cvar_t *prev;
1083 cvar_t *hashNext;
1084 cvar_t *hashPrev;
[all …]
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dq_shared.h384 typedef struct cvar_s struct
396 struct cvar_s *next; argument
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dq_shared.h384 typedef struct cvar_s struct
396 struct cvar_s *next; argument
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h793 typedef struct cvar_s { struct
803 struct cvar_s *next; argument
804 struct cvar_s *hashNext; argument

123