game_server.enginecomponentsFEntitynotify_other_component_field_update本页总览notify_other_component_field_update 虚函数: 目标对象组件字段更新时的通知函数 声明 void notify_other_component_field_update(string comp, object other, string field_name, string d, mixed key, mixed val, mixed op) 参数 参数名描述comp组件名称other目标对象field_name字段名称d变更的键的父级键(如果有)key变更的键val变更的值op引起变更的操作(参考pkg.dbase) 返回值 无 使用方式 返回文档