Exemplo n.º 1
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions)
 {
     m_NatID    = natid;
     m_TID      = tid;
     m_SID      = sid;
     m_PID      = pid;
     m_Language = lang;
     m_Date     = date;
     m_Regions  = regions;
     m_Female   = female;
     m_Location = loc;
     m_HomeTown = ht;
 }
Exemplo n.º 2
0
 public DMG(ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions) : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions)
 {
 }
Exemplo n.º 3
0
 public DMG(ushort natid, ushort tid, ushort sid, bool female, DateTime date, DistRegions regions) : base(natid, tid, sid, 1, female, HT4.DPPtHGSS, date, regions)
 {
 }
Exemplo n.º 4
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions)
 {
 }
Exemplo n.º 5
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions)
 {
 }
Exemplo n.º 6
0
 public DMG( ushort natid, ushort tid, ushort sid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions )
     : base(natid, tid, sid, 1, female, lang, loc, ht, date, regions)
 {
 }
Exemplo n.º 7
0
 public MG(ushort natid, ushort tid, ushort sid, uint pid, bool female, DateTime date, DistRegions regions) : this(natid, tid, sid, pid, female, HT4.DPPtHGSS, date, regions)
 {
 }
Exemplo n.º 8
0
 public DMG( ushort natid, ushort tid, ushort sid, bool female, DateTime date, DistRegions regions )
     : base(natid, tid, sid, 1, female, HT4.DPPtHGSS, date, regions)
 {
 }
Exemplo n.º 9
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, HT4 ht, DateTime date, DistRegions regions )
 {
     m_NatID = natid;
     m_TID = tid;
     m_SID = sid;
     m_PID = pid;
     m_Language = lang;
     m_Date = date;
     m_Regions = regions;
     m_Female = female;
     m_Location = loc;
     m_HomeTown = ht;
 }
Exemplo n.º 10
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, HT4 ht, DateTime date, DistRegions regions )
     : this(natid, tid, sid, pid, female, lang, 3060, ht, date, regions)
 {
 }
Exemplo n.º 11
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, HT4 lang, ushort loc, DateTime date, DistRegions regions )
     : this(natid, tid, sid, pid, female, lang, loc, HT4.D, date, regions)
 {
 }
Exemplo n.º 12
0
 public MG( ushort natid, ushort tid, ushort sid, uint pid, bool female, DateTime date, DistRegions regions )
     : this(natid, tid, sid, pid, female, HT4.DPPtHGSS, date, regions)
 {
 }