Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 414 Bytes

pointsmanager.md

File metadata and controls

22 lines (17 loc) · 414 Bytes

PointsManager Mini Documentation

Updated 2017-12-05

< Lua

Functions

Set Points

side - String: one of ["Radiant", "Dire"] newPoints - Integer: new Point value

PointsManager:SetPoints(side, newPoints)

Add Points

side - String: one of ["Radiant", "Dire"] amount - Integer: Points to add. If nil add 1 Point

PointsManager:AddPoints(side, amount)