mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added new prop_dynamic input and KV from Alien Swarm SDK
This commit is contained in:
parent
7b88c2ce58
commit
30da5646c8
14
base.fgd
14
base.fgd
@ -7749,8 +7749,22 @@
|
|||||||
1: "Yes"
|
1: "Yes"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
HoldAnimation(choices) : "Hold Animation" : 0 : "If set, the prop will not loop its animation, but hold the last frame." =
|
||||||
|
[
|
||||||
|
0: "No"
|
||||||
|
1: "Yes"
|
||||||
|
]
|
||||||
|
|
||||||
|
updatechildren(choices) : "Update children" : 0 : "Update touches for any children that are attached to attachment points as this prop animates. "+
|
||||||
|
"This allows SetParentAttached triggers or func_brushes to touch properly." =
|
||||||
|
[
|
||||||
|
0: "No"
|
||||||
|
1: "Yes"
|
||||||
|
]
|
||||||
|
|
||||||
// Inputs
|
// Inputs
|
||||||
input SetAnimation(string) : "Forces the prop to play an animation. The parameter should be the name of the animation."
|
input SetAnimation(string) : "Forces the prop to play an animation. The parameter should be the name of the animation."
|
||||||
|
input SetAnimationNoReset(string) : "Force the prop to play an animation unless the prop is already playing the animation. The parameter should be the name of the animation."
|
||||||
input SetDefaultAnimation(string) : "Sets the Default Animation to the one specified in the parameter."
|
input SetDefaultAnimation(string) : "Sets the Default Animation to the one specified in the parameter."
|
||||||
input SetPlaybackRate(float) : "Sets the playback rate for the current animation."
|
input SetPlaybackRate(float) : "Sets the playback rate for the current animation."
|
||||||
input SetCycle(float) : "Sets the cycle the current animation."
|
input SetCycle(float) : "Sets the cycle the current animation."
|
||||||
|
Loading…
Reference in New Issue
Block a user