Home
last modified time | relevance | path

Searched refs:NetGetDistributionInfoForType (Results 1 – 4 of 4) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/Network/
H A DStarGameProtocol.cpp91 const NetDistributionInfo* theInfo = NetGetDistributionInfoForType(type); in DistributeInformation()
230 const NetDistributionInfo* theInfo = NetGetDistributionInfoForType(inDistributionType); in call_distribution_response_function_if_available()
H A Dnetwork_private.h299 const NetDistributionInfo* NetGetDistributionInfoForType(int16 inType);
H A DRingGameProtocol.cpp818 const NetDistributionInfo* theInfo = NetGetDistributionInfoForType(type); in DistributeInformation()
1094 const NetDistributionInfo* theInfo = NetGetDistributionInfoForType(type); in NetProcessLossyDistribution()
H A Dnetwork.cpp1393 NetGetDistributionInfoForType(int16 inType) in NetGetDistributionInfoForType() function