Subscribe to game Messages: Revision history

From KSP 2 Modding Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2023

25 October 2023

24 October 2023

23 October 2023

27 July 2023

5 May 2023

3 May 2023

  • curprev 09:0709:07, 3 May 2023Falki talk contribs 934 bytes +113 Add page content Tag: Visual edit
  • curprev 09:0109:01, 3 May 2023Falki talk contribs 821 bytes +821 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..."