MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | xhbeats [search pattern] |
| 3 | or |
| 4 | xhbeats (when writing to a pipe) |
| 5 | |
| 6 | DESCRIPTION |
| 7 | With no argument it shows all your objects which have a running heart |
| 8 | beat. With a regexp as argument, all matching objects will be printed. |
| 9 | When writing to a pipe, all hearbeats will be printed and a search |
| 10 | pattern is not allowed. |
| 11 | |
| 12 | EXAMPLES |
| 13 | xhbeats obj Show all objects which have a running heart beat at the |
| 14 | object names with the string "obj" in it. |
| 15 | xhbeats . Show all callouts. Please don't do this if it isn't |
| 16 | really neccessary. It just costs time - and what do you |
| 17 | want to do with this information? |
| 18 | |