Add Controller.Detection and knowTarget.

Add Spot (laser).
Various minor improvements
This commit is contained in:
omltcat
2024-06-24 01:47:56 -04:00
parent 8b7b276480
commit 5f4f565b72
6 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ function trigger.misc.getUserFlag(flagNumOrName) end
---Returns a trigger zone table of a given name.
---@param zoneName string -- The name of the trigger zone.
---@return zone -- The trigger zone table. Format: { point = vec3, radius = distance }
---@return zone? -- The trigger zone table. Format: { point = vec3, radius = distance }
function trigger.misc.getZone(zoneName) end
---Sets a user flag to the specified value.