# Query Radius

Grammar — QueryRadius radius responseActor
FlagsFunction

Constructs and returns a QueryRadius actor message. This message will search a radius equal to the Radius parameter around an actor, and send an actor message determined by the Response Actor parameter to any actors it finds in that radius.

# Arguments

  • fixed — Radius
  • string<gamelink::Actor> — Response Actor

Returns — string<actormsg>

string libNtve_gf_QueryRadius(
	fixed lp_radius,
	string lp_responseActor,
);

Category: Actor / Message Constructors

# Examples

— None found —