Vote for Our Mud on TMC!











help > hooks > post quit
---

Hook Name :         post_quit
Called From :       /obj/player/quit.h
Resolution Method : HOOK_VALUES

Sample Header :

int my_post_quit(string tag, object ob);

Arguments :

tag - "post_quit"
ob - The player that is about to quit.

Return Value : ignored

Description :

This hook is called right before a player logs out.  Any cleanup actions
which must be done before a player quits should use this hook.  The
return values of the post_quit hooks are all ignored and quit occurs
regardless of the return values or any errors in the post_quit hooks.

---

Last modified : May 04, 2002,  Nero