C# Class LegalityChecker.Dynamic4GEventPokemonTemplate

Inheritance: BaseEventPokemonTemplate
Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

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

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

IsMatch() public method

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