Show / Hide Table of Contents

Interface IMyBasicMissionFollowPlayer

Describes follow player mission for Basic AI block

Inherited Members
IMyBasicMissionComponent.CreateTerminalInterfaceControls<T>()
IMyBasicMissionComponent.MissionName
IMyBasicMissionComponent.UniqueSelectionId
IMyBasicMissionComponent.IsSelected
IMyBasicMissionComponent.DetailedInfo
IMyBasicMissionFollowPlayer.FollowDistance
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyBasicMissionFollowPlayer : IMyBasicMissionComponent, IMyBasicMissionComponent, IMyBasicMissionFollowPlayer

Methods

FollowPlayer(Int64)

Starts following the specified player. This method works only when called from the server. Also follow player has to be selected mission.

Declaration
void FollowPlayer(long identityId)
Parameters
Type Name Description
System.Int64 identityId

identity id of the player to follow

StopFollowing()

Stops following player. Follow player has to be selected mission.

Declaration
void StopFollowing()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾