Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FBServer.Timer Class Reference

Public Member Functions

 Timer (bool start)
 
void Start ()
 
void Stop ()
 
void Reset ()
 
bool Each (int time)
 

Properties

bool IsStarted [get]
 
long ElapsedMilliseconds [get]
 

Detailed Description

Definition at line 9 of file Timer.cs.

Constructor & Destructor Documentation

FBServer.Timer.Timer ( bool  start)

Definition at line 20 of file Timer.cs.

Member Function Documentation

bool FBServer.Timer.Each ( int  time)

Definition at line 59 of file Timer.cs.

void FBServer.Timer.Reset ( )

Definition at line 45 of file Timer.cs.

void FBServer.Timer.Start ( )

Definition at line 27 of file Timer.cs.

void FBServer.Timer.Stop ( )

Definition at line 36 of file Timer.cs.

Property Documentation

long FBServer.Timer.ElapsedMilliseconds
get

Definition at line 55 of file Timer.cs.

bool FBServer.Timer.IsStarted
get

Definition at line 16 of file Timer.cs.


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