神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
FunctionConstructor
Interface FunctionConstructor
interface
FunctionConstructor
{
new
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
;
new
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
;
prototype
:
Function
;
(
...
args
:
string
[]
)
:
Function
;
(
...
args
:
string
[]
)
:
Function
;
}
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
Parameters
...
args
:
string
[]
Returns
Function
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
Parameters
...
args
:
string
[]
Returns
Function
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
Creates a new function.
Parameters
...
args
:
string
[]
A list of arguments the function accepts.
Returns
Function
new
FunctionConstructor
(
...
args
:
string
[]
)
:
Function
Creates a new function.
Parameters
...
args
:
string
[]
A list of arguments the function accepts.
Returns
Function
Properties
Readonly
prototype
prototype
:
Function
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
神岛 API 文档 - ArenaPro版
Loading...
Creates a new function.