C# Class GTAVBETrainerDotNet.Feature.Location.CustomLocationTeleporter

Custom location teleporter features
ファイルを表示 Open project: betenner/betrainer

Public Methods

Method Description
Delete ( MenuItem sender ) : void

Deletes the custom location

GenerateTargetList ( MenuItem sender ) : void

Generates the custom location target list

Overwrite ( MenuItem sender ) : void

Overwrite with current location

PreEnterTargetItem ( MenuItem sender ) : void

Enters a target menu item

Rename ( MenuItem sender ) : void

Renames the custom location

SaveCurrentLocation ( MenuItem sender ) : void

Saves the current location as a custom location

Teleport ( MenuItem sender ) : void

Teleports to custom location

Method Details

Delete() public static method

Deletes the custom location
public static Delete ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

GenerateTargetList() public static method

Generates the custom location target list
public static GenerateTargetList ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

Overwrite() public static method

Overwrite with current location
public static Overwrite ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

PreEnterTargetItem() public static method

Enters a target menu item
public static PreEnterTargetItem ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

Rename() public static method

Renames the custom location
public static Rename ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

SaveCurrentLocation() public static method

Saves the current location as a custom location
public static SaveCurrentLocation ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void

Teleport() public static method

Teleports to custom location
public static Teleport ( MenuItem sender ) : void
sender GTAVBETrainerDotNet.Menu.MenuItem Source menu item
return void