Swing  1.0
Classes | Public Member Functions | Public Attributes | Properties | List of all members
Swing.Replay Class Reference

Classes

class  Description
 
class  Fragment
 
class  Header
 

Public Member Functions

int CompareToTime (float time)
 
bool HasNext ()
 
bool MoveNext ()
 
void WriteFile (BinaryWriter bw)
 

Public Attributes

ReplayStorage storage
 

Properties

Guid id [get, set]
 
DateTime createdTime [get, set]
 
string fileName [get, set]
 
string version [get]
 
string gameVersion [get]
 
float startTime [get]
 
float endTime [get]
 
float runningTime [get]
 

Detailed Description

Replay class

It has fragments for data and header for attribute

Member Data Documentation

ReplayStorage Swing.Replay.storage

storage whether it saves local or server

Property Documentation

DateTime Swing.Replay.createdTime
getset

Created time

float Swing.Replay.endTime
get

End time of replay

string Swing.Replay.fileName
getset

filename to save it into storage

string Swing.Replay.gameVersion
get

game version

Guid Swing.Replay.id
getset

Unique replay id of server

float Swing.Replay.runningTime
get

Total time of replay

float Swing.Replay.startTime
get

Start Time of replay

string Swing.Replay.version
get

File format version


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