ACE_RemPts

S

Part of _G (Global) namespace

function ACE_RemPts(Class, Ent)
View on GitHub|lua/acf/server/sv_contraptionlegality.lua:188-198
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Classany
Entany

Returns

No return values documented.

Examples

No examples available.

Used In(5 locations)

📄lua/acf/server/sv_contraptionlegality.lua
2 usages
L200hook.Add("cfw.contraption.entityRemoved", "ACE_RemPoints", ACE_RemPts)
L201hook.Add("cfw.family.subbed", "ACE_RemPoints", ACE_RemPts)
📄lua/entities/gmod_wire_expression2/core/custom/acf.lua
1 usage
L84if con then ACE_RemPts(con, ent) end --Stupid roundabout fix. But only executed when the mat is changed. Hey if it works.
📄lua/starfall/libs_sv/acf.lua
1 usage
L79if con then ACE_RemPts(con, ent) end --Stupid roundabout fix. But only executed when the mat is changed. Hey if it works.
📄lua/weapons/gmod_tool/stools/acfarmorprop.lua
1 usage
L63if con then ACE_RemPts(con, ent) end --Stupid roundabout fix. But only executed when the mat is changed. Hey if it works.