C# Class WorldEditor.TableSerializer

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Méthode Description
Exists ( string name ) : bool
Load ( string name ) : byte[]
Save ( string name, byte bytes ) : void

Method Details

Exists() public static méthode

public static Exists ( string name ) : bool
name string
Résultat bool

Load() public static méthode

public static Load ( string name ) : byte[]
name string
Résultat byte[]

Save() public static méthode

public static Save ( string name, byte bytes ) : void
name string
bytes byte
Résultat void