AbstractPartModuleOnStart Method |
Initializes module's state after all other modules have been created.
Namespace:
KSPDev.PartUtils
Assembly:
KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
Remarks
Note, that this is not the right place to start physics on the part. This callback is good to
acquire references to the the other modules on the part, and for establishing the internal
state of the module.
See Also