Garry's Mod

Garry's Mod

Contraption Framework
Zobrazuje se 1–10 z 32 položek
< 1  2  3  4 >
Aktualizace: 27. říj. v 18.16
provedl 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.

Aktualizace: 14. srp. v 19.58
provedl ACF-3 Team

Update contraption_sv.lua

Aktualizace: 14. srp. v 19.58
provedl ACF-3 Team

Add ContainsClass

Aktualizace: 14. srp. v 19.54
provedl 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...

Aktualizace: 14. srp. v 19.41
provedl ACF-3 Team

Fix function

Aktualizace: 23. čvc. v 9.41
provedl ACF-3 Team

Didn't check for PreParented here

Aktualizace: 23. čvc. v 9.33
provedl ACF-3 Team

Try improving CFW parenting a little, new hooks

Aktualizace: 23. čvc. v 9.14
provedl ACF-3 Team

CFW_AfterParentedTo -> CFW_OnParentedTo

Aktualizace: 23. čvc. v 9.13
provedl ACF-3 Team

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

Aktualizace: 12. čvc. v 11.27
provedl ACF-3 Team

Try to fix a potential parenting error