vector 
Vars | |
| mpx | Calculated x movement amounts to prevent having to do trig every step. |
|---|---|
| mpy | Calculated y movement amounts to prevent having to do trig every step. |
| speed | Pixels per iteration |
Procs | |
| set_angle | Calculations use "byond angle" where north is 0 instead of 90, and south is 180 instead of 270. |
| set_location | Same effect as initiliaze_location, but without setting the starting_x/y/z |
Var Details
mpx 
Calculated x movement amounts to prevent having to do trig every step.
mpy 
Calculated y movement amounts to prevent having to do trig every step.
speed 
Pixels per iteration
Proc Details
set_angle
Calculations use "byond angle" where north is 0 instead of 90, and south is 180 instead of 270.
set_location
Same effect as initiliaze_location, but without setting the starting_x/y/z