Annotation of embedaddon/mpd/doc/mpd53.html, revision 1.1

1.1     ! misho       1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
        !             2: <HTML>
        !             3: <HEAD>
        !             4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
        !             5: <TITLE>Timer events</TITLE>
        !             6: </HEAD>
        !             7: <BODY text="#000000" bgcolor="#ffffff">
        !             8: 
        !             9: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            10:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
        !            11:  <b>:</b> <A HREF="mpd52.html"><EM>Events</EM></A>
        !            12:  <b>:</b> <EM>Timer events</EM><BR>
        !            13: <b>Previous:</b> <A HREF="mpd52.html"><EM>Events</EM></A><BR>
        !            14: <b>Next:</b> <A HREF="mpd54.html"><EM>Match events</EM></A>
        !            15: 
        !            16: 
        !            17: <HR NOSHADE>
        !            18:   <H2><A NAME="53"></A>6.2.1. Timer events</H2>
        !            19: <p>Timer events are created with the <code>timer</code> command.  The
        !            20: timer event occurs when the designated time has elapsed, starting
        !            21: from the time at which the <code>timer</code> statement was executed.
        !            22: Further execution continues starting with the target label
        !            23: specified by the <code>timer</code> command.</p>
        !            24: <p>Timer events (like all events) can only occur during the execution
        !            25: of a <code>wait</code> command.</p>
        !            26: 
        !            27:  <HR NOSHADE>
        !            28: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            29:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
        !            30:  <b>:</b> <A HREF="mpd52.html"><EM>Events</EM></A>
        !            31:  <b>:</b> <EM>Timer events</EM><BR>
        !            32: <b>Previous:</b> <A HREF="mpd52.html"><EM>Events</EM></A><BR>
        !            33: <b>Next:</b> <A HREF="mpd54.html"><EM>Match events</EM></A>
        !            34: 
        !            35: 
        !            36: 
        !            37: </BODY>
        !            38: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>