函数名: | 获取对象子系 handle |
调 用: | gma.show.getobj.child(number:handle, number:index) |
参 数: | 第一个参数为数字:对象的handle;第二个参数为数字:子系索引号 |
返回值: | 数字:根据输入的索引号返回对象中对应的子系的handle(第一个child = 0) |
结 果: | 无 |
备 注: | 获取对象handle可以使用 gma.show.getobj.handle() |
例子:
- 以下一般用法:
local handle = gma.show.getobj.handle('Page 1') local handle_of_2nd_exec = gma.show.getobj.child(handle,1)