added jit_enabled()

This commit is contained in:
Felix Geyer 2004-07-20 13:37:15 +00:00
parent c504df473d
commit 064853d9d5

View File

@ -186,6 +186,9 @@ native is_dedicated_server();
/* Returns 1 or 0. */
native is_linux_server();
/* Returns 1 or 0. */
native jit_enabled();
/* If player is not attacked function returns 0, in other
* case returns index of attacking player. On second and third
* parameter you may get info about weapon and body hit place. */