Contrls the speed of the 3D animation
for more details see STATE_3D_sequence_set_speed()
The same as STATE_3D_sequence_set_speed() just that the speed is set for all the sequences of the animation
it is the same as:
FOREACH_SEQUENCE(seq) {
STATE_3D_sequence_set_speed(seq, speed);
}