C# Class kOS.Function.FunctionBase

Inheritance: kOS.Safe.Function.SafeFunctionBase
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
Execute ( Safe shared ) : void
Execute ( SharedObjects shared ) : void

Méthodes protégées

Méthode Description
GetOrbitable ( object argument ) : Orbitable
GetRgba ( object argument ) : kOS.Suffixed.RgbaColor
GetTimeSpan ( object argument ) : kOS.Suffixed.TimeSpan
GetVector ( object argument ) : kOS.Suffixed.Vector

Method Details

Execute() public méthode

public Execute ( Safe shared ) : void
shared Safe
Résultat void

Execute() public abstract méthode

public abstract Execute ( SharedObjects shared ) : void
shared SharedObjects
Résultat void

GetOrbitable() protected méthode

protected GetOrbitable ( object argument ) : Orbitable
argument object
Résultat kOS.Suffixed.Orbitable

GetRgba() protected méthode

protected GetRgba ( object argument ) : kOS.Suffixed.RgbaColor
argument object
Résultat kOS.Suffixed.RgbaColor

GetTimeSpan() protected méthode

protected GetTimeSpan ( object argument ) : kOS.Suffixed.TimeSpan
argument object
Résultat kOS.Suffixed.TimeSpan

GetVector() protected méthode

protected GetVector ( object argument ) : kOS.Suffixed.Vector
argument object
Résultat kOS.Suffixed.Vector