Project

General

Profile

Feature - Enhancement #1735

Actor - Search parameters based on any member

Added by Kannkor over 7 years ago. Updated over 7 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-12-11
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

As per our conversation:

--> make the request that you want to be able to populate an actor index using search parameters involving any/all of the actor members

 

Random example:

echo ${Actor[member,race,ogre]}

Or a QueryActors or something.

#1

Updated by Amadeus over 7 years ago

  • Status changed from New to Implemented

December 19, 2016
[20161215.0002]
* The "Actor" TLO will now accept the following parameter format:
    Actor[Query,<Query String>]
* Added new METHOD to the 'eq2' datatype:
  1. QueryActors[index:actor,<Query String>]
(Please note that all string literals within query strings must be
enclosed in quotation marks.  For example: ${Actor[Query, Name =- "Aliindar"]})
====
Using Lavishscript Query Strings allows script writers to search based on ANY
of the datatypes members.   This makes it significantly more powerful and flexible
than the current methods of searching for and returning actors.  For more 
information, see http://forge.isxgames.com/projects/isxeq2/knowledgebase/articles/40
(Also, please note that the additions in today's changes are now considered the 
preferred way of searching for and returning actors with ISXEQ2. Older methodology 
should continue to work, but will no longer be expanded upon.)

Also available in: Atom PDF