Skip to main content

エイリアス

  • getactorfromstate

引数

thread
必須
associated Actor weak reference を確認する thread data を持つ Luau thread。

戻り値

Instance | nil
thread の the associated Actor weak reference から解決された Actor Instance、または valid actor reference がない場合は nil。

例

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