Projectiles

object Projectiles

Projectiles Projectiles is a utility which provides access to the game's projectiles.

org.powerbot.script.rt4.Projectiles are game projectiles on the current plane which target an entity.

Functions

get
Link copied to clipboard
fun get(predicate: Predicate<Projectile>? = null, first: Boolean = false): List<Projectile>

{@inheritDoc}

nil
Link copied to clipboard
fun nil(): Projectile

{@inheritDoc}

stream
Link copied to clipboard
fun stream(): ProjectileStream

{@inheritDoc}

Properties

backingProvider
Link copied to clipboard
val backingProvider: BackingDataSource<Projectile>