Gamend.Quests.Objective (gamend_sdk v1.0.1114)

Copy Markdown View Source

Quest objective struct from Gamend.

This is a stub module for SDK type definitions. The actual struct is provided by Gamend 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)

Summary

Types

t()

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