Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
go_to_adjacent_systems Namespace Reference

Data Structures

class  go_to_adjacent_systems
 

Functions

def formatSystemName
 

Function Documentation

def go_to_adjacent_systems.formatSystemName (   ship)

Definition at line 7 of file go_to_adjacent_systems.py.

7 
8 def formatSystemName(ship):
9  where=ship.rfind("/")
10  if (where!=-1):
11  ship=ship[where+1:]
12  return ship.capitalize()