Items
/https://rustpluginshub.com/images/creators/steenamaroo/plugins/grid-api/grid-api-cover.png)
GridAPI - 1.0.0
Free
vector3 map gridSimple API for retrieving in-game grid coordinates from a Vector3 position, and vice versa. String[] GetGrid(Vector3 pos) returns the grid coordinates for the given position. object IntersectionPosFromGrid(string a, string b) returns Vector3 intersection (top left on map) for a given set of map coordinates. returns string message if input strings are not valid. object MiddlePosFromGrid(string a, string b) returns Vector3 centre of grid for a given set of map coordinates. returns string message i...