Make an ex-player from a player, remembering the essential information about the character
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core (in AngbandOS.Core.dll)
public ExPlayer(
Gender gender,
Race race,
Race raceAtBirth,
string characterClassName,
Nullable<Realm> primaryRealm,
Nullable<Realm> secondaryRealm,
string name,
int experienceLevel,
int generation
)
Parameters
- gender
- Type: Gender
- race
- Type: Race
- raceAtBirth
- Type: Race
- characterClassName
- Type: String
- primaryRealm
- Type: Nullable<(Of <(<'Realm>)>)>
- secondaryRealm
- Type: Nullable<(Of <(<'Realm>)>)>
- name
- Type: String
- experienceLevel
- Type: Int32
- generation
- Type: Int32