IPartModuleOnAwake Method |
Initializes a new instance of the module on the part.
Namespace:
KSPDev.KSPInterfaces
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
Remarks
Called on a newly created part. Note, that this method is a bad place to interact with the
other modules on the part since module initialization order is not defined.
See more details on the calling sequence in IPartModule.
See Also