1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
HOUSING_BROWSER_MODE =
{
NONE = 0 ,
PLACEMENT = 1 ,
PRODUCTS = 2 ,
RETRIEVAL = 3 ,
SETTINGS = 4 ,
}
return browserBase
end
self . placeableListDirty = true
self . productListDirty = true
self . retrievableListDistancesDirty = true
self . retrievableListHeadingsDirty = true
else
self . placeableListDirty = true
end
end )
else
self . retrievableListDirty = true
end
end )
else
self . retrievableListDistancesDirty = true
self . retrievableListHeadingsDirty = true
end
end )
else
self . retrievableListHeadingsDirty = true
end
end )
else
self . productListDirty = true
end
end )
end
--Override
end
--Override
end
--Override
end
--Override
end
--Override
end
if self . placeableListDirty then
self . placeableListDirty = false
end
if self . retrievableListDirty then
else
if self . retrievableListHeadingsDirty then
if self . retrievableListDistancesDirty then
else
end
end
end
self . retrievableListDirty = false
self . retrievableListDistancesDirty = false
self . retrievableListHeadingsDirty = false
if self . productListDirty then
self . productListDirty = false
end
end
end
if placeableData then
end
end
if placeableData then
end
end
end
end
if self . mode ~= mode then
self . mode = mode
end
end |