/datum/movable_preview/character/multiclient 
A shared character preview between multiple clients. Again, use winset() to position the control.
You need to call the special client procs to manage subscribers in addition to the winset.
Procs | |
| add_client | Adds a subscribed client |
|---|---|
| remove_all_clients | Removes all subscribers |
| remove_client | Removes a subscribed client |
Proc Details
add_client
Adds a subscribed client
remove_all_clients
Removes all subscribers
remove_client
Removes a subscribed client