- 注册时间
- 2004-8-29
- 最后登录
- 1970-1-1
|
GGV终于出了新版虚拟机!
并且公布了实机上可以执行的命令列表!
http://www.ggv.com.cn/newdown/de ... 5&wqxtype=t1200
关于GMC在文曲星中可识别的指令集合
系统指令:
sys_bool vint
exec string
exit
push_str string
pop_str vstring
push_int int
pop_int vint
用户指令:
sleep cint
return
waitkey *,vint
setcolor int
setbkcolor int
setopaque int
clear int
showstr int,int,string
showpic int,int,string,*,int
playmp3 string
stopmp3
pausemp3
resumemp3
volumeinc
volumedec
getvolume vint
rand vint
srand int
showint int,int,int
str2int string,vint
int2str int,vstring
strupr vstring
strlwr vstring
strlen string,vint
strcmp string,string
midstr string,vstring,int,int
asc string,vint
chr int,vstring
line int,int,int,int
lineto int,int
moveto int,int
setpenstyle int
rectangle int,int,int,int,*,int /* fill_color */
setpixel int,int,*,int
getpixel int,int,vint
savescreen vint,int,int,int,int
showscreenpic int,int,int
freescreenpic int
getkey vint
clearkey
数据库命令:
data_open string
data_close
data_goto int
data_append
data_insert
data_readstr int,vstring
data_readint int,vint
data_writestr int,string
data_writeint int,int
data_count vint
时间命令:
get_year vint
get_month vint
get_day vint
get_dayofweek vint
get_hour vint
get_minute vint
get_second vint
set_year int
set_month int
set_day int
set_hour int
set_minute int
set_second int
settimer int,int
killtimer int
文件指令:
close_file int
open_file vint,string
file_seek int,int,int,vint
read_byte int,vint,vint
read_block int,vint,int,vint
write_byte int,int,vint
write_block int,int,int,vint
findfiles string,string,*,string
read_string int,vstring
getcurrdir vstring
setcurrdir string,*,vstring |
|