Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.31
    Preparing search index...

    Interface GameEntity

    Generic game entity with positioning and visibility.

    Extends KoreanEntity with spatial and state properties.

    게임개체

    interface GameEntity {
        active?: boolean;
        description?: KoreanText;
        id: string;
        name: KoreanText;
        position?: Position;
        size?: Size;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active?: boolean

    Whether entity is active

    description?: KoreanText

    Optional bilingual description

    id: string

    Unique identifier

    Bilingual name

    position?: Position

    Position in game world

    size?: Size

    Size dimensions

    visible?: boolean

    Whether entity is visible