1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Add Collection support for QueryBuilder methods

Discussion in 'Developer Support' started by SlashnHax, Mar 6, 2016.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,212
    Likes Received:
    1,042
    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
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    I've started on this by adding your suggestions to InterfaceQueryBuilder and ActorQueryBuilder for the next release.
     
  3. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,212
    Likes Received:
    1,042
    Thanks :D
     
  4. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    Implemented.
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Not completely, only partially.
     

Share This Page

Loading...