FIX: Add a name to options table in castRenderingRay

This commit is contained in:
Dave Corley 2025-04-10 11:42:24 -07:00
parent 1d1ae1c906
commit e512a8e74f

View file

@ -102,7 +102,7 @@
-- @function [parent=#nearby] castRenderingRay
-- @param openmw.util#Vector3 from Start point of the ray.
-- @param openmw.util#Vector3 to End point of the ray.
-- @param #CastRenderingRayOptions
-- @param #CastRenderingRayOptions options An optional table with additional optional arguments
-- @return #RayCastingResult
---