Skip to main content

Alias

  • getactorfromstate

Argumentos

thread
requerido
Luau thread cuyo thread data debe comprobarse para encontrar una associated Actor weak reference.

Retornos

Instance | nil
Actor Instance resuelta desde la the associated Actor weak reference del thread, o nil cuando no hay valid actor reference.

Ejemplo

Resolve the Actor Instance associated with a Luau thread, when that thread has a valid actor reference.