Show / Hide Table of Contents

Interface IMyTargetLockingComponent

Namespace: Sandbox.Game.EntityComponents
Assembly: Sandbox.Game.dll
Syntax
public interface IMyTargetLockingComponent

Properties

IsTargetLocked

Declaration
bool IsTargetLocked { get; }
Property Value
Type Description
System.Boolean

Target

Declaration
MyCubeGrid Target { get; }
Property Value
Type Description
MyCubeGrid

TargetData

Declaration
MyCharacter.MyTargetData TargetData { get; }
Property Value
Type Description
Sandbox.Game.Entities.Character.MyCharacter.MyTargetData

TargetEntity

Declaration
MyEntity TargetEntity { get; }
Property Value
Type Description
MyEntity
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾