Add/RemoveSolidFlags

This commit is contained in:
Blixibon 2019-12-17 13:46:57 -06:00
parent 012c684ac5
commit 0473deb762

View File

@ -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."