C# Class Beyond_Beyaan.NameGenerator

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Properties

Property Type Description
Generator List

Public Methods

Method Description
EC ( ) : string
GetName ( ) : string
GetStarName ( Random r ) : string
NEC ( ) : string
ResetStarNames ( ) : void
S ( ) : string
V ( ) : string

Private Methods

Method Description
NameGenerator ( ) : System
Seq ( ) : StringGetter[]

Method Details

EC() public static method

public static EC ( ) : string
return string

GetName() public static method

public static GetName ( ) : string
return string

GetStarName() public static method

public static GetStarName ( Random r ) : string
r System.Random
return string

NEC() public static method

public static NEC ( ) : string
return string

ResetStarNames() public static method

public static ResetStarNames ( ) : void
return void

S() public static method

public static S ( ) : string
return string

V() public static method

public static V ( ) : string
return string

Property Details

Generator public_oe static_oe property

public static List Generator
return List