screen_object_holder ![code/_onclick/hud/screen_object_holder.dm 3](git.png)
A helper instance that will handle adding objects from the client's screen to easily remove from later.
Procs | |
give_protected_screen_object | Gives the screen object to the client, but does not qdel it when it's cleared |
---|---|
give_screen_object | Gives 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
give_screen_object
Gives the screen object to the client, qdel'ing it when it's cleared