특정 맵에 인덱스에 서브로우인덱스를 가져온다.
Parameters | Type | Description |
---|---|---|
bInputMap | BOOL | 입,출력 구분(true, false) |
strMapID | STRING | 맵 ID |
nMapIndex | short | 맵 인덱스 |
Type | Description |
---|---|
short | 서브 로우 인덱스 |
function btn_on_mouseup()
{
screen.alert(grid.getiomaptext(true, "A1234567", 1));
}