Example #1
0
 public Global(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Example #2
0
 public Global(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
 public SpellLeveled(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Example #4
0
 public GameSetting(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
 public SpellLeveled(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Example #6
0
 public ANpcSpawn(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Example #7
0
 public ANpcSpawn(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Example #8
0
 public ASpell(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Example #9
0
 public AItem(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }