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