TimeEvent Struct Reference
[System Services]

Inherits Event.

Inherited by TimeEventImpl.

List of all members.

Public Methods

virtual bool initialize (Float elapsedTime)=0
virtual Float getElapsed () const=0
virtual void setElapsed (Float elapsedTime)=0


Detailed Description

Time events are sent whenever the system event queue is empty.


Member Function Documentation

virtual Float TimeEvent::getElapsed   const [pure virtual]
 

Retrieve the elapsed time, in seconds, since the last TimeEvent.

Scripted as:
[r/w float] elapsed

virtual bool TimeEvent::initialize Float    elapsedTime [pure virtual]
 

Initialize a new event.

Scripted as:
bool initialize(float)

virtual void TimeEvent::setElapsed Float    elapsedTime [pure virtual]
 

Set the elapsed time.

Scripted as:
[r/w float] elapsed


The documentation for this struct was generated from the following file:


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen