adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src time_event.h,1.4,1.5


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src time_event.h,1.4,1.5
Date: Tue, 20 Aug 2002 05:25:22 -0400

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv27293/src

Modified Files:
        time_event.h 
Log Message:
UPDATED event system documentation


Index: time_event.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/time_event.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** time_event.h        18 Aug 2002 19:53:17 -0000      1.4
--- time_event.h        20 Aug 2002 09:25:20 -0000      1.5
***************
*** 29,36 ****
  
  /**
!  * The time %event executes the attached python script at a certain point in
!  * %game-time. This point can be specified relative to the current %gametime,
!  * or absolute. Further, an interval can be given that determines when the
!  * event will be repeated.
   */
  class time_event : public event
--- 29,37 ----
  
  /**
!  * The time %event executes the attached script or callback at a certain 
!  * point in %game-time. This point can either be relative to the current
!  * time, or absolute in time. In any case, this point should be in the
!  * future. Time %event with an alarm time in the past will be triggered
!  * at once.
   */
  class time_event : public event





reply via email to

[Prev in Thread] Current Thread [Next in Thread]