View Single Post
  #299  
Unread 11-25-2008, 05:52 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
The filters are bitflags indicating the types of updates desired. By default, accept all.

Code:
Value	Description	   
0x0000	None	   
0x0001	Visible/Not visible	   
0x0002	Text	   
0x0004	Tooltip	   
0x0008	Boolean value	   
0x0010	Floating point value	   
0x0020	Long value	   
0x0040	Progress percent	   
0x0080	Icon	   
0x0100	Command	   
0x0200	Enabled/Disabled	   
0x0400	Color	   
0x0800	Opacity	   
0x1000	Event Trigger	   
0xFFFF	All
This is taken from the official documentation. What is boolean value, long value, and floating point value?

Any thoughts on what our next step could be and how we could use this to our advantage?????? Event trigger doesn't do anything besides change values, right? And there's not an OnEventTriggered property.
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-25-2008 at 05:58 PM.