Table of Contents

Lua GetPlayerMatchScore

GetPlayerMatchScore

int GetPlayerMatchScore( int playerIndex );

Description

Gets the players match score (the sum of all their round scores)

Version

Beta 3.1

Example

<lua> local matchScore = GetPlayerMatchScore( playerIndex ); </lua>