venkat6 / pina-collada

Automatically exported from code.google.com/p/pina-collada
0 stars 0 forks source link

Game Engine - Datenbank [5] #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In der Datenbank brauchen wir für die Spiele-Funktion folgendes:

IdCpTable: Id:int CP:int

Methoden:
-public void setCP(int Id, int CP)
-public int getCp(int Id)

QuestTable: qId:int status:int

Methoden:
-public void setStatus(int qId, int Status)
-public int getStatus(int qId)

Original issue reported on code.google.com by tobias.s...@gmail.com on 28 May 2012 at 4:42

GoogleCodeExporter commented 8 years ago
Wird dringend benötigt!

Original comment by FranXIna...@gmail.com on 30 May 2012 at 5:03

GoogleCodeExporter commented 8 years ago
Fehlende methode bei IdCpTable:

- public int getAllCps()

Iteriert über alle ereichten CPs, addiert diese auf und gibt sie dann zurück

Original comment by FranXIna...@gmail.com on 30 May 2012 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by tobias.s...@gmail.com on 1 Jun 2012 at 7:00

GoogleCodeExporter commented 8 years ago

Original comment by schulz.w...@googlemail.com on 1 Jun 2012 at 11:59