171172173174175176177178
* @param id * @param i2 */ public Condition(P_Int_FormID_Int function, int i1, FormID id, int i2) { this(); getBase().option = new Cond_Int_FormID_Int(i1, id, i2); init(function, function.index); }