exports["ip_interact"]:AddInteract({
Coords = vec3(0.0, 0.0, 0.0), --> Vector3 | The coords of the Interact
Job = nil, --> String | The job that can access the interact
SeeDist = 10.0, --> Number | The Distance that the player can see the interact
InteractDist = 1.0, --> Number | The Distance that the player can interact with the menu
Options = {} --> Table | The Options of the interact
})
exports["ip_interact"]:EditInteract("XXXX-XXXX", {
Coords = vec3(0.0, 0.0, 0.0), --> Vector3 | The coords of the Interact
Job = nil, --> String | The job that can access the interact
SeeDist = 10.0, --> Number | The Distance that the player can see the interact
InteractDist = 1.0, --> Number | The Distance that the player can interact with the menu
Options = {} --> Table | The Options of the interact
})