Interface IMyBasicMissionFollowPlayer
Describes follow player mission for Basic AI block
Inherited Members
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()