Search Results for

    Show / Hide Table of Contents

    Interface ISpawnableAsMiniBoss

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public interface ISpawnableAsMiniBoss

    Methods

    GiveGenericMiniBossBonus(Entity, float)

    Declaration
    public static void GiveGenericMiniBossBonus(Entity entity, float postDelayMultiplier = 0.5)
    Parameters
    Type Name Description
    Entity entity
    float postDelayMultiplier

    OnBeforeSpawnAsMiniBoss()

    Called on server before being spawned as an elite.

    Declaration
    void OnBeforeSpawnAsMiniBoss()

    OnCreateAsMiniBoss()

    Called everywhere after being spawned as an elite.

    Declaration
    void OnCreateAsMiniBoss()
    In This Article
    Back to top Shape of Dreams API Documentation