Skip to content

Commit

Permalink
updated definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtReMLapin authored Sep 25, 2021
1 parent 4023847 commit 5f0fe25
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions lua/badcoderz/sh_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ BadCoderz.heavy_funcs = {
[Color] = "Color",
[Vector] = "Vector",
[Angle] = "Angle",
--[[
candidates for "dumb fuckers" update :
CompileString
RunString
RunStringEx
ents.Create
surface.CreateFont
table.HasValue
]]
[CompileString] = "CompileString",
[RunString] = "RunString",
[RunStringEx] = "RunStringEx",
[table.HasValue] = "table.HasValue",

}

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

-- clientside functions
BadCoderz.potentialsHooksFiles = {}
BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true
BadCoderz.potentialsHooksFiles["lua/includes/modules/hook.lua"] = true

0 comments on commit 5f0fe25

Please sign in to comment.