# Query Region

Grammar — QueryRegion regionActor responseActor
FlagsFunction

Constructs and returns a QueryRegion actor message. This message searches a region actor determined by the Region Actor parameter and sends a message determined by the Response Actor parameter to any actors found inside of the region actor.

# Arguments

  • string<gamelink::Actor> — Region Actor
  • string<gamelink::Actor> — Response Actor

Returns — string<actormsg>

string libNtve_gf_QueryRegion(
	string lp_regionActor,
	string lp_responseActor,
);

Category: Actor / Message Constructors

# Examples

— None found —