Difference between revisions of "VESSEL2::clbkAnimate"
Jump to navigation
Jump to search
(Added category.) |
|||
Line 10: | Line 10: | ||
{{VESSEL2}} | {{VESSEL2}} | ||
+ | |||
+ | [[Category: Articles]] |
Latest revision as of 12:06, 16 October 2022
Callback function, which gets used by Addons for implementing complex animations. It gets called by Orbiter if the vessel has registered animations, using the function RegisterAnimation, and the vessels visual is within visible range.
Declaration[edit]
virtual void clbkAnimate (double simt);
- simt
- The simulation time in seconds since start of the simulation.