# `GameServer.Quests.Objective`
[🔗](https://github.com/appsinacup/game_server/blob/v1.0.26/lib/game_server/quests/objective.ex#L1)

Quest objective struct from GameServer.

This is a stub module for SDK type definitions. The actual struct
is provided by GameServer at runtime.

## Fields

- `event` - Event name the objective counts (string)
- `target` - Occurrences required to complete (integer, default 1)
- `params` - Optional match constraints on the event meta (map)

# `t`

```elixir
@type t() :: %GameServer.Quests.Objective{
  event: String.t(),
  params: map(),
  target: pos_integer()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
