Space Station 13 - Modules - TypesVar Details - Proc Details

vector

Vars

mpxCalculated x movement amounts to prevent having to do trig every step.
mpyCalculated y movement amounts to prevent having to do trig every step.
speedPixels per iteration

Procs

set_angleCalculations use "byond angle" where north is 0 instead of 90, and south is 180 instead of 270.
set_locationSame 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