@tryforge/forgescript
Preparing search index...
FunctionManager
Class FunctionManager
Index
Constructors
constructor
Accessors
raw
Methods
add
add
Many
get
load
load
Native
reload
to
JSON
Constructors
constructor
new
FunctionManager
()
:
FunctionManager
Returns
FunctionManager
Accessors
Static
raw
get
raw
()
:
IRawFunction
[]
Returns
IRawFunction
[]
Methods
Static
add
add
(
fn
:
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
>
)
:
void
Parameters
fn
:
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
>
Returns
void
Static
add
Many
addMany
(
...
fns
:
RecursiveArray
<
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
,
>
,
>
[]
,
)
:
void
Parameters
...
fns
:
RecursiveArray
<
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
,
>
,
>
[]
Returns
void
Static
get
get
(
name
:
string
,
)
:
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
>
Parameters
name
:
string
Returns
NativeFunction
<
IArg
<
ArgType
,
boolean
,
boolean
,
EnumLike
<
any
>
>
[]
,
boolean
>
Static
load
load
(
provider
:
string
,
path
:
string
)
:
void
Parameters
provider
:
string
path
:
string
Returns
void
load
(
path
:
string
)
:
void
Parameters
path
:
string
Returns
void
Static
load
Native
loadNative
()
:
void
Returns
void
Static
reload
reload
()
:
void
Returns
void
Static
to
JSON
toJSON
()
:
INativeFunction
<
any
,
boolean
>
[]
Returns
INativeFunction
<
any
,
boolean
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
raw
Methods
add
add
Many
get
load
load
Native
reload
to
JSON
@tryforge/forgescript
Loading...