Garry's Mod

Garry's Mod

Contraption Framework
目前顯示第 1-10 項,共 32 項
< 1  2  3  4 >
更新:10 月 27 日 @ 下午 6: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.

更新:8 月 14 日 @ 下午 7:58
ACF-3 Team 發表

Update contraption_sv.lua

更新:8 月 14 日 @ 下午 7:58
ACF-3 Team 發表

Add ContainsClass

更新:8 月 14 日 @ 下午 7: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...

更新:8 月 14 日 @ 下午 7:41
ACF-3 Team 發表

Fix function

更新:7 月 23 日 @ 上午 9:41
ACF-3 Team 發表

Didn't check for PreParented here

更新:7 月 23 日 @ 上午 9:33
ACF-3 Team 發表

Try improving CFW parenting a little, new hooks

更新:7 月 23 日 @ 上午 9:14
ACF-3 Team 發表

CFW_AfterParentedTo -> CFW_OnParentedTo

更新:7 月 23 日 @ 上午 9:13
ACF-3 Team 發表

CFW rename: CFW_OnParentedTo -> CFW_PreParentedTo

更新:7 月 12 日 @ 上午 11:27
ACF-3 Team 發表

Try to fix a potential parenting error