|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "matrix.qh"Go to the source code of this file.
Functions | |
| void | MX_Forget (string room) |
| void | MX_JLF_ (entity fh, entity pass, int status) |
| void | MX_Join (string room) |
| void | MX_Leave (string room) |
| void | MX_Messages (string from) |
| void | MX_Messages_ (entity fh, entity pass, int status) |
| void | MX_Nick (string name) |
| void | MX_Nick_ (entity fh, entity pass, int status) |
| void | MX_Say (string body) |
| void | MX_Say_ (entity fh, entity pass, int status) |
| void | MX_Sync (string since) |
| void | MX_Sync_ (entity fh, entity pass, int status) |
| void | MX_Typing (bool state) |
| void | MX_Typing_ (entity fh, entity pass, int status) |
Variables | |
| string | message |
Definition at line 135 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 145 of file matrix.qc.
References entity(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Forget(), MX_Join(), and MX_Leave().
Definition at line 115 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 125 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 34 of file matrix.qc.
References autocvar_matrix_server, FILE_READ, matrix_access_token, matrix_room, MX_Messages_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND(), and MX_Messages_().
Definition at line 45 of file matrix.qc.
References _json_parse_object(), entity(), EXPECT_NE, json_get(), json_parse(), LOG_WARNF, MX_Handle(), MX_Messages(), pass, stof(), strcat(), url_fclose(), url_fgets(), URL_READY_CANREAD, and URL_READY_CLOSED.
Referenced by MX_Messages().
Definition at line 6 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_user, MX_Nick_(), name, new_pure, pass, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 18 of file matrix.qc.
References entity(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Nick().
Definition at line 187 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_room, MX_Say_(), new_pure, pass, strzone(), and url_single_fopen().
Referenced by GENERIC_COMMAND(), and Say().
Definition at line 200 of file matrix.qc.
References entity(), pass, strfree, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Say().
Definition at line 70 of file matrix.qc.
References autocvar_matrix_server, FILE_READ, matrix_access_token, matrix_room, MX_Sync_(), NULL, strcat(), and url_single_fopen().
Referenced by GENERIC_COMMAND(), and MX_Sync_().
Definition at line 89 of file matrix.qc.
References _json_parse_object(), entity(), EXPECT_NE, json_get(), json_parse(), LOG_WARNF, matrix_room, MX_Handle(), MX_Sync(), pass, stof(), strcat(), url_fclose(), url_fgets(), URL_READY_CANREAD, and URL_READY_CLOSED.
Referenced by MX_Sync().
Definition at line 159 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_room, matrix_user, MX_Typing_(), new_pure, pass, state, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 171 of file matrix.qc.
References entity(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Typing().