mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
comments: first @module declaration
This commit is contained in:
parent
09e935380b
commit
c12bcad8cb
1 changed files with 3 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue