Can You Add This to wiremod e2. i made it so you can color ropes in e2. #2565
Closed
killerluigi91
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
e2function void ropeC(index, entity ent1, vector v1, entity ent2, vector v2, addlength, width, string mat, vector color, rigid)
if not checkEnts( self, ent1, ent2 ) then return end
if not checkCount( self, "Rope", ent1, ent2 ) then return end
if not checkEdicts( self ) then return end
local constraints = setupEntConstraints( ent1 )
end
e2function void hydraulicC(index, entity ent1, vector v1, entity ent2, vector v2, constant, damping, rdamping, string mat, vector color, width, stretch)
if not checkEnts( self, ent1, ent2 ) then return end
if not checkCount( self, "Hydraulic", ent1, ent2 ) then return end
if not checkEdicts( self ) then return end
local constraints = setupEntConstraints( ent1 )
end
Beta Was this translation helpful? Give feedback.
All reactions