public class

ActorStreamInEvent

extends ActorEvent
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.actor.ActorEvent
       ↳ net.gtaun.shoebill.event.actor.ActorStreamInEvent

Class Overview

This event represents the OnActorStreamIn callback from Pawn.

Summary

Public Constructors
ActorStreamInEvent(Actor actor, Player player)
Public Methods
Player getPlayer()
Returns the player for who the actor was streamed in.
[Expand]
Inherited Methods
From class net.gtaun.shoebill.event.actor.ActorEvent
From class net.gtaun.util.event.Event
From class java.lang.Object

Public Constructors

public ActorStreamInEvent (Actor actor, Player player)

Public Methods

public Player getPlayer ()

Returns the player for who the actor was streamed in.

Returns
  • Player for who the actor was streamed in