Table of Contents

Lua SetPlayerFinalScore

void SetPlayerFinalScore( int playerIndex, int score );

Description

Sets the final match report score.

Version

Beta 3.1

Example

<lua> SetPlayerFinalScore( playerIndex, 100 ); </lua>