Daycare
API documention for the Prototype Daycare.
Source code
Usage
var instance = new Daycare(args);
...
instance.method(args);
Index
Constructor
Variables
Getters & Setters
(get) canBreedType: boolUsage: var canBreed = d.canBreed;
(get) hasEggType: boolUsage: var hasEgg = d.hasEgg;
(get) pokemonCountType: intUsage: var pokemonCount = d.pokemonCount;Methods
callReturn: voidUsage: d.call();
cleanDataReturn: voidUsage: d.cleanData();
clearReturn: voidUsage: d.clear();
getGrownLevels
putPokemon
takeEgg
takePokemonReturn: Pokemon or undefinedArguments: int pokemonIndexUsage: var result = d.takePokemon(pokemonIndex);
Pokemon3D Script API Documentation
Articles