Property | Type | Description | |
---|---|---|---|
NUM_MATERIALS | int | ||
NUM_WEAPONS | int | ||
factionName | string | ||
materials | string[] | ||
weapons | string[] |
Method | Description | |
---|---|---|
EncodeSectionMaterial ( string mtype ) : int | ||
EncodeSectionWeapon ( string wtype ) : int | ||
GetSectionMaterial ( int strength ) : SectionMaterial, | ||
GetSectionWeapon ( int strength ) : SectionWeapon, |
public EncodeSectionMaterial ( string mtype ) : int | ||
mtype | string | |
return | int |
public EncodeSectionWeapon ( string wtype ) : int | ||
wtype | string | |
return | int |
public GetSectionMaterial ( int strength ) : SectionMaterial, | ||
strength | int | |
return | SectionMaterial, |
public GetSectionWeapon ( int strength ) : SectionWeapon, | ||
strength | int | |
return | SectionWeapon, |