From de4e7db1c74c80e94e7402a3768dc7b41af3933c Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 17 Dec 2019 10:40:06 -0600 Subject: [PATCH] Added parallax_obb to the "Cubemaps" visgroup, added "Touch" input to targetname base class --- base.fgd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base.fgd b/base.fgd index 401fdb4..a0861a9 100644 --- a/base.fgd +++ b/base.fgd @@ -17,6 +17,7 @@ "Cubemaps" [ "env_cubemap" + "parallax_obb" ] "Soundscapes" [ @@ -145,6 +146,7 @@ input SetThinkNull(void) : "Sets this entity's general think function to null. Behavior varies from entity to entity.." input Use(void) : "More or less replicates the player interacting with an entity. (+USE)" + input Touch(target_destination) : "Simulates this entity touching the specified entity." output OnKilled(void) : "Fires when this entity is removed with the 'Kill' input."