write_io_text io备注

write_io_text(entity_id u32, types i64, index i64, value String);

输入参数

  • entity_id 实体索引
  • types 0输入,1输出
  • index io索引
  • value 值

输出参数

例子

// io备注
write_io_text(entity.index,0,1,"xx到位");
作者:力博特  创建时间:2026-02-21 15:23
最后编辑:力博特  更新时间:2026-02-21 15:26