RTSDK
    Preparing search index...

    Interface CreateNpcOptions

    interface CreateNpcOptions {
        replace?: boolean;
        showNameplate?: boolean;
        spawnEffect?: SpawnEffectConfig;
        stationary?: boolean;
    }
    Index

    Properties

    replace?: boolean
    showNameplate?: boolean
    spawnEffect?: SpawnEffectConfig
    stationary?: boolean