C# Class Faction, verthex

Inheritance: Photon.PunBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
NUM_MATERIALS int
NUM_WEAPONS int
factionName string
materials string[]
weapons string[]

Méthodes publiques

Méthode Description
EncodeSectionMaterial ( string mtype ) : int
EncodeSectionWeapon ( string wtype ) : int
GetSectionMaterial ( int strength ) : SectionMaterial,
GetSectionWeapon ( int strength ) : SectionWeapon,

Method Details

EncodeSectionMaterial() public méthode

public EncodeSectionMaterial ( string mtype ) : int
mtype string
Résultat int

EncodeSectionWeapon() public méthode

public EncodeSectionWeapon ( string wtype ) : int
wtype string
Résultat int

GetSectionMaterial() public méthode

public GetSectionMaterial ( int strength ) : SectionMaterial,
strength int
Résultat SectionMaterial,

GetSectionWeapon() public méthode

public GetSectionWeapon ( int strength ) : SectionWeapon,
strength int
Résultat SectionWeapon,

Property Details

NUM_MATERIALS public_oe static_oe property

public static int NUM_MATERIALS
Résultat int

NUM_WEAPONS public_oe static_oe property

public static int NUM_WEAPONS
Résultat int

factionName public_oe property

public string factionName
Résultat string

materials public_oe property

public string[] materials
Résultat string[]

weapons public_oe property

public string[] weapons
Résultat string[]