All public logs

Combined display of all available logs of KSP 2 Modding Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:01, 3 May 2023 Falki talk contribs created page Subscribe to game Messages (Created page with "Game triggers a bunch of Messages (events) you can subscribe to in your code in order to react to those messages. For instance 'VesselDeltaVCalculationMessage' for whenever the game is doing updates to any vessel deltav, or UIButtonClickedMessage for when the player clicks on any UI element. You could always do any check inside an Update() method of your plugin class, but using Messages is more efficient when you need to do checks on events that are not triggered very...")