bf6-portal-mod-types
    Preparing search index...

    Type Alias Spawner

    The Spawner opaque type. Can only be compared with mod.Equals, or by retrieving its id with mod.GetObjId. Can be spawned at runtime with mod.SpawnObject(RuntimeSpawn_Common.AI_Spawner, ...args) as mod.Spawner.

    type Spawner = {
        _opaque: typeof SpawnerSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof SpawnerSymbol