From 0473deb76216522d244adf651448a766252e0673 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 17 Dec 2019 13:46:57 -0600 Subject: [PATCH] Add/RemoveSolidFlags --- base.fgd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base.fgd b/base.fgd index c3dba98..dc5dc99 100644 --- a/base.fgd +++ b/base.fgd @@ -132,7 +132,10 @@ input SetLocalAngularVelocity(vector) : "Sets this entity's current angular velocity." input AddSpawnFlags(integer) : "Adds spawnflag(s) to this entity. Many spawnflags have their respective numbers suffixed in this FGD." - input RemoveSpawnFlags(integer) : "Removes spawnflag(s) to this entity. Many spawnflags have their respective numbers suffixed in this FGD." + input RemoveSpawnFlags(integer) : "Removes spawnflag(s) from this entity. Many spawnflags have their respective numbers suffixed in this FGD." + + input AddSolidFlags(integer) : "Adds solid flags to this entity." + input RemoveSolidFlags(integer) : "Removes solid flags from this entity." input SetHealth(integer) : "Sets this entity's health." input AddHealth(integer) : "Adds to this entity's health."