C# Class LegalityChecker.Dynamic4GEventPokemonTemplate

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

Méthodes publiques

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

Method Details

Dynamic4GEventPokemonTemplate() public méthode

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

IsMatch() public méthode

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