đ¨âđ¤Actors
This library is Wave Premium only!
Get Actors
Returns all the actors in the game, example above will return
0
if there are no actors in the game.
Get Current Actor
Returns the actor instance of the current running thread.
Get Deleted Actors
Checks actor threads specifically connected to an expired actor instance.
Note: This function does not return the actor instance directly. Instead, it returns a lightuserdata that can be passed to
run_on_actor
.
Is Parallel
Returns if the thread is parallel or not.
Run On Actor
Will run the script on an actor state.
Last updated