getactorfromthread Synchronous
getactorfromstate
Actor when available.
Luau
getactorfromthread(target: thread | LuaStateProxy) -> Actor?Parameters
| Parameter | Type |
|---|---|
target | thread | LuaStateProxy |
Argument fields
Luau
LuaStateProxy = {Id: number, IsActorState: boolean, Event: NativeSignal}Returns
Actor?