Garry's Mod
Contraption Framework
Mostrando 1-10 de 32 aportaciones
< 1  2  3  4 >
Actualización: 27 OCT a las 6:16 p. m.

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.

Actualización: 14 AGO a las 7:58 p. m.

Update contraption_sv.lua

Actualización: 14 AGO a las 7:58 p. m.

Add ContainsClass

Actualización: 14 AGO a las 7:54 p. m.

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

Actualización: 14 AGO a las 7:41 p. m.

Fix function

Actualización: 23 JUL a las 9:41 a. m.

Didn't check for PreParented here

Actualización: 23 JUL a las 9:33 a. m.

Try improving CFW parenting a little, new hooks

Actualización: 23 JUL a las 9:14 a. m.

CFW_AfterParentedTo -> CFW_OnParentedTo

Actualización: 23 JUL a las 9:13 a. m.

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

Actualización: 12 JUL a las 11:27 a. m.

Try to fix a potential parenting error