Changes between Initial Version and Version 2 of Ticket #3912


Ignore:
Timestamp:
Apr 18, 2016, 8:51:34 AM (8 years ago)
Author:
sanderd17
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3912

    • Property Keywords simple added
  • Ticket #3912 – Description

    initial v2  
    22
    33Entity Highlighting is already possible.
     4
     5It can be handled similar to dialog boxes; send a message through the GuiInterface with some parameters (like the box position), which is parsed by the GUI.
     6
     7Some hints to process it similar to dialog boxes and triggers: [source:/ps/trunk/binaries/data/mods/public/gui/session/dialogs dialogs directory], [source:/ps/trunk/binaries/data/mods/public/gui/session/messages.js messages.js] (openDialog function), [source:/ps/trunk/binaries/data/mods/public/maps/scenarios/Triggers_demo.js Triggers_demo.js].