107108109110111112113114
* @param id * @param i */ public Condition(P_FormID_Int function, FormID id, int i) { this(); getBase().option = new Cond_FormID_Int(id, i); init(function, function.index); }