Trap_rocketturret commands
 
Specific commands for the trap_rocketturret entity. The trap_rocketturret entity is a subclass of turret entities, it also responds to all turret commands and many sentient and entity commands (gameX86 source code reference: rocket_turret.cpp).

Specific entity commands are colored in brown in my custom SinScript syntax coloring wordfile for UltraEdit32.


rocketrate
 
Function
 
This sets the rocket turret's rate of fire. The time argument is the number of seconds between each rocket. So the higher the value, the lower the firing rate will be. The default rate is 8.

Syntax
 
$<rocketturret_name> rocketrate <time>

Notes & examples
 
For more info, refer to the entity docs on trap_rocketturret.


rocketspeed  
 
Function
 
This sets the speed of the rockets launched by the rocket turret. The default speed is 300.

Syntax
 
$<rocketturret_name> rocketspeed <value>

Notes & examples
 
For more info, refer to the entity docs on trap_rocketturret.