KSP API
|
Two potentially different object types; the From/To object (B) returns two values, generally the old and new. More...
Public Member Functions | |
HostedFromToAction (A host, B from, B to) | |
Public Attributes | |
B | from |
A | host |
B | to |
Two potentially different object types; the From/To object (B) returns two values, generally the old and new.
See onVesselSOIChanged for an example
A | Host object |
B | From/To Object |
GameEvents.HostedFromToAction< A, B >.HostedFromToAction | ( | A | host, |
B | from, | ||
B | to | ||
) |
B GameEvents.HostedFromToAction< A, B >.from |
A GameEvents.HostedFromToAction< A, B >.host |
B GameEvents.HostedFromToAction< A, B >.to |