we
Preparing search index...
core/pickup/base
IV_Pickup
Interface IV_Pickup
拾取目标的配置
interface
IV_Pickup
{
action
:
T_PickupFunction
|
I_PickupMouseKeyEvent
;
callback
:
(
target
:
false
|
pickupTargetOfIDs
)
=>
void
;
name
?:
string
;
target
?:
{
IDs
:
boolean
;
position
:
boolean
}
;
}
Index
Properties
action
callback
name?
target?
Properties
action
action
:
T_PickupFunction
|
I_PickupMouseKeyEvent
拾取目标的自定义函数或者鼠标键拾取目标
callback
callback
:
(
target
:
false
|
pickupTargetOfIDs
)
=>
void
Optional
name
name
?:
string
Optional
target
target
?:
{
IDs
:
boolean
;
position
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
callback
name
target
we
Loading...
拾取目标的配置