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

    Type Alias VO

    The VO 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.SFX_VOModule_OneShot2D, ...args) as mod.VO.

    type VO = {
        _opaque: typeof VOSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof VOSymbol