Search Results for

    Show / Hide Table of Contents

    Class Map

    Map related events.

    Inheritance
    System.Object
    Map
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.Handlers
    Assembly: Exiled.Events.dll
    Syntax
    public static class Map

    Properties

    | Improve this Doc View Source

    AnnouncingDecontamination

    Invoked before announcing the light containment zone decontamination.

    Declaration
    public static Event<AnnouncingDecontaminationEventArgs> AnnouncingDecontamination { get; set; }
    Property Value
    Type Description
    Event<AnnouncingDecontaminationEventArgs>
    | Improve this Doc View Source

    AnnouncingNtfEntrance

    Invoked before announcing the NTF entrance.

    Declaration
    public static Event<AnnouncingNtfEntranceEventArgs> AnnouncingNtfEntrance { get; set; }
    Property Value
    Type Description
    Event<AnnouncingNtfEntranceEventArgs>
    | Improve this Doc View Source

    AnnouncingScpTermination

    Invoked before announcing an SCP termination.

    Declaration
    public static Event<AnnouncingScpTerminationEventArgs> AnnouncingScpTermination { get; set; }
    Property Value
    Type Description
    Event<AnnouncingScpTerminationEventArgs>
    | Improve this Doc View Source

    ChangedIntoGrenade

    Invoked after the server changes a pickup into a grenade, when triggered by an explosion.

    Declaration
    public static Event<ChangedIntoGrenadeEventArgs> ChangedIntoGrenade { get; set; }
    Property Value
    Type Description
    Event<ChangedIntoGrenadeEventArgs>
    | Improve this Doc View Source

    ChangingIntoGrenade

    Invoked before the server changes a pickup into a grenade, when triggered by an explosion.

    Declaration
    public static Event<ChangingIntoGrenadeEventArgs> ChangingIntoGrenade { get; set; }
    Property Value
    Type Description
    Event<ChangingIntoGrenadeEventArgs>
    | Improve this Doc View Source

    Decontaminating

    Invoked before decontaminating the light containment zone.

    Declaration
    public static Event<DecontaminatingEventArgs> Decontaminating { get; set; }
    Property Value
    Type Description
    Event<DecontaminatingEventArgs>
    | Improve this Doc View Source

    ExplodingGrenade

    Invoked before a grenade explodes.

    Declaration
    public static Event<ExplodingGrenadeEventArgs> ExplodingGrenade { get; set; }
    Property Value
    Type Description
    Event<ExplodingGrenadeEventArgs>
    | Improve this Doc View Source

    FillingLocker

    Invoked before an item is spawned in locker.

    Declaration
    public static Event<FillingLockerEventArgs> FillingLocker { get; set; }
    Property Value
    Type Description
    Event<FillingLockerEventArgs>
    | Improve this Doc View Source

    Generated

    Invoked after the map is generated.

    Declaration
    public static Event Generated { get; set; }
    Property Value
    Type Description
    Event
    | Improve this Doc View Source

    GeneratorActivating

    Invoked before a MapGeneration.Distributors.Scp079Generator has been activated.

    Declaration
    public static Event<GeneratorActivatingEventArgs> GeneratorActivating { get; set; }
    Property Value
    Type Description
    Event<GeneratorActivatingEventArgs>
    | Improve this Doc View Source

    PickupAdded

    Invoked after an pickup is spawned.

    Declaration
    public static Event<PickupAddedEventArgs> PickupAdded { get; set; }
    Property Value
    Type Description
    Event<PickupAddedEventArgs>
    | Improve this Doc View Source

    PickupDestroyed

    Invoked after an pickup is destroyed.

    Declaration
    public static Event<PickupDestroyedEventArgs> PickupDestroyed { get; set; }
    Property Value
    Type Description
    Event<PickupDestroyedEventArgs>
    | Improve this Doc View Source

    PlacingBlood

    Invoked before placing blood.

    Declaration
    public static Event<PlacingBloodEventArgs> PlacingBlood { get; set; }
    Property Value
    Type Description
    Event<PlacingBloodEventArgs>
    | Improve this Doc View Source

    PlacingBulletHole

    Invoked before placing bullet holes.

    Declaration
    public static Event<PlacingBulletHoleEventArgs> PlacingBulletHole { get; set; }
    Property Value
    Type Description
    Event<PlacingBulletHoleEventArgs>
    | Improve this Doc View Source

    SpawningItem

    Invoked before an item is spawned.

    Declaration
    public static Event<SpawningItemEventArgs> SpawningItem { get; set; }
    Property Value
    Type Description
    Event<SpawningItemEventArgs>
    | Improve this Doc View Source

    SpawningTeamVehicle

    Invoked before a team vehicle is spawned.

    Declaration
    public static Event<SpawningTeamVehicleEventArgs> SpawningTeamVehicle { get; set; }
    Property Value
    Type Description
    Event<SpawningTeamVehicleEventArgs>
    | Improve this Doc View Source

    TurningOffLights

    Invoked before turning off lights.

    Declaration
    public static Event<TurningOffLightsEventArgs> TurningOffLights { get; set; }
    Property Value
    Type Description
    Event<TurningOffLightsEventArgs>

    Methods

    | Improve this Doc View Source

    OnAnnouncingDecontamination(AnnouncingDecontaminationEventArgs)

    Called before announcing the light containment zone decontamination.

    Declaration
    public static void OnAnnouncingDecontamination(AnnouncingDecontaminationEventArgs ev)
    Parameters
    Type Name Description
    AnnouncingDecontaminationEventArgs ev

    The AnnouncingDecontaminationEventArgs instance.

    | Improve this Doc View Source

    OnAnnouncingNtfEntrance(AnnouncingNtfEntranceEventArgs)

    Called before announcing the NTF entrance.

    Declaration
    public static void OnAnnouncingNtfEntrance(AnnouncingNtfEntranceEventArgs ev)
    Parameters
    Type Name Description
    AnnouncingNtfEntranceEventArgs ev

    The AnnouncingNtfEntranceEventArgs instance.

    | Improve this Doc View Source

    OnAnnouncingScpTermination(AnnouncingScpTerminationEventArgs)

    Called before announcing an SCP termination.

    Declaration
    public static void OnAnnouncingScpTermination(AnnouncingScpTerminationEventArgs ev)
    Parameters
    Type Name Description
    AnnouncingScpTerminationEventArgs ev

    The AnnouncingScpTerminationEventArgs instance.

    | Improve this Doc View Source

    OnChangedIntoGrenade(ChangedIntoGrenadeEventArgs)

    Called after the server changes a Pickup into a live Grenade when hit by an explosion.

    Declaration
    public static void OnChangedIntoGrenade(ChangedIntoGrenadeEventArgs ev)
    Parameters
    Type Name Description
    ChangedIntoGrenadeEventArgs ev

    The ChangingIntoGrenadeEventArgs instance.

    | Improve this Doc View Source

    OnChangingIntoGrenade(ChangingIntoGrenadeEventArgs)

    Called before the server changes a Pickup into a live Grenade when hit by an explosion.

    Declaration
    public static void OnChangingIntoGrenade(ChangingIntoGrenadeEventArgs ev)
    Parameters
    Type Name Description
    ChangingIntoGrenadeEventArgs ev

    The ChangingIntoGrenadeEventArgs instance.

    | Improve this Doc View Source

    OnDecontaminating(DecontaminatingEventArgs)

    Called before decontaminating the light containment zone.

    Declaration
    public static void OnDecontaminating(DecontaminatingEventArgs ev)
    Parameters
    Type Name Description
    DecontaminatingEventArgs ev

    The DecontaminatingEventArgs instance.

    | Improve this Doc View Source

    OnExplodingGrenade(ExplodingGrenadeEventArgs)

    Called before a grenade explodes.

    Declaration
    public static void OnExplodingGrenade(ExplodingGrenadeEventArgs ev)
    Parameters
    Type Name Description
    ExplodingGrenadeEventArgs ev

    The ExplodingGrenadeEventArgs instance.

    | Improve this Doc View Source

    OnFillingLocker(FillingLockerEventArgs)

    Called before an item is spawned in locker.

    Declaration
    public static void OnFillingLocker(FillingLockerEventArgs ev)
    Parameters
    Type Name Description
    FillingLockerEventArgs ev

    The SpawningItemEventArgs instance.

    | Improve this Doc View Source

    OnGenerated()

    Called after the map is generated.

    Declaration
    public static void OnGenerated()
    | Improve this Doc View Source

    OnGeneratorActivating(GeneratorActivatingEventArgs)

    Called before a MapGeneration.Distributors.Scp079Generator has been activated.

    Declaration
    public static void OnGeneratorActivating(GeneratorActivatingEventArgs ev)
    Parameters
    Type Name Description
    GeneratorActivatingEventArgs ev

    The GeneratorActivatingEventArgs instance.

    | Improve this Doc View Source

    OnPickupAdded(PickupAddedEventArgs)

    Called after an pickup is spawned.

    Declaration
    public static void OnPickupAdded(PickupAddedEventArgs ev)
    Parameters
    Type Name Description
    PickupAddedEventArgs ev

    The PickupAddedEventArgs instance.

    | Improve this Doc View Source

    OnPickupDestroyed(PickupDestroyedEventArgs)

    Called after an pickup is destroyed.

    Declaration
    public static void OnPickupDestroyed(PickupDestroyedEventArgs ev)
    Parameters
    Type Name Description
    PickupDestroyedEventArgs ev

    The PickupDestroyedEventArgs instance.

    | Improve this Doc View Source

    OnPlacingBlood(PlacingBloodEventArgs)

    Called before placing bloods.

    Declaration
    public static void OnPlacingBlood(PlacingBloodEventArgs ev)
    Parameters
    Type Name Description
    PlacingBloodEventArgs ev

    The PlacingBloodEventArgs instance.

    | Improve this Doc View Source

    OnPlacingBulletHole(PlacingBulletHoleEventArgs)

    Called before placing a decal.

    Declaration
    public static void OnPlacingBulletHole(PlacingBulletHoleEventArgs ev)
    Parameters
    Type Name Description
    PlacingBulletHoleEventArgs ev

    The PlacingBulletHoleEventArgs instance.

    | Improve this Doc View Source

    OnSpawningItem(SpawningItemEventArgs)

    Called before an item is spawned.

    Declaration
    public static void OnSpawningItem(SpawningItemEventArgs ev)
    Parameters
    Type Name Description
    SpawningItemEventArgs ev

    The SpawningItemEventArgs instance.

    | Improve this Doc View Source

    OnSpawningTeamVehicle(SpawningTeamVehicleEventArgs)

    Invoked before a team vehicle is spawned.

    Declaration
    public static void OnSpawningTeamVehicle(SpawningTeamVehicleEventArgs ev)
    Parameters
    Type Name Description
    SpawningTeamVehicleEventArgs ev

    The SpawningTeamVehicleEventArgs instance.

    | Improve this Doc View Source

    OnTurningOffLights(TurningOffLightsEventArgs)

    Called before turning off lights.

    Declaration
    public static void OnTurningOffLights(TurningOffLightsEventArgs ev)
    Parameters
    Type Name Description
    TurningOffLightsEventArgs ev

    The TurningOffLightsEventArgs instance.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX