Remove the fucking linter warnings
This commit is contained in:
12
Heimdall.lua
12
Heimdall.lua
@@ -12,6 +12,8 @@ local function init()
|
||||
---@field config HeimdallConfig
|
||||
---@field stinkies table<string, boolean>
|
||||
if not Heimdall_Data then Heimdall_Data = {} end
|
||||
---@class InitTable
|
||||
---@field Init fun(): nil
|
||||
|
||||
---@class HeimdallShared
|
||||
---@field raceMap table<string, string>
|
||||
@@ -22,11 +24,11 @@ local function init()
|
||||
---@field utf8len fun(input: string): number
|
||||
---@field padString fun(input: string, targetLength: number, left?: boolean): string
|
||||
---@field GetOrDefault fun(table: table<any, any>, keys: string[], default: any): any
|
||||
---@field Whoer { Init: fun() }
|
||||
---@field Messenger { Init: fun() }
|
||||
---@field Spotter { Init: fun() }
|
||||
---@field DeathReporter { Init: fun() }
|
||||
---@field Inviter { Init: fun() }
|
||||
---@field Whoer InitTable
|
||||
---@field Messenger InitTable
|
||||
---@field Spotter InitTable
|
||||
---@field DeathReporter InitTable
|
||||
---@field Inviter InitTable
|
||||
|
||||
--- Config ---
|
||||
---@class HeimdallConfig
|
||||
|
||||
Reference in New Issue
Block a user