Garry's Mod
Contraption Framework
Εμφάνιση 1-10 από 32 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 27 Οκτ στις 18:16
από 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.

Ενημέρωση: 14 Αυγ στις 19:58
από ACF-3 Team

Update contraption_sv.lua

Ενημέρωση: 14 Αυγ στις 19:58
από ACF-3 Team

Add ContainsClass

Ενημέρωση: 14 Αυγ στις 19:54
από 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...

Ενημέρωση: 14 Αυγ στις 19:41
από ACF-3 Team

Fix function

Ενημέρωση: 23 Ιουλ στις 9:41
από ACF-3 Team

Didn't check for PreParented here

Ενημέρωση: 23 Ιουλ στις 9:33
από ACF-3 Team

Try improving CFW parenting a little, new hooks

Ενημέρωση: 23 Ιουλ στις 9:14
από ACF-3 Team

CFW_AfterParentedTo -> CFW_OnParentedTo

Ενημέρωση: 23 Ιουλ στις 9:13
από ACF-3 Team

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

Ενημέρωση: 12 Ιουλ στις 11:27
από ACF-3 Team

Try to fix a potential parenting error