pogodevorg/docs.pogodev.org

View on GitHub
_docs/api/messages/CatchPokemonLogEntry.md

Summary

Maintainability
Test Coverage
---
title: 'CatchPokemonLogEntry'
sort_title: 'catch_pokemon_log_entry'
category: API
excerpt: 'FIXME: Add a description'
---

[comment]: <> (THIS PART IS GENERATED - AKA DON'T EDIT THIS PART MANUALLY)

# CatchPokemonLogEntry

> {{ page.excerpt }}

## Attributes:

- 1: result ([Result](#result))
- 2: pokedex_number (int32)
- 3: combat_points (int32)
- 4: pokemon_id (fixed64)

## Enums:

### Result
- 0: UNSET
- 1: POKEMON_CAPTURED
- 2: POKEMON_FLED
- 3: POKEMON_HATCHED

## Referenced by:

- [ActionLogEntry](../ActionLogEntry/)

[comment]: <> (YOU CAN EDIT AFTER THIS)