C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlock.CockpitEntity

Inheritance: TerminalBlockEntity
Afficher le fichier Open project: rexxar-tc/SEServerExtender

Méthodes publiques

Свойство Type Description
CockpitEntityClass string
CockpitEntityNamespace string
CockpitGetPilotEntityField string
CockpitSetPilotEntityMethod string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CockpitEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit definition ) : System
CockpitEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit definition, Object backingObject ) : System
FireWeapons ( ) : void
ReflectionUnitTest ( ) : bool
StopWeapons ( ) : void

Méthodes protégées

Méthode Description
GetPilotEntity ( ) : MyCharacter
InternalFireWeapons ( ) : void
InternalStopWeapons ( ) : void
InternalUpdatePilotEntity ( ) : void

Method Details

CockpitEntity() public méthode

public CockpitEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit definition ) : System
parent CubeGridEntity
definition Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit
Résultat System

CockpitEntity() public méthode

public CockpitEntity ( CubeGridEntity parent, Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit definition, Object backingObject ) : System
parent CubeGridEntity
definition Sandbox.Common.ObjectBuilders.MyObjectBuilder_Cockpit
backingObject Object
Résultat System

FireWeapons() public méthode

public FireWeapons ( ) : void
Résultat void

GetPilotEntity() protected méthode

protected GetPilotEntity ( ) : MyCharacter
Résultat MyCharacter

InternalFireWeapons() protected méthode

protected InternalFireWeapons ( ) : void
Résultat void

InternalStopWeapons() protected méthode

protected InternalStopWeapons ( ) : void
Résultat void

InternalUpdatePilotEntity() protected méthode

protected InternalUpdatePilotEntity ( ) : void
Résultat void

ReflectionUnitTest() public static méthode

public static ReflectionUnitTest ( ) : bool
Résultat bool

StopWeapons() public méthode

public StopWeapons ( ) : void
Résultat void

Property Details

CockpitEntityClass public_oe static_oe property

public static string CockpitEntityClass
Résultat string

CockpitEntityNamespace public_oe static_oe property

public static string CockpitEntityNamespace
Résultat string

CockpitGetPilotEntityField public_oe static_oe property

public static string CockpitGetPilotEntityField
Résultat string

CockpitSetPilotEntityMethod public_oe static_oe property

public static string CockpitSetPilotEntityMethod
Résultat string