comments: first @module declaration

This commit is contained in:
Starbeamrainbowlabs 2023-08-03 02:26:17 +01:00
parent 09e935380b
commit c12bcad8cb
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -5,6 +5,9 @@ local Vector3 = wea_c.Vector3
local make_brush = dofile(wea.modpath.."/lib/sculpt/make_brush.lua")
local make_preview = dofile(wea.modpath.."/lib/sculpt/make_preview.lua")
---
-- @module worldeditadditions.sculpt
--- Generates a textual preview of a given brush.
-- @param brush_name string The name of the brush to create a preview for.
-- @param target_size Vector3 The target size of the brush to create. Default: (10, 10, 0).