From 78c8e17dcfb45d4e860fdb7484b39a422fd976ee Mon Sep 17 00:00:00 2001 From: Kelsey Date: Fri, 26 Jan 2024 23:14:03 -0800 Subject: [PATCH] Add missing 2013 SetModelScale input --- fgd/bases/BaseEntityAnimating.fgd | 2 ++ 1 file changed, 2 insertions(+) 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."