mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
3 lines
188 B
Plaintext
3 lines
188 B
Plaintext
/// Checks if the given target is either a client or a mock client, for now removed: || istype(target, /datum/client_interface)
|
|
#define IS_CLIENT_OR_MOCK(target) (istype(target, /client))
|