From aacfd4bf351df90c302ae8cb3153012338048d25 Mon Sep 17 00:00:00 2001 From: Kallfaktorn Date: Tue, 3 May 2011 11:34:10 +0200 Subject: [PATCH] 3.4.7 keys. --- report.lyx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/report.lyx b/report.lyx index 3a23cff..2e14170 100644 --- a/report.lyx +++ b/report.lyx @@ -4204,6 +4204,10 @@ Each game is uniquely identified by a table token and it's data is stored The Localstorage should contain data independent of the game state. Game resources, constants and globals are all examples of data that could reside within the Localstorage. + To store a value within the database, not only is the table token and the + name of the namespace required, but a unique key so that the value can + be successfully retrieved or modified later. + The key is fully decidable by the game developer. \end_layout