GetCustomPlayerValue: Difference between revisions

remove accidental copypaste parameter
(Created page with "{{ACSWarning}} {{DevfeatureWarning|version=3.2|type=an ACS function}} {{stub}} int '''GetCustomPlayerValue''' (str ''data'', int ''player'', mixed ''value'') {{Devfeature|3.2|alpha}} ==Usage== Returns the value of a player's data field for the scoreboard. ===Parameters=== * ''data'': The data field as defined in the GameInfo definition. * ''player'': The player number to get the data for. ===Return value=== Returns the value of the...")
Tag: Source edit
 
(remove accidental copypaste parameter)
Tag: Source edit
 
Line 3: Line 3:
{{stub}}
{{stub}}


int '''GetCustomPlayerValue''' (str ''data'', int ''player'', mixed ''value'') {{Devfeature|3.2|alpha}}
int '''GetCustomPlayerValue''' (str ''data'', int ''player'') {{Devfeature|3.2|alpha}}


==Usage==
==Usage==