Points
MSK.Points.Add
Adds a new Point.
Parameters
data - table
- Point data
Returns
point - table
- The added point
MSK.Points.Remove
Removes the given point
Parameters
pointId - number
- ID of the Point
Returns
success - boolean
MSK.Points.GetAllPoints
Get all Points.
Returns
points - table
- All Points
MSK.Points.GetClosestPoint
Get the Point the Player is at.
Returns
point - table?
- The Point the Player is at or nil if the Player is not inside of any point
Last updated