]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/q3map2.h
VorteX: KeyExists function, cast shadows from func_wall by default in prophecy and dq
[xonotic/netradiant.git] / tools / quake3 / q3map2 / q3map2.h
index f0cf4899d0ee181bff99b0b934d63f1c94e2bf5a..ddc5b0a96eefd89021590c29ebeb2b302b25a5ef 100644 (file)
@@ -1802,6 +1802,7 @@ void                                              ParseEntities( void );
 void                                           UnparseEntities( void );
 void                                           PrintEntity( const entity_t *ent );
 void                                           SetKeyValue( entity_t *ent, const char *key, const char *value );
+qboolean                                       KeyExists( const entity_t *ent, const char *key ); /* VorteX: check if key exists */
 const char                                     *ValueForKey( const entity_t *ent, const char *key );
 int                                                    IntForKey( const entity_t *ent, const char *key );
 vec_t                                          FloatForKey( const entity_t *ent, const char *key );