C# Class Faction, verthex

Inheritance: Photon.PunBehaviour
Datei anzeigen Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
NUM_MATERIALS int
NUM_WEAPONS int
factionName string
materials string[]
weapons string[]

Public Methods

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

Method Details

EncodeSectionMaterial() public method

public EncodeSectionMaterial ( string mtype ) : int
mtype string
return int

EncodeSectionWeapon() public method

public EncodeSectionWeapon ( string wtype ) : int
wtype string
return int

GetSectionMaterial() public method

public GetSectionMaterial ( int strength ) : SectionMaterial,
strength int
return SectionMaterial,

GetSectionWeapon() public method

public GetSectionWeapon ( int strength ) : SectionWeapon,
strength int
return SectionWeapon,

Property Details

NUM_MATERIALS public_oe static_oe property

public static int NUM_MATERIALS
return int

NUM_WEAPONS public_oe static_oe property

public static int NUM_WEAPONS
return int

factionName public_oe property

public string factionName
return string

materials public_oe property

public string[] materials
return string[]

weapons public_oe property

public string[] weapons
return string[]