Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Server Utilities API
8Crafter's Server Utilities API
Globals
modules
utils
shootProjectile
Function shootProjectile
shootProjectile
(
entityType
:
string
|
EntityType
,
location
:
DimensionLocation
,
velocity
:
Vector3
,
shootOptions
?:
ProjectileShootOptions
,
setProjectileComponentPropertiesCallbackFn
?:
(
EntityProjectileComponent
:
EntityProjectileComponent
,
)
=>
any
,
)
:
void
Parameters
entityType
:
string
|
EntityType
location
:
DimensionLocation
velocity
:
Vector3
shootOptions
:
ProjectileShootOptions
= {}
setProjectileComponentPropertiesCallbackFn
:
(
EntityProjectileComponent
:
EntityProjectileComponent
)
=>
any
= ...
Returns
void
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Add-On Documentation
8Crafter's Server Utilities API
Loading...