| java.lang.Object | |||
| ↳ | net.gtaun.util.event.Event | ||
| ↳ | net.gtaun.shoebill.event.actor.ActorEvent | ||
| ↳ | net.gtaun.shoebill.event.actor.ActorStreamInEvent | ||
This event represents the OnActorStreamIn callback from Pawn.
| 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
| |||||||||||
Returns the player for who the actor was streamed in.