184185186187188189190191
* @param i1 * @param id */ public Condition(P_Int_FormID function, int i1, FormID id) { this(); getBase().option = new Cond_Int_FormID(i1, id); init(function, function.index); }