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

Public Member Functions

 Timer ()
 
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

FBClient.Network.Timer.Timer ( )

Definition at line 20 of file Timer.cs.

Member Function Documentation

bool FBClient.Network.Timer.Each ( int  time)

Definition at line 57 of file Timer.cs.

void FBClient.Network.Timer.Reset ( )

Definition at line 43 of file Timer.cs.

void FBClient.Network.Timer.Start ( )

Definition at line 25 of file Timer.cs.

void FBClient.Network.Timer.Stop ( )

Definition at line 34 of file Timer.cs.

Property Documentation

long FBClient.Network.Timer.ElapsedMilliseconds
get

Definition at line 53 of file Timer.cs.

bool FBClient.Network.Timer.IsStarted
get

Definition at line 16 of file Timer.cs.


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