C# Class LegalityChecker.BaseEventPokemonTemplate

Inheritance: BasePokemonTemplate
Mostra file Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

Method 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 method

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
return System

IsMatch() public method

public IsMatch ( PokemonData data ) : bool
data PokemonData
return bool