Skip to content

Commit

Permalink
Fix SetLights LDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bqmb3 committed Jun 8, 2024
1 parent 1be91ac commit 655864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function F3X:CreateLight(Part, LightType)
end

--- Sets the properties of the specified lights.
-- @tparam {{Part:Instance,LightType:"SpotLight"|"PointLight"|"SurfaceLight",Range:number?,Brightness:number?,Color:Color3?,Shadows:boolean?,Face:Enum.NormalId?,Angle:number?},...} Changes Lights and their new properties
-- @tparam {{Part: Instance, LightType: "SpotLight"|"PointLight"|"SurfaceLight", Range: number?, Brightness: number?, Color: Color3?, Shadows: boolean?, Face: Enum.NormalId?, Angle: number?}, ...} Changes Lights and their new properties
-- @treturn nil
function F3X:SetLights(Changes)
assert(self._reinit, errors.notIntialized)
Expand Down

0 comments on commit 655864c

Please sign in to comment.