Files
CHOMPStation2/code/__defines/client.dm
CHOMPStation2StaffMirrorBot 0fc7bb29d1 [MIRROR] browse to browser part 1 (#11017)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-06-06 16:18:23 +02:00

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))