/tg/ Station 13 - Modules - TypesProc Details

screen_object_holder

A helper instance that will handle adding objects from the client's screen to easily remove from later.

Procs

give_protected_screen_objectGives the screen object to the client, but does not qdel it when it's cleared, this is used for screen object instances you plan on giving to multiple mobs.
give_screen_objectGives the screen object to the client, qdel'ing it when it's cleared

Proc Details

give_protected_screen_object

Gives the screen object to the client, but does not qdel it when it's cleared, this is used for screen object instances you plan on giving to multiple mobs.

give_screen_object

Gives the screen object to the client, qdel'ing it when it's cleared