Script(Ver1.88対応版)
IndexScriptDllFuncManagerDllFuncManager

DllFuncManager object
Method
Function name(Parameter,...)
Functions in the DLL can be called as methods.
dllFuncExist( str )
Returns whether the function name exists.
setDllDetachFunc( str )
Set the function name to be called when the DLL is released.
Property
loadDllFile
Loaded DLL file name. (get)
dllFunc
DllFuncManager object. (get)
The member has a set of functions that are called by dllfunc.
dllFuncStr
DllFuncManager object. (get)
The member has a set of functions that are called by dllfuncstr.
dllFuncW
DllFuncManager object. (get)
The member has a set of functions that are called by dllfuncw.
dllFuncStrW
DllFuncManager object. (get)
The member has a set of functions that are called by dllfuncstrw.
Reserved name
loadDllFile
dllFuncExist
setDllDetachFunc
dllFunc
dllFuncW
dllFuncStr
dllFuncStrW
Don't use.