Skip to content

Commit 5f0fe25

Browse files
authored
updated definitions
1 parent 4023847 commit 5f0fe25

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

lua/badcoderz/sh_data.lua

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ BadCoderz.heavy_funcs = {
1818
[Color] = "Color",
1919
[Vector] = "Vector",
2020
[Angle] = "Angle",
21-
--[[
22-
candidates for "dumb fuckers" update :
23-
CompileString
24-
RunString
25-
RunStringEx
26-
ents.Create
27-
surface.CreateFont
28-
table.HasValue
29-
]]
21+
[CompileString] = "CompileString",
22+
[RunString] = "RunString",
23+
[RunStringEx] = "RunStringEx",
24+
[table.HasValue] = "table.HasValue",
25+
3026
}
3127

3228
-- bool is represending a required(true) knum/kshort or an optional one (false), it's used when inspecting the bytecode
@@ -164,4 +160,4 @@ end
164160

165161
-- clientside functions
166162
BadCoderz.potentialsHooksFiles = {}
167-
BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true
163+
BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true

0 commit comments

Comments
 (0)