Difference between revisions of "User:Glyph/sandbox"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<!-- Class tables autogenerated by Glyph's kerbal_wiki_pdoc program for KSP 1.04. Using syntax set up for the wiki by N3X15, format from DOCTOOLS (I'm not clear if DOCTOOLS is the script used to generate N3X15's old version of these tables, or some mediawiki thing). -->
 
<!-- Class tables autogenerated by Glyph's kerbal_wiki_pdoc program for KSP 1.04. Using syntax set up for the wiki by N3X15, format from DOCTOOLS (I'm not clear if DOCTOOLS is the script used to generate N3X15's old version of these tables, or some mediawiki thing). -->
{{Class
 
  |inherits={{Type|MonoBehaviour}}
 
  |implements=<ul></ul>
 
  |name=PartModule
 
  |summary=
 
}}
 
  
 
{{PropertiesStart}}
 
{{PropertiesStart}}
 
{{Property
 
{{Property
   |type=BaseActionList
+
   |type=BaseActio>nList
 
   |name=Actions
 
   |name=Actions
 
   |desc=?
 
   |desc=?
Line 18: Line 12:
 
   |type=int
 
   |type=int
 
   |name=ClassID
 
   |name=ClassID
  |desc=?
 
  |hasget=1
 
  |hasset=
 
}}
 
{{Property
 
  |type=string
 
  |name=ClassName
 
  |desc=?
 
  |hasget=1
 
  |hasset=
 
}}
 
{{Property
 
  |type=BaseEventList
 
  |name=Events
 
  |desc=?
 
  |hasget=1
 
  |hasset=
 
}}
 
{{Property
 
  |type=BaseFieldList
 
  |name=Fields
 
  |desc=?
 
  |hasget=1
 
  |hasset=
 
}}
 
{{Property
 
  |type=string
 
  |name=GUIName
 
  |desc=?
 
  |hasget=1
 
  |hasset=
 
}}
 
{{Property
 
  |type=Part
 
  |name=part
 
  |desc=?
 
  |hasget=1
 
  |hasset=1
 
}}
 
{{Property
 
  |type=Vessel
 
  |name=vessel
 
 
   |desc=?
 
   |desc=?
 
   |hasget=1
 
   |hasget=1
Line 65: Line 17:
 
}}
 
}}
 
{{PropertiesEnd}}
 
{{PropertiesEnd}}
 
{{FieldsStart}}
 
{{Field
 
  |type=bool
 
  |name=isEnabled
 
  |desc=?
 
}}
 
{{Field
 
  |type=string
 
  |name=moduleName
 
  |desc=?
 
}}
 
{{Field
 
  |type=ProtoPartModuleSnapshot
 
  |name=snapshot
 
  |desc=?
 
}}
 
{{Field
 
  |type=enum
 
  |name=StartState
 
  |desc={ None, Editor, PreLaunch, Landed = 4, Docked = 8, Flying = 16, Splashed = 32, SubOrbital = 64, Orbital = 128 }
 
}}
 
{{FieldsEnd}}
 
 
{{Methods|
 
{{Method
 
  |returntype=constructor
 
  |returndesc=
 
  |name=PartModule
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual string
 
  |returndesc=
 
  |name=GetInfo
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=void
 
  |returndesc=
 
  |name=Load
 
  |args={{arg|ConfigNode|node}}
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnActive
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnAwake
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnFixedUpdate
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnInactive
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnInitialize
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnLoad
 
  |args={{arg|ConfigNode|node}}
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnSave
 
  |args={{arg|ConfigNode|node}}
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnStart
 
  |args={{arg|StartState|state}}
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=virtual void
 
  |returndesc=
 
  |name=OnUpdate
 
  |args=
 
  |desc=?
 
}}
 
{{Method
 
  |returntype=void
 
  |returndesc=
 
  |name=Save
 
  |args={{arg|ConfigNode|node}}
 
  |desc=?
 
}}
 
}}
 

Revision as of 16:36, 13 October 2015


Properties

The following are public properties available in Glyph/sandbox.

Signature Description
BaseActio>nList Actions { get; }  ?
int ClassID { get; }  ?