Home
last modified time | relevance | path

Searched refs:ID_TEAM_BALANCER_TEAMS_LOCKED (Results 1 – 3 of 3) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DMessageIdentifiers.h333 ID_TEAM_BALANCER_TEAMS_LOCKED, enumerator
H A DTeamBalancer.cpp229 case ID_TEAM_BALANCER_TEAMS_LOCKED: in OnReceive()
727 bsOut.Write((MessageID)ID_TEAM_BALANCER_TEAMS_LOCKED); in NotifyTeamsLocked()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/TeamBalancer/
H A DTeamBalancerTest.cpp309 else if (packet->data[0]==ID_TEAM_BALANCER_TEAMS_LOCKED) in Wait()