code/__DEFINES/visual_helpers.dm
SET_BASE_PIXEL | Use this to set the base and ACTUAL pixel offsets of an object at the same time You should always use this for pixel setting in typepaths, unless you want the map display to look different from in game |
---|---|
_SET_BASE_PIXEL_NO_OFFSET | Helper define, sets JUST base pixel offsets |
SET_BASE_PIXEL_NOMAP | Much like SET_BASE_PIXEL, except it will not effect pixel offsets in mapping programs |
Define Details
SET_BASE_PIXEL
Use this to set the base and ACTUAL pixel offsets of an object at the same time You should always use this for pixel setting in typepaths, unless you want the map display to look different from in game
SET_BASE_PIXEL_NOMAP
Much like SET_BASE_PIXEL, except it will not effect pixel offsets in mapping programs
_SET_BASE_PIXEL_NO_OFFSET
Helper define, sets JUST base pixel offsets