Shiptest 13 - Modules - TypesDefine Details

code/__HELPERS/mobs.dm

/proc/do_mob Timed action involving two mobs, the user and the target.
/proc/do_after Timed action involving one mob user. Target is optional.
/proc/do_after_mob Timed action involving at least one mob user and a list of targets.
/proc/active_free_borgs Silicon Mob Procs
GET_CLIENTGets the client of the mob, allowing for mocking of the client. You only need to use this if you know you're going to be mocking clients somewhere else.

Define Details

GET_CLIENT

Gets the client of the mob, allowing for mocking of the client. You only need to use this if you know you're going to be mocking clients somewhere else.