| anim |
var |
smashing |
anim to play when triggered. |
| pose |
var |
models/misc/floor/floor_normal.md5anim |
anim to use to pose model when first spawned. pose_frame sets the frame. Model does not animate until triggered. |
| pose_frame |
var |
1 |
which frame to use when spawning with a static pose. |
| start_anim |
var |
|
anim to play when first spawned. anim will loop until triggered. |
| blend_in |
var |
0 |
how long to transition from the start_anim to the triggered anim. |
| wait |
var |
-1 |
how long to wait before auto activating. -1 means only activate when triggered. |
| cycle |
var |
1 |
how many times to play the animation after being triggered (use -1 for infinite). |
| remove |
var |
|
set to 1 to remove object when animation finishes. |
| target |
var |
|
all entities with a matching name will be used after anim plays. |
| hide |
var |
|
if 1, object remains hidden until triggered. doesn't work when 'start_anim' is set. |
| sound_bone |
var |
origin |
Bone to play sounds from. |