Method FromRaceId
FromRaceId(ushort?)
Creates a race structure from the specified race id.
public static NwRace? FromRaceId(ushort? raceId)
Parameters
raceIdushort?The associated race id.
Returns
FromRaceId(int?)
Resolves a NwRace from a race id.
public static NwRace? FromRaceId(int? raceId)
Parameters
raceIdint?The id of the race to resolve.