Shows events triggered by KSP2. This is a mod that helps modders mod.
How to use
- open the mod via app bar
- see which event is being triggered by a certain user or game action
- to subscribe to the event use the following code:
// Place somewhere inside of: public override void OnInitialized()
var messages = GameManager.Instance.Game.Messages;
messages.PersistentSubscribe<NameOfTheEventYouWantToSubscribeTo>(new Action<MessageCenterMessage>(this.YourMethodThatWillHandleTheEvent));
private void YourMethodThatWillHandleTheEvent(MessageCenterMessage obj)
{
// Do stuff
}
`
Raw stats are from the beginning of time until now. Each follower and download entry represents one hour of data. Uneventful hours are omitted.