Skip to content

TRP3_API.r.sendQuery(unitID)

Renaud "Ellypse" Parize edited this page May 31, 2019 · 1 revision

Send a Total RP 3 update query to a target. If the target is available, it will respond either that an update for that target's profile is available and initiate an update, or indicate that there is no update available.

TRP3_API.r.sendQuery(unitID);

Argument

  • unitID UnitID : the target to use (player, target, pet, focus, playerName-RealmWithoutSpaces etc.)

Example

Send a specific user a request for updates about their profile :

TRP3_API.r.sendQuery("Telkostrasz-KirinTor");

See also

TRP3_API.r.sendMSPQuery(unitID)

Clone this wiki locally