VRChat.Model.InstanceContentSettings (vrchat v1.20.0)

View Source

Types of dynamic user content permitted in an instance

Summary

Types

t()

@type t() :: %VRChat.Model.InstanceContentSettings{
  drones: boolean() | nil,
  emoji: boolean() | nil,
  pedestals: boolean() | nil,
  prints: boolean() | nil,
  props: boolean() | nil,
  stickers: boolean() | nil
}

Functions

decode(value)