/tg/ Station 13 - Modules - TypesVar Details - Proc Details

pixel_shift

Vars

is_shiftedWhether the mob is pixel shifted or not
maximum_pixel_shiftThe maximum amount of pixels allowed to move in the turf.
passable_shift_thresholdThe amount of pixel shift required to make the parent passthroughable.
passthroughableTakes the four cardinal direction defines. Any atoms moving into this atom's tile will be allowed to from the added directions.
pixel_shift_xCurrent x offset
pixel_shift_yCurrent y offset
shiftingIf we are in the shifting setting.

Procs

check_passableChecks if the parent is considered passthroughable from a direction. Projectiles will ignore the check and hit.
pixel_shiftIn-turf pixel movement which can allow things to pass through if the threshold is met.
pixel_shift_downActivates Pixel Shift on Keybind down. Only Pixel Shift movement will be allowed.
pixel_shift_upDisables Pixel Shift on Keybind up. Allows to Move.
pre_move_checkOverrides Move to Pixel Shift.
unpixel_shiftSets parent pixel offsets to default and deletes the component.

Var Details

is_shifted

Whether the mob is pixel shifted or not

maximum_pixel_shift

The maximum amount of pixels allowed to move in the turf.

passable_shift_threshold

The amount of pixel shift required to make the parent passthroughable.

passthroughable

Takes the four cardinal direction defines. Any atoms moving into this atom's tile will be allowed to from the added directions.

pixel_shift_x

Current x offset

pixel_shift_y

Current y offset

shifting

If we are in the shifting setting.

Proc Details

check_passable

Checks if the parent is considered passthroughable from a direction. Projectiles will ignore the check and hit.

pixel_shift

In-turf pixel movement which can allow things to pass through if the threshold is met.

pixel_shift_down

Activates Pixel Shift on Keybind down. Only Pixel Shift movement will be allowed.

pixel_shift_up

Disables Pixel Shift on Keybind up. Allows to Move.

pre_move_check

Overrides Move to Pixel Shift.

unpixel_shift

Sets parent pixel offsets to default and deletes the component.