pixel_shift 
Vars | |
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. |
Procs | |
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. |
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.