> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/creatortype.md).

# CreatorType

## Overview

CreatorType is an Enum that defines the creator type of a world. It distinguishes whether a world was created by an individual user or a group.

## Items

| Name  | Value | Description                            |
| ----- | ----- | -------------------------------------- |
| User  | 0     | A world created by an individual user. |
| Group | 1     | A world created by a group.            |
