Skip to content

Commit b05a2e5

Browse files
authored
Update globed.lua
1 parent 7349adf commit b05a2e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/globed.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local globed = {}
44
---@class globed.SpawnInfo
55
local SpawnInfo = {}
66

7-
---Creates a new SpawnInfo object for spawning a group of entities.
7+
---Creates a new SpawnInfo object used by globed.spawn and globed.spawn_for_all
88
---@param group_id number The ID of the group to spawn
99
---@param delay number The base delay before spawning
1010
---@param delay_variance number Random variance added/subtracted from the delay
@@ -15,7 +15,7 @@ function SpawnInfo.new(group_id, delay, delay_variance, ordered, remaps) end
1515

1616
globed.SpawnInfo = SpawnInfo
1717

18-
---Sets a callback for an event
18+
---Sets a callback for a client event
1919
---@param id number
2020
---@param func fun()
2121
function globed.set_callback(id, func) end

0 commit comments

Comments
 (0)