KSP API
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Properties | List of all members
BaseActionList Class Reference

A BaseActionList is an object to manipulate actions. More...

Inheritance diagram for BaseActionList:

Public Member Functions

 BaseActionList (Part part, PartModule module)
 
bool Contains (KSPActionGroup group)
 
void OnLoad (ConfigNode node)
 
void OnSave (ConfigNode node)
 

Public Attributes

PartModule module
 The partModule this list of actions belongs to More...
 
Part part
 The Part this list of actions belongs to More...
 

Properties

BaseAction this[string name] [get]
 

Detailed Description

A BaseActionList is an object to manipulate actions.

Constructor & Destructor Documentation

BaseActionList.BaseActionList ( Part  part,
PartModule  module 
)

Member Function Documentation

bool BaseActionList.Contains ( KSPActionGroup  group)
void BaseActionList.OnLoad ( ConfigNode  node)
void BaseActionList.OnSave ( ConfigNode  node)

Member Data Documentation

PartModule BaseActionList.module

The partModule this list of actions belongs to

Part BaseActionList.part

The Part this list of actions belongs to

Property Documentation

BaseAction BaseActionList.this[string name]
get

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