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
  • shootProjectileB

Function shootProjectileB

  • shootProjectileB(
        entityType: string | EntityType,
        location: DimensionLocation,
        rotation: Vector2,
        power: number,
        shootOptions?: ProjectileShootOptions,
        setProjectileComponentPropertiesCallbackFn?: (
            entityProjectileComponent: EntityProjectileComponent,
        ) => any,
    ): void

    Parameters

    • entityType: string | EntityType
    • location: DimensionLocation
    • rotation: Vector2
    • power: number
    • shootOptions: ProjectileShootOptions = {}
    • setProjectileComponentPropertiesCallbackFn: (entityProjectileComponent: EntityProjectileComponent) => any = ...

    Returns void

    • Defined in modules/utilities/functions/shootProjectileB.ts:12

Settings

Member Visibility
Add-On Documentation
8Crafter's Server Utilities API
  • Loading...

Generated using TypeDoc