Jump to content

GetPlayerPoints

From CMM Wiki
Revision as of 12:27, 24 June 2026 by Ozdeadmeat (talk | contribs) (GetPlayerPoints – created via PowerShell script (2026-06-24T22:27:08Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

}