Skip to main content

batchLookupActors

Bulk-fetches actors by a list of 32-character ASCII uuids in one round-trip. Requires a valid game token. PUBLIC-STATE ONLY: privateState is stripped (null) for every result regardless of ownership. Unknown uuids are silently omitted. Use this to resolve many actors at once; use actor for a single owner-scoped fetch.

batchLookupActors(
input: BatchActorLookupInput!
): [Actor!]!

Arguments

batchLookupActors.input ● BatchActorLookupInput! non-null input

List of actor uuids to look up (see BatchActorLookupInput).

Type

Actor object