Class Scp244
Scp244 related events.
public static class Scp244
- Inheritance
-
Scp244
- Inherited Members
Properties
DamagingScp244
Invoked before an Scp244 take damage.
public static Event<DamagingScp244EventArgs> DamagingScp244 { get; set; }
Property Value
OpeningScp244
Invoked before an Scp244 open because the angle was too low.
public static Event<OpeningScp244EventArgs> OpeningScp244 { get; set; }
Property Value
UsingScp244
Invoked before using an Item.
public static Event<UsingScp244EventArgs> UsingScp244 { get; set; }
Property Value
Methods
OnDamagingScp244(DamagingScp244EventArgs)
Called before an Scp244 take damage.
public static void OnDamagingScp244(DamagingScp244EventArgs ev)
Parameters
ev
DamagingScp244EventArgsThe DamagingScp244EventArgs instance.
OnOpeningScp244(OpeningScp244EventArgs)
Called before Scp244 open because the angle was too low.
public static void OnOpeningScp244(OpeningScp244EventArgs ev)
Parameters
ev
OpeningScp244EventArgsThe DamagingScp244EventArgs instance.
OnUsingScp244(UsingScp244EventArgs)
Called before using a usable item.
public static void OnUsingScp244(UsingScp244EventArgs ev)
Parameters
ev
UsingScp244EventArgsThe UsingScp244EventArgs instance.