Свойство | Тип | Описание | |
---|---|---|---|
SnapshotMode | SnapshotMode |
Свойство | Тип | Описание | |
---|---|---|---|
AddPlayer | void | ||
GenCheck | void | ||
GetWeaponTblPrefix | string | ||
Log | void | ||
SmocCheck | void |
Метод | Описание | |
---|---|---|
ProcessData ( ) : void |
Processes the snapshot data, inserted and updating player data in the gamespy database
|
|
Snapshot ( string Snapshot, |
Initializes a new Snapshot, with the specified Date it was Posted
|
Метод | Описание | |
---|---|---|
AddPlayer ( Player Player ) : void |
Adds a player to the player list, and adds his scores to the global GameResult scores
|
|
GenCheck ( |
Checks the rank tenure, and assigns a new General
|
|
GetWeaponTblPrefix ( int WeaponId ) : string |
Since secondary weapons (such as knife and c4) use column prefix's in the database, we use this method to return it based on weapons ID
|
|
Log ( string Message, LogLevel Level ) : void |
Logs a message in the stats debug, based on provided level
|
|
SmocCheck ( |
Determines if a new player has has earned the new Smoc rank, and awards it
|
public Snapshot ( string Snapshot, |
||
Snapshot | string | The snapshot source |
ServerIp | ||
Результат | System |