Cluster Creator Kit Script Reference
    Preparing search index...

    Interface OrganizationItem

    A readonly type that represents the player's organization information. Organization information is a feature granted only to certain users. This feature is offered only for paid users.

    interface Organization {
        displayName: string;
        role: OrganizationRole;
    }
    Index

    Properties

    Properties

    displayName: string

    Represents the name of the organization.

    Represents the role in the organization.