File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / doc / mpd53.html
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Nov 1 09:56:12 2016 UTC (7 years, 8 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_8p7, v5_8p1_cross, v5_8p1, v5_8, HEAD
mpd 5.8

    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.8 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.8 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>