write_io 写入io

write_io(entity_id u32,types i64,index i64,value bool);

输入参数

  • entity_id 实体索引
  • types 类型 0:输入IO,1:输出IO
  • index IO序号
  • index 值

输出参数

例子


write_io(entity.index ,0,2,true);
作者:力博特  创建时间:2026-01-08 17:04
最后编辑:力博特  更新时间:2026-01-13 17:31