Difference between revisions of "MC-Basic:robot.CURRENTPASS/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 格式 == ?<ROBOT>.CurrentPass == 可用版本 == == 描述 == 返回当前被传递的点(分段)阵列的索引。返回的点的索引是上一个...")
 
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.CURRENTPASS}}
 
 
 
 
  
 
== 格式 ==
 
== 格式 ==
  ?<ROBOT>.CurrentPass
+
?<ROBOT>.CurrentPass
  
 
== 可用版本 ==
 
== 可用版本 ==
Line 22: Line 20:
 
== 单位 ==
 
== 单位 ==
  
==  
+
== 默认 ==
默认 ==
 
 
 
  
 
== 使用范围 ==
 
== 使用范围 ==
Line 33: Line 29:
  
 
== 例子 ==
 
== 例子 ==
  ?ScaraROBOT.CurrentPass
+
?ScaraROBOT.CurrentPass
==  
+
 
可参阅 ==
+
== 可参阅 ==
 
* [[MC-Basic:PASS|PASS]]
 
* [[MC-Basic:PASS|PASS]]

Latest revision as of 02:20, 28 April 2017

语言: English  • 中文(简体)‎

格式

?<ROBOT>.CurrentPass

可用版本

描述

返回当前被传递的点(分段)阵列的索引。返回的点的索引是上一个给定的PASS指令而不是当前为止所输入的点。例如:用户缓存是100个点,但是AI(高级插补)使用从41到50的10个点,所以

返回的索引是从1到10,而不是从41到50。

类型

Long

取值范围

0-数组的大小(a)

单位

默认

使用范围

Task, Terminal

限制

只读,只模态

例子

?ScaraROBOT.CurrentPass

可参阅