Skip to main content

별칭

  • getactorfromstate

인수

thread
필수
associated Actor weak reference를 찾기 위해 thread data를 확인할 Luau thread입니다.

반환값

Instance | nil
thread의 the associated Actor weak reference에서 resolve된 Actor Instance, 또는 valid actor reference가 없을 때 nil입니다.

예제

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