Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
IActivateOnDecouple Interface Reference

This will be called whenever part.decouple is called, with the node name as the node that is decoupling and weDecouple based on whether this interface is on the part decoupling, or on the parent of the part decoupling. More...

Inheritance diagram for IActivateOnDecouple:
ModuleJettison ModuleProceduralFairing ModuleStructuralNode

Public Member Functions

void DecoupleAction (string nodeName, bool weDecouple)
 

Detailed Description

This will be called whenever part.decouple is called, with the node name as the node that is decoupling and weDecouple based on whether this interface is on the part decoupling, or on the parent of the part decoupling.

Member Function Documentation

void IActivateOnDecouple.DecoupleAction ( string  nodeName,
bool  weDecouple 
)

The documentation for this interface was generated from the following file: