Skip to content

Commit

Permalink
Add missing 2013 SetModelScale input
Browse files Browse the repository at this point in the history
  • Loading branch information
vrad-exe committed Jan 27, 2024
1 parent 9005897 commit 78c8e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fgd/bases/BaseEntityAnimating.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 78c8e17

Please sign in to comment.