-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Ingame.IMyPathRecorderComponent
← Index ← Namespace Index
public interface IMyPathRecorderComponent
Ingame interfave for PB and mods
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
string BeaconDisplayText { get; }
Gets Beacon display text
Entity of beacon in which the waypoints are in relation to
Vector3D BeaconWorldPosition { get; }
Gets BeaconWorldPosition
Gets bool if the PR block is playing
Get bool if the PR block is recording
float MinimalDistance { get; set; }
Gets/sets minimal distance between waypoints for automatic recording to record new waypoint
byte RecordInterval { get; set; }
Gets/sets record interval. Sets how often the block tries to records its position as a waypoint. Operates every 100 frames
Repeat path toggle
Gets/sets if block is showing path on clients screen
bool ShowSelectedPoints { get; set; }
Gets/sets if block is showing points, selected by client on his screen
Starts playing current waypoints
Starts recording
Sets BeaconEntityId = 0
Stops playing current waypoints
Stops recording
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!