GetPlayerPoints
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | GetPlayerPoints | |
| Function Description: | ||
| File Location: | cmm.pointsFunctions.lua | |
| Syntax: | CMM.GetPlayerPoints( table argTable ) | |
| Return Value: | number | |
| Parameters: | Name | Description |
| argTable | ArgTable = {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: | ||
}