Home
last modified time | relevance | path

Searched defs:gameCyclesPerUpdate (Results 1 – 6 of 6) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dnetwork.h55 unsigned int gameCyclesPerUpdate; /// Network update each # game cycles variable
H A Dnet_message.h224 int32_t gameCyclesPerUpdate; /// Update frequency variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dnetwork.h55 unsigned int gameCyclesPerUpdate; /// Network update each # game cycles variable
H A Dnet_message.h227 int32_t gameCyclesPerUpdate; /// Update frequency variable
/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Dnetwork.cpp895 const int gameCyclesPerUpdate = CNetworkParameter::Instance.gameCyclesPerUpdate; in NetworkQuitGame() local
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/network/
H A Dnetwork.cpp890 const int gameCyclesPerUpdate = CNetworkParameter::Instance.gameCyclesPerUpdate; in NetworkQuitGame() local