View Source Teiserver.Game.MatchSettingType (Teiserver v0.0.4)

MatchSettingType

Type information regarding match setting values

Attributes

  • :name - The name of the setting

Summary

Functions

Builds a changeset based on the struct and params.

Types

@type id() :: non_neg_integer()
@type t() :: %Teiserver.Game.MatchSettingType{
  __meta__: term(),
  id: id(),
  name: String.t()
}

Functions

Link to this function

changeset(struct, params \\ %{})

View Source
@spec changeset(map(), map()) :: Ecto.Changeset.t()

Builds a changeset based on the struct and params.