SetSelections -> SaveSelections, GetSelections -> LoadSelections

This commit is contained in:
Glenn Maynard
2005-02-16 04:47:01 +00:00
parent 073e891589
commit 1db4aa2600
@@ -30,8 +30,8 @@ function OptionsRowTest()
-- Set list[1] to true if Option1 should be selected, and
-- list[2] if Option2 should be selected. This will be
-- called once per enabled player.
GetSelections = (function(list, pn) list[1] = true; end),
SetSelections = Set,
LoadSelections = (function(list, pn) list[1] = true; end),
SaveSelections = Set,
}
end