|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Go to the source code of this file.
Functions | |
| void | multi_pause_reset () |
| void | multi_pause_request (int pause) |
| void | multi_pause_pause () |
| void | multi_pause_unpause () |
| void | multi_pause_server_eval_request (net_player *pl, int pause) |
| int | multi_pause_eat_keys () |
| void | multi_pause_init () |
| void | multi_pause_do () |
| void | multi_pause_close (int end_mission) |
Variables | |
| int | Multi_pause_status |
| net_player * | Multi_pause_pauser |
Definition at line 447 of file multi_pause.cpp.
| void multi_pause_do | ( | ) |
Definition at line 383 of file multi_pause.cpp.
| int multi_pause_eat_keys | ( | ) |
Definition at line 286 of file multi_pause.cpp.
| void multi_pause_init | ( | ) |
Definition at line 314 of file multi_pause.cpp.
| void multi_pause_pause | ( | ) |
Definition at line 151 of file multi_pause.cpp.
Definition at line 219 of file multi_pause.cpp.
| void multi_pause_reset | ( | ) |
Definition at line 138 of file multi_pause.cpp.
| void multi_pause_server_eval_request | ( | net_player * | pl, |
| int | pause | ||
| ) |
Definition at line 232 of file multi_pause.cpp.
| void multi_pause_unpause | ( | ) |
Definition at line 186 of file multi_pause.cpp.
| net_player* Multi_pause_pauser |
Definition at line 41 of file multi_pause.cpp.
| int Multi_pause_status |
Definition at line 38 of file multi_pause.cpp.