diff --git a/fgd/bases/BaseEntityAnimating.fgd b/fgd/bases/BaseEntityAnimating.fgd index aec3785c..2c94a3e7 100644 --- a/fgd/bases/BaseEntityAnimating.fgd +++ b/fgd/bases/BaseEntityAnimating.fgd @@ -84,6 +84,8 @@ // Inputs input Skin(integer) : "Changes the model skin to the specified number." input SetBodyGroup(integer) : "Change the model's bodygroup to the specified index number." + // 2013 only + input SetModelScale[until_L4D](float) : "Set the scale of the entity's model." input Ignite(void) : "Makes the entity catch on fire indefinitely." input IgniteLifetime(float) : "Makes the entity catch on fire for a given amount of time."