You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it seems that entities drawing target lines as per your changelog + what I could dig up seems to accept "target", "targetN" (where N is an int), and "killtarget" (ound that out by reading HL FGD)
Is it possible to adjust this at all or expose a blank "force acceptable" check here for custom games? Or perhaps another prefix?
Use case: in Godot one thing someone may need to do is reparent an entity to another entity. It's a bit awkward to hook into the same strict target name system.
Again - minor details. Not really impacting usage too much. I've just been setting up my game's entities a bit more formally.
Thanks, and as always, really appreciate the work ya do.
The text was updated successfully, but these errors were encountered:
https://github.com/Garux/netradiant-custom/blob/ac7b4d3cd408916534187304cfbbd41471350027/plugins/entity/namekeys.h#L130C4-L130C90
netradiant-custom/plugins/entity/entity.cpp
Line 132 in ac7b4d3
netradiant-custom/plugins/entity/targetable.h
Line 242 in ac7b4d3
So it seems that entities drawing target lines as per your changelog + what I could dig up seems to accept "target", "targetN" (where N is an int), and "killtarget" (ound that out by reading HL FGD)
Is it possible to adjust this at all or expose a blank "force acceptable" check here for custom games? Or perhaps another prefix?
Use case: in Godot one thing someone may need to do is reparent an entity to another entity. It's a bit awkward to hook into the same strict target name system.
Again - minor details. Not really impacting usage too much. I've just been setting up my game's entities a bit more formally.
Thanks, and as always, really appreciate the work ya do.
The text was updated successfully, but these errors were encountered: