Home
last modified time | relevance | path

Searched refs:inGraceful (Results 1 – 8 of 8) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A Dnetwork_star.h71 extern void hub_cleanup(bool inGraceful, int32 inSmallestPostGameTick);
78 extern void spoke_cleanup(bool inGraceful);
H A DStarGameProtocol.cpp153 StarGameProtocol::UnSync(bool inGraceful, int32 inSmallestPostgameTick) in UnSync() argument
157 spoke_cleanup(inGraceful); in UnSync()
159 hub_cleanup(inGraceful, inSmallestPostgameTick); in UnSync()
H A DRingGameProtocol.h43 bool UnSync(bool inGraceful, int32 inSmallestPostgameTick);
H A DNetworkGameProtocol.h40 virtual bool UnSync(bool inGraceful, int32 inSmallestPostgameTick) = 0;
H A DStarGameProtocol.h43 bool UnSync(bool inGraceful, int32 inSmallestPostgameTick);
H A Dnetwork_star_hub.cpp560 hub_cleanup(bool inGraceful, int32 inSmallestPostGameTick) in hub_cleanup() argument
564 if(inGraceful) in hub_cleanup()
H A Dnetwork_star_spoke.cpp285 spoke_cleanup(bool inGraceful) in spoke_cleanup() argument
H A DRingGameProtocol.cpp748 RingGameProtocol::UnSync(bool inGraceful, int32 inSmallestPostgameTick) in UnSync() argument