]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ent_cs.qh
ent_cs: cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ent_cs.qh
index 0d11f5cb2758cdacc2944a42fa05163379922fdb..1cfc854c0964184ddb5f37cc10413171212911b8 100644 (file)
  * in onslaught... YAY ;)
  */
 
-// Beware: do not redefine those in other files
-// and NO, you cannot use ".version", which already exists (at least
-// it did when I added this) But you have to use .Version
-// Capital V
-
 .entity entcs;
 
-void entcs_init();
-
 float entcs_customize();
 
-float entcs_send(entity to, float sf);
+bool entcs_send(entity this, entity to, int sf);
 
 void entcs_think();
 
-entity attach_entcs();
+entity attach_entcs(entity e);
+
+void detach_entcs(entity e);
 
-void detach_entcs();
-#endif
\ No newline at end of file
+#endif