Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Add Collection support for QueryBuilder methods

Joined
Dec 10, 2014
Messages
3,332
Here are some methods that I feel would be nice to have Collection support for.

ActorQueryBuilder
  • names | String and Pattern
  • models | Integer
  • defaultColors | Color
  • dialogues | String and Pattern
  • dialogueContains | String
  • targeting | Actor
  • targetedBy | Actor
  • animations | Integer
  • stances | Integer
NpcQueryBuilder
  • actions | String and Pattern
  • appearance | Integer
GameObjectQueryBuilder
  • names | String and Pattern
  • actions | String and Pattern
  • types | Type
  • models | Integer
  • defaultColors | Color
  • appearance | Integer
GroundItemQueryBuilder
  • names | String and Pattern
  • actions | String and Pattern
InterfaceComponentQueryBuilder
  • containers | Integer
  • textContains | String
  • texts | String and Pattern
  • textColors | Color
  • actions | String and Pattern
  • textures | Integer
  • names | String and Pattern
  • widths | Integer
  • heights | Integer
@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I've started on this by adding your suggestions to InterfaceQueryBuilder and ActorQueryBuilder for the next release.
 
Top