Property | Type | Description | |
---|---|---|---|
hash | byte[] | ||
name | string | ||
path | string | ||
signed | bool | ||
version | System.Version |
Method | Description | |
---|---|---|
Matches ( Terraria.ModLoader.IO.TmodFile mod ) : bool | ||
ModHeader ( string name, System.Version version, byte hash, bool signed ) : System | ||
ToString ( ) : string |
public Matches ( Terraria.ModLoader.IO.TmodFile mod ) : bool | ||
mod | Terraria.ModLoader.IO.TmodFile | |
return | bool |
public ModHeader ( string name, System.Version version, byte hash, bool signed ) : System | ||
name | string | |
version | System.Version | |
hash | byte | |
signed | bool | |
return | System |