C# Class Terraria.IO.PlayerFileData

Inheritance: FileData
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
CreateAndSave ( Player player ) : PlayerFileData
GetPlayTime ( ) : System.TimeSpan
PausePlayTimer ( ) : void
PlayerFileData ( ) : System
PlayerFileData ( string path ) : System
SetAsActive ( ) : void
SetPlayTime ( System.TimeSpan time ) : void
StartPlayTimer ( ) : void
StopPlayTimer ( ) : void
UpdatePlayTimer ( ) : void

Method Details

CreateAndSave() public static méthode

public static CreateAndSave ( Player player ) : PlayerFileData
player Terraria.Player
Résultat PlayerFileData

GetPlayTime() public méthode

public GetPlayTime ( ) : System.TimeSpan
Résultat System.TimeSpan

PausePlayTimer() public méthode

public PausePlayTimer ( ) : void
Résultat void

PlayerFileData() public méthode

public PlayerFileData ( ) : System
Résultat System

PlayerFileData() public méthode

public PlayerFileData ( string path ) : System
path string
Résultat System

SetAsActive() public méthode

public SetAsActive ( ) : void
Résultat void

SetPlayTime() public méthode

public SetPlayTime ( System.TimeSpan time ) : void
time System.TimeSpan
Résultat void

StartPlayTimer() public méthode

public StartPlayTimer ( ) : void
Résultat void

StopPlayTimer() public méthode

public StopPlayTimer ( ) : void
Résultat void

UpdatePlayTimer() public méthode

public UpdatePlayTimer ( ) : void
Résultat void