Garry's Mod

Garry's Mod

Contraption Framework
Näytetään 1–10 / 32
< 1  2  3  4 >
Päivitys: 27.10. klo 18.16
tekijältä ACF-3 Team

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.

Päivitys: 14.8. klo 19.58
tekijältä ACF-3 Team

Update contraption_sv.lua

Päivitys: 14.8. klo 19.58
tekijältä ACF-3 Team

Add ContainsClass

Päivitys: 14.8. klo 19.54
tekijältä ACF-3 Team

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...

Päivitys: 14.8. klo 19.41
tekijältä ACF-3 Team

Fix function

Päivitys: 23.7. klo 9.41
tekijältä ACF-3 Team

Didn't check for PreParented here

Päivitys: 23.7. klo 9.33
tekijältä ACF-3 Team

Try improving CFW parenting a little, new hooks

Päivitys: 23.7. klo 9.14
tekijältä ACF-3 Team

CFW_AfterParentedTo -> CFW_OnParentedTo

Päivitys: 23.7. klo 9.13
tekijältä ACF-3 Team

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

Päivitys: 12.7. klo 11.27
tekijältä ACF-3 Team

Try to fix a potential parenting error