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

    Type Alias VFX

    The VFX 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_ANY.SOME_VFX, ...args) as mod.VFX.

    type VFX = {
        _opaque: typeof VFXSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof VFXSymbol