C# Class LegalityChecker.Base4GEventPokemonTemplate

Inheritance: BaseEventPokemonTemplate
Exibir arquivo Open project: kamronbatman/Pokemon-Legality-Checker

Public Methods

Method Description
Base4GEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname, ushort location, System.DateTime startdate ) : System
IsMatch ( PokemonData data ) : bool

Method Details

Base4GEventPokemonTemplate() public method

public Base4GEventPokemonTemplate ( byte hometown, ushort natid, byte minlevel, ushort tid, ushort sid, bool otfemale, PokeString otname, ushort location, System.DateTime startdate ) : System
hometown byte
natid ushort
minlevel byte
tid ushort
sid ushort
otfemale bool
otname PokeString
location ushort
startdate System.DateTime
return System

IsMatch() public method

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