This commit is contained in:
Astralcircle 2025-02-10 23:34:28 +03:00 committed by GitHub
parent b6085e5837
commit f5e78e1400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -984,6 +984,7 @@ e2function void holoClip(index, clipidx, vector origin, vector normal, isglobal)
end
e2function void holoClip(index, vector origin, vector normal, entity localent) -- Clip at first index
if not IsValid(localent) then return self:throw("Invalid entity!", nil) end
local Holo = CheckIndex(self, index)
if not Holo then return end
@ -991,6 +992,7 @@ e2function void holoClip(index, vector origin, vector normal, entity localent) -
end
e2function void holoClip(index, clipidx, vector origin, vector normal, entity localent)
if not IsValid(localent) then return self:throw("Invalid entity!", nil) end
local Holo = CheckIndex(self, index)
if not Holo then return end