# Actor From Reference

Grammar — Actor from reference name
FlagsNative | Function

Returns an actor that is connected to the specified actor. The Name parameter can be either an actor ID or an actor reference, but is typically an actor reference.

# Arguments

  • actor — Actor
  • string — Name

Returns — actor

native actor ActorRefGet(actor a, string refName);

Category: Actor / Utility

# Examples

— None found —