code/__DEFINES/client.dm 
IS_CLIENT_OR_MOCK | Use NONE for continue interaction Checks if the given target is either a client or a mock client |
---|---|
VALIDATE_CLIENT_INITIALIZATION | Checks to see if a /client has fully gone through New() as a safeguard against certain operations. Should return the boolean value of the fully_created var, which should be TRUE if New() has finished running. FALSE otherwise. |
IS_FAKE_KEY | Aghosting AND APPERANTLY STEALTHMINNING sets your ckey/key == "@[old_key]" because it hates me. this detects that |
Define Details
IS_CLIENT_OR_MOCK 
Use NONE for continue interaction Checks if the given target is either a client or a mock client
IS_FAKE_KEY 
Aghosting AND APPERANTLY STEALTHMINNING sets your ckey/key == "@[old_key]" because it hates me. this detects that
VALIDATE_CLIENT_INITIALIZATION 
Checks to see if a /client has fully gone through New() as a safeguard against certain operations. Should return the boolean value of the fully_created var, which should be TRUE if New() has finished running. FALSE otherwise.