Space Engineers
Public Member Functions | Properties | Events | List of all members
Sandbox.Game.Entities.Interfaces.IMyLandingGear Interface Reference
Inheritance diagram for Sandbox.Game.Entities.Interfaces.IMyLandingGear:
SpaceEngineers.Game.Entities.Blocks.MyLandingGear

Public Member Functions

void RequestLock (bool enable)
 
void ResetAutolock ()
 
IMyEntity GetAttachedEntity ()
 

Properties

bool AutoLock [get]
 
LandingGearMode LockMode [get]
 

Events

LockModeChangedHandler LockModeChanged
 

Detailed Description

Definition at line 12 of file IMyLandingGear.cs.

Member Function Documentation

IMyEntity Sandbox.Game.Entities.Interfaces.IMyLandingGear.GetAttachedEntity ( )
void Sandbox.Game.Entities.Interfaces.IMyLandingGear.RequestLock ( bool  enable)
void Sandbox.Game.Entities.Interfaces.IMyLandingGear.ResetAutolock ( )

Property Documentation

bool Sandbox.Game.Entities.Interfaces.IMyLandingGear.AutoLock
get

Definition at line 14 of file IMyLandingGear.cs.

LandingGearMode Sandbox.Game.Entities.Interfaces.IMyLandingGear.LockMode
get

Definition at line 15 of file IMyLandingGear.cs.

Event Documentation

LockModeChangedHandler Sandbox.Game.Entities.Interfaces.IMyLandingGear.LockModeChanged

Definition at line 17 of file IMyLandingGear.cs.


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