Basically this library includes a proc that dissects the screen location of and object and alters its location to include your offsets without systematically knowing where it already is to provide the correct offset that you want.
This is an alternative to using pixel_x/y for on_screen objects which isn't compatible for client.screen.
ID:1493060
Feb 8 2014, 10:00 pm
|
|
I myself just store HUD elements inside of a list that need altering.
//#Example |
However, screen_loc is and in your notes, you have a misguiding comment where you said you are cheating BYOND's system but in reality you are just using screen_loc how BYOND intended it to be.
Overall: Pretty redundant but do as you please. :)