Garry's Mod

Garry's Mod

Contraption Framework
Viser 1-10 af 32 forekomster
< 1  2  3  4 >
Opdatering: 27. okt. kl. 18:16

Try to explicitly handle env_sprite(trail)

This should work as a generic way to handle any entity classes that are parented in-engine, but it'll only be applied to env_sprite/env_spritetrail for now unless we come across more entities that behave this way.

Opdatering: 14. aug. kl. 19:58

Update contraption_sv.lua

Opdatering: 14. aug. kl. 19:58

Add ContainsClass

Opdatering: 14. aug. kl. 19:54

Move this into classes; see why in desc

We don't want hooks erroring this out
We want hooks to be able to have access to this data

So if we do an extension, we lose that ability...

Opdatering: 14. aug. kl. 19:41

Fix function

Opdatering: 23. juli kl. 9:41

Didn't check for PreParented here

Opdatering: 23. juli kl. 9:33

Try improving CFW parenting a little, new hooks

Opdatering: 23. juli kl. 9:14

CFW_AfterParentedTo -> CFW_OnParentedTo

Opdatering: 23. juli kl. 9:13

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

Opdatering: 12. juli kl. 11:27

Try to fix a potential parenting error