📄 afuncsdll.pas
字号:
media_stop : function(handle : Var_) : Var_; cdecl;
media_tune : function(handle,volume,pitch,balance : Var_) : Var_; cdecl;
pan_create : function(content : PChar; layer : Var_) : PPanel; cdecl;
pan_remove : function(a : PPanel) : Var_; cdecl;
pan_setbmap : function(a : PPanel; Atype,number : Var_; bmap : PBMap) : Var_; cdecl;
pan_setpos : function(a : PPanel; Atype,number : Var_; xy : PVector) : Var_; cdecl;
path_getedge : function(a : PEntity; b,c : Var_; skills : PVar_) : PVar_; cdecl;
path_getnode : function(a : PEntity; b : Var_; position : PVector; skills : PVar_) : PVar_; cdecl;
path_length : function(a : PEntity) : Var_; cdecl;
path_next : function(a : PEntity) : Var_; cdecl;
path_nextnode : function(a : PEntity; b,c : Var_) : Var_; cdecl;
path_scan : function(a : PEntity; position,direction : PVector; b : PAngle) : Var_; cdecl;
path_scannode : function(a : PEntity; number : Var_) : Var_; cdecl;
path_set : function(a : PEntity; name : PChar) : Var_; cdecl;
path_setedge : function(a : PEntity; b,c : Var_; skills : PVar_) : PVar_; cdecl;
path_setnode : function(a : PEntity; b : Var_; position : PVector; skills : PVar_) : PVar_; cdecl;
path_spline : function(a : PEntity; position : PVector; dist : Var_) : Var_; cdecl;
pixel_for_bmap : function(a : PBMap; b,c : Var_) : LongInt; cdecl;
pixel_to_bmap : function(a : PBMap; x,y : Var_; Pixel : LongInt) : LongInt; cdecl;
pixel_for_vec : function(a : PColor_; b,c : Var_) : LongInt; cdecl;
pixel_to_vec : function(a : PColor_; b : PVar_; c,d : Var_) : LongInt; cdecl;
port_in : function(port : Var_) : Var_; cdecl;
port_out : function(port,data : Var_) : Var_; cdecl;
powv : function(from,dest : Var_) : Var_; cdecl;
proc_client : function(from,dest : Var_) : Var_; cdecl;
proc_local : function(from,dest : Var_) : Var_; cdecl;
proc_kill : function(a : Var_) : Var_; cdecl;
proc_status : function(code : PEvent) : Var_; cdecl;
ptr_first : function(p : Pointer) : Pointer; cdecl;
ptr_for_handle : function(handle : Var_) : Pointer; cdecl;
_random : function(a : Var_) : Var_; cdecl;
randomize : function : Var_; cdecl;
rel_for_screen : function(a : PVector; b : PView) : PVector; cdecl;
rel_to_screen : function(a : PVector; b : PView) : PVector; cdecl;
send_skill : function(a : PVar_; b : Var_) : Var_; cdecl;
send_string : function(a : PString) : Var_; cdecl;
send_string_to : function(a : PEntity; b : PString) : Var_; cdecl;
send_var : function(a : PVar_) : Var_; cdecl;
send_var_to : function(a : PEntity; b : PVar_) : Var_; cdecl;
session_connect : function(sessionname : PChar; hostname : PChar) : Var_; cdecl;
sign : function(a : Var_) : Var_; cdecl;
sinv : function(a : Var_) : Var_; cdecl;
snd_create : function(filename : PChar) : PSound; cdecl;
snd_remove : function(a : PSound) : Var_; cdecl;
snd_loop : function(a : PSound; b,c : Var_) : Var_; cdecl;
snd_play : function(a : PSound; b,c : Var_) : Var_; cdecl;
snd_playing : function(a : Var_) : Var_; cdecl;
snd_pause : function(a : Var_) : Var_; cdecl;
snd_start : function(a : Var_) : Var_; cdecl;
snd_stop : function(a : Var_) : Var_; cdecl;
snd_stopall : function(a : Var_) : Var_; cdecl;
snd_tune : function(a,b,c,d : Var_) : Var_; cdecl;
sqrtv : function(a : Var_) : Var_; cdecl;
str_cat : function(dest : PString; from : PChar) : PString; cdecl;
str_cat_num : function(s1 : PString; s2 : PChar; num : Var_) : PString;
str_clip : function(a : PString; b : Var_) : PString; cdecl;
str_cmp : function(a : PString; b : PChar) : Var_; cdecl;
str_cmpi : function(a : PString; b : PChar) : Var_; cdecl;
str_cmpni : function(a : PString; b : PChar) : Var_; cdecl;
str_cpy : function(dest : PString; from : PChar) : PString; cdecl;
str_create : function(content : PChar) : PString; cdecl;
str_cursor : function(a : PString) : Var_; cdecl;
str_for_asc : function(a : PString; b : Var_) : PString; cdecl;
str_for_entname : function(a : PString; b : PEntity) : PString; cdecl;
str_for_entfile : function(a : PString; b : PEntity) : PString; cdecl;
str_for_key : function(a : PString; b : Var_) : PString; cdecl;
str_for_num : function(a : PString; b : Var_) : PString; cdecl;
str_len : function(s : PChar) : Var_; cdecl;
str_lwr : function(a : PString) : PString; cdecl;
str_remove : function(a : PString) : Var_ cdecl;
str_stri : function(a : PString; b : PChar) : Var_; cdecl;
str_to_asc : function(s : PChar) : Var_; cdecl;
str_to_num : function(s : PChar) : Var_; cdecl;
str_trunc : function(a : PString; b : Var_) : PString; cdecl;
str_upr : function(a : PString) : PString; cdecl;
sys_exit : function(message : PChar) : Var_; cdecl;
sys_metrics : function(a : Var_) : Var_; cdecl;
sys_record : function(filename : PChar; mode : Var_) : Var_; cdecl;
sys_replay : function(filename : PChar) : Var_; cdecl;
sys_trial : function(section,name : PChar; days : Var_) : Var_; cdecl;
tanv : function(a : Var_) : Var_; cdecl;
timer : function : Var_; cdecl;
txt_create : function(strings,layer : Var_) : PText; cdecl;
txt_for_dir : function(a : PText; s : PChar) : Var_; cdecl;
txt_load : function(a : PText; filename : PChar) : Var_; cdecl;
txt_remove : procedure(a : PText); cdecl;
txt_setinvisible : function(a : PText; b : Var_) : Var_; cdecl;
txt_setvisible : function(a : PText; b : Var_) : Var_; cdecl;
txt_sort : function(a : PText) : Var_; cdecl;
txt_str : function(a : PText; n : Integer) : PString; cdecl;
trace : function(a,b : PVector) : Var_; cdecl;
update : function(filename : PChar; a : Var_) : Var_; cdecl;
var_for_name : function(name : PChar) : Pointer; cdecl;
vec_accelerate : function(a,b,c : PVector; d : Var_) : PVector; cdecl;
vec_add : function(a,b : PVector) : PVector; cdecl;
vec_diff : function(a,b,c : PVector) : PVector; cdecl;
vec_dist : function(a,b : PVector) : Var_; cdecl;
vec_dot : function(a,b : PVector) : Var_; cdecl;
vec_inverse : function(a : PVector) : PVector; cdecl;
vec_length : function(a : PVector) : Var_; cdecl;
vec_lerp : function(a,b,c : PVector; d : Var_) : PVector; cdecl;
vec_normalize : function(a : PVector; b : Var_) : PVector; cdecl;
vec_rotate : function(a : PVector; b : PAngle) : PVector; cdecl;
vec_scale : function(a : PVector; b : Var_) : PVector; cdecl;
vec_set : function(a,b : PVector) : PVector; cdecl;
vec_sub : function(a,b : PVector) : PVector; cdecl;
vec_for_angle : function(a : PVector; b : PAngle) : PVector; cdecl;
vec_to_angle : function(a : PAngle; b : PVector) : Var_; cdecl;
vec_for_bone : function(a : PVector; b : PEntity; bonename : PChar) : PVector; cdecl;
vec_for_normal : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vec_for_vertex : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vec_for_max : function(a : PVector; b : PEntity) : PVector; cdecl;
vec_for_mesh : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vec_for_min : function(a : PVector; b : PEntity) : PVector; cdecl;
vec_for_screen : function(a : PVector; b : PView) : PVector; cdecl;
vec_for_uv : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vec_to_mesh : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vec_to_screen : function(a : PVector; b : PView) : PVector; cdecl;
vec_to_uv : function(a : PVector; b : PEntity; c : Var_) : PVector; cdecl;
vector : function(a,b,c : Var_) : PVector; cdecl;
view_create : function(layer : Var_) : PView; cdecl;
video_set : function(a,b,c,d : Var_) : Var_; cdecl;
video_switch : function(a,b,c : Var_) : Var_; cdecl;
video_window : function(a,b : PVector; c : Var_; title : PChar) : Var_; cdecl;
c_trace : function(a,b : PVector; mode : Var_) : Var_; cdecl;
c_move : function(a : PEntity; b,c : PVector; mode : Var_) : Var_; cdecl;
c_content : function(a : PVector; mode : Var_) : Var_; cdecl;
c_setminmax : function(a : PEntity) : Var_; cdecl;
c_rotate : function(a : PEntity; b : PVector; mode : Var_) : Var_; cdecl;
c_updatehull : function(a : PEntity; b : Var_) : Var_; cdecl;
ph_selectgroup : function(a : Var_) : Var_; cdecl;
ph_setautodisable : function(a,b,c,d : Var_) : Var_; cdecl;
ph_setcollisions : function(a,b : Var_) : Var_; cdecl;
ph_setcontacts : function(a,b,c,d : PVector) : Var_; cdecl;
ph_setcorrections : function(from,dest : Var_) : Var_; cdecl;
ph_setgravity : function(a : PVector) : Var_; cdecl;
phent_settype : function(a : PEntity; b,c : Var_) : Var_; cdecl;
phent_addcentralforce : function(a : PEntity; force : PVector) : Var_; cdecl;
phent_addforceglobal : function(a : PEntity; force,position : PVector) : Var_; cdecl;
phent_addforcelocal : function(a : PEntity; force,position : PVector) : Var_; cdecl;
phent_addtorqueglobal : function(a : PEntity; b : PVector) : Var_; cdecl;
phent_addtorquelocal : function(a : PEntity; b : PVector) : Var_; cdecl;
phent_getangvelocity : function(a : PEntity; b : PVector) : Var_; cdecl;
phent_getvelocity : function(a : PEntity; b,c : PVector) : Var_; cdecl;
phent_clearvelocity : function(a : PEntity) : Var_; cdecl;
phent_setmass : function(a : PEntity; b,c : Var_) : Var_; cdecl;
phent_setfriction : function(a : PEntity; b : Var_) : Var_; cdecl;
phent_setmaxspeed : function(a : PEntity; b,c : Var_) : Var_; cdecl;
phent_setdamping : function(a : PEntity; b,c : Var_) : Var_; cdecl;
phent_enable : function(a : PEntity; b : Var_) : Var_; cdecl;
phent_setgroup : function(a : PEntity; b : Var_) : Var_; cdecl;
phent_setelasticity : function(a : PEntity; b,c : Var_) : Var_; cdecl;
phent_getbounds : function(a : PEntity; b : Var_; c : PVector) : Var_; cdecl;
phcon_add : function(a : Var_; b,c : PEntity) : Var_; cdecl;
phcon_remove : function(a : Var_) : Var_; cdecl;
phcon_setparams1 : function(a : Var_; b,c,d : PVector) : Var_; cdecl;
phcon_setparams2 : function(a : Var_; b,c,d : PVector) : Var_; cdecl;
phcon_setmotor : function(a : Var_; b,c,d : PVector) : Var_; cdecl;
phcon_getposition : function(a : Var_; b : PVector) : Var_; cdecl;
phent_makelocal : function(a : PEntity; b,c : PVector) : Var_; cdecl;
phent_addobstruction : function(a : PEntity; b : Var_; c : PVector) : Var_; cdecl;
phent_addvelcentral : function(a : PEntity; speed : PVector) : Var_; cdecl;
phent_addvelglobal : function(a : PEntity; speed,position : PVector) : Var_; cdecl;
phent_addvellocal : function(a : PEntity; speed,position : PVector) : Var_; cdecl;
engine_debugstep : function(mode : LongInt) : LongInt; cdecl;
engine_getobj : function(name : PChar) : LongInt; cdecl;
engine_getfunc : function(name : PChar) : LongInt; cdecl;
engine_getscript : function(name : PChar) : LongInt; cdecl;
engine_getvar : function(name : PChar; atype : PLongInt) : Pointer; cdecl;
engine_callname4 : function(name : PChar; p1,p2,p3,p4 : LongInt) : Var_; cdecl;
engine_callscript4 : function(address,p1,p2,p3,p4 : LongInt) : Var_; cdecl;
engine_debugposition : function(scriptname : PChar; var offset,line : LongInt) : Var_; cdecl;
engine_debugbreakpoint: function(scriptname : PChar; line,_on : LongInt) : Var_; cdecl;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -