Table of Contents

Lua GetTeamMatchScore

bool GetTeamMatchScore( int teamIndex );

Description

Gets the teams match score (the sum of every rounds score)

Version

Beta 3.1

Example

<lua> local teamJanusScore = GetTeamMatchScore( TEAM_JANUS ); </lua>