diff core.lua @ 54:6d5fcbdc0590

DoTimerEditBoxDropDown widget to ver 5, warn (once) about missing item cache entries in the filter list dropdown.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sat, 07 Apr 2012 04:59:27 +0000
parents 7af58a7dce7d
children ac57a4342812
line wrap: on
line diff
--- a/core.lua	Fri Apr 06 18:23:22 2012 +0000
+++ b/core.lua	Sat Apr 07 04:59:27 2012 +0000
@@ -7,7 +7,7 @@
 - attend		saved text from raid attendence window, default nil
 - printed.FOO	last loot index formatted into text window FOO, default 0
 
-Common g_loot indices:
+Common g_loot entry indices:
 - kind			time/boss/loot
 - hour			0-23, on the *physical instance server*, not the realm server
 - minute		0-59, ditto
@@ -34,14 +34,16 @@
 - itemlink		full clickable link
 - itexture		icon path (e.g., Interface\Icons\INV_Misc_Rune_01)
 - quality		ITEM_QUALITY_* number
-- disposition	offspec/gvault/shard; missing otherwise; can be set from extratext
-- count			e.g., "x3"; missing otherwise; can be set/removed from extratext;
-- 				triggers only for a stack of items, not "the boss dropped double axes today"
+- disposition	offspec/gvault/shard; missing otherwise; can be set from
+-				the extratext field
+- count			e.g., "x3"; missing otherwise; can be set/removed from
+-				extratext; triggers only for a stack of items, not "the boss
+-				dropped double axes today"
 - is_heroic		true if item is heroic; missing otherwise
 - cache_miss	if GetItemInfo failed; SHOULD be missing (changes other fields)
 - bcast_from	if rebroadcast from another player; missing otherwise
 - extratext		text in Note column, including disposition and rebroadcasting
-- extratext_byhand	true if text was edited by player directly; missing otherwise
+- extratext_byhand	true if text edited by player directly; missing otherwise
 
 
 Functions arranged like this, with these lables (for jumping to).  As a