C# Class LegalityChecker.BaseEventPokemonTemplate

Inheritance: BasePokemonTemplate
Afficher le fichier Open project: kamronbatman/Pokemon-Legality-Checker

Méthodes publiques

Méthode Description
BaseEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname ) : System
IsMatch ( PokemonData data ) : bool

Method Details

BaseEventPokemonTemplate() public méthode

public BaseEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname ) : System
hometown byte
natid ushort
minlevel byte
tid ushort
sid ushort
otfemale bool
otname PokeString
Résultat System

IsMatch() public méthode

public IsMatch ( PokemonData data ) : bool
data PokemonData
Résultat bool