code/__DEFINES/client.dm ![code/__DEFINES/client.dm0](git.png)
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. |
Define Details
IS_CLIENT_OR_MOCK ![code/__DEFINES/client.dm 2](git.png)
Use NONE for continue interaction Checks if the given target is either a client or a mock client
VALIDATE_CLIENT_INITIALIZATION ![code/__DEFINES/client.dm 6](git.png)
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.