Méthode | Description | |
---|---|---|
ArchiveFull ( ) : void |
Archives EVERYTHING
|
|
ReadEntity ( |
||
WriteEntity ( IEntity entity ) : void | ||
WriteSpecificEntity ( |
Writes one entity to Current backup (not players)
|
Méthode | Description | |
---|---|---|
GetEntityFilename ( IEntity entity ) : string |
Gets the statically formatted filename for an entity
|
public ReadEntity ( |
||
file | ||
entityType | ||
Résultat | IEntity |
public WriteEntity ( IEntity entity ) : void | ||
entity | IEntity | |
Résultat | void |
public WriteSpecificEntity ( |
||
dir | Root directory to write to | |
entity | IEntity | The entity to write out |
Résultat | void |