KSP API
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
GameEvents.HostTargetAction< A, B > Struct Template Reference

Two objects of the same or different type; used generally in a manner similar to FromToAction. More...

Public Member Functions

 HostTargetAction (A host, B target)
 

Public Attributes

A host
 
B target
 

Detailed Description

Two objects of the same or different type; used generally in a manner similar to FromToAction.

See OnTechnologyResearched for an example

Template Parameters
AHost object
BTarget object

Constructor & Destructor Documentation

GameEvents.HostTargetAction< A, B >.HostTargetAction ( A  host,
B  target 
)

Member Data Documentation

A GameEvents.HostTargetAction< A, B >.host
B GameEvents.HostTargetAction< A, B >.target

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