# Query Persistent

Grammar — QueryPersistent enterResponseActor leaveResponeActor
FlagsFunction

Constructs and returns a QueryPersistent actor message. This message will instruct a region actor to send a message to other actors when they enter or leave that region actor. The Enter Response Actor parameter determines what message will be sent to actors entering the region actor, and the Leave Response Actor determines the actor message sent to actors exiting the region actor. This message only works on region actors.

# Arguments

  • string<gamelink::Actor> — Enter Response Actor
  • string<gamelink::Actor> — Leave Respone Actor

Returns — string<actormsg>

string libNtve_gf_QueryPersistent(
	string lp_enterResponseActor,
	string lp_leaveResponeActor,
);

Category: Actor / Message Constructors

# Examples

— None found —