Takaro - v0.4.9
    Preparing search index...

    Interface PlayerOnGameserverOutputWithRolesDTO

    PlayerOnGameserverOutputWithRolesDTO

    interface PlayerOnGameserverOutputWithRolesDTO {
        createdAt: string;
        currency: number;
        dimension?: string;
        gameId: string;
        gameServerId: string;
        id: string;
        inventory: IItemDTO[];
        ip?: string;
        lastSeen: string;
        online: boolean;
        ping?: number;
        playerId: string;
        playtimeSeconds: number;
        positionX?: number;
        positionY?: number;
        positionZ?: number;
        roles: PlayerRoleAssignmentOutputDTO[];
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    PlayerOnGameserverOutputWithRolesDTO

    currency: number

    PlayerOnGameserverOutputWithRolesDTO

    dimension?: string

    PlayerOnGameserverOutputWithRolesDTO

    gameId: string

    PlayerOnGameserverOutputWithRolesDTO

    gameServerId: string

    PlayerOnGameserverOutputWithRolesDTO

    id: string

    PlayerOnGameserverOutputWithRolesDTO

    inventory: IItemDTO[]

    PlayerOnGameserverOutputWithRolesDTO

    ip?: string

    PlayerOnGameserverOutputWithRolesDTO

    lastSeen: string

    PlayerOnGameserverOutputWithRolesDTO

    online: boolean

    PlayerOnGameserverOutputWithRolesDTO

    ping?: number

    PlayerOnGameserverOutputWithRolesDTO

    playerId: string

    PlayerOnGameserverOutputWithRolesDTO

    playtimeSeconds: number

    PlayerOnGameserverOutputWithRolesDTO

    positionX?: number

    PlayerOnGameserverOutputWithRolesDTO

    positionY?: number

    PlayerOnGameserverOutputWithRolesDTO

    positionZ?: number

    PlayerOnGameserverOutputWithRolesDTO

    PlayerOnGameserverOutputWithRolesDTO

    updatedAt: string

    PlayerOnGameserverOutputWithRolesDTO