mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Co-authored-by: Desour <ds.desour@proton.me> Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
parent
806fba6448
commit
a450301686
4 changed files with 19 additions and 16 deletions
|
@ -205,7 +205,9 @@ public:
|
|||
|
||||
// This is run by ServerThread and does the actual processing
|
||||
void AsyncRunStep(float dtime, bool initial_step = false);
|
||||
void Receive(float timeout);
|
||||
/// Receive and process all incoming packets. Sleep if the time goal isn't met.
|
||||
/// @param min_time minimum time to take [s]
|
||||
void Receive(float min_time);
|
||||
void yieldToOtherThreads(float dtime);
|
||||
|
||||
PlayerSAO* StageTwoClientInit(session_t peer_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue