Перейти к основному содержанию

Callback.ExpOrbsSpawnedFunction

Function used in "ExpOrbsSpawned" callback.

Callable

  • ExpOrbsSpawnedFunction(region: BlockSource, amount: number, coords: Vector, playerUid: number): void

  • Parameters

    • region: BlockSource
    • amount: number

      amount of experience to be added

    • coords: Vector

      dropped orbs entity coordinates

    • playerUid: number

      player entity unique numeric ID

    Returns void