Class Events
- Namespace
- VAMP
- Assembly
- VAMP.dll
public class Events
- Inheritance
-
Events
- Inherited Members
Fields
OnCoreLoaded
Triggered once the server has loaded and VAMP.Core has initialized.
public static Action OnCoreLoaded
Field Value
OnServerWiped
Triggered when the server has been wiped.
This event indicates that server data has been cleared and provides information about the wipe status.
If the boolean parameter is true, files in the _WipeData
folder were automatically deleted by VAMP.
This event is always invoked before OnCoreLoaded.
public static Action<bool> OnServerWiped