src.core.team module

helperfile for assigning a team to a group of playerdata

src.core.team.playerTeamCheck(pUuid)[source]

Uses a Players identifier to check if he’s on a known Team. This only works with scrim data , as the pUuid there and riots pUuid are not indentical. :param pUuid: The Players unique identifier ID :type pUuid: int

Returns:

team – Known teamname or “enemyteam” as placeholder- Currently only supports ${Team_Name}

Return type:

str

Parameters:

pUuid (str)

Dependency Diagrams (without externals):

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.core.process.pipelines.client" -> "src.core.team";
}

Import dependencies (collapsed)

Dependency Diagrams:

digraph imports {
  rankdir=LR;
  node [shape=box];
  "src.core.process.pipelines.client" -> "src.core.team";
}

Import dependencies (collapsed)