Jump to content

GetPlayerPoints

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: GetPlayerPoints
Function Description:
File Location: cmm.pointsFunctions.lua
Syntax: CMM.GetPlayerPoints( table argTable )
Return Value: number
Parameters: Name Description
argTableArgTable = {Unit, UCID
Example: CMM.GetPlayerPoints({[1] = Unit.getByName("PlayerUnit"), [2] = "PlayerUCID"})
Example Description: Returns the player points for player with UCID of "PlayerUCID"
Related Functions:
Notes:

}