From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/game_event_condition_save.md | 83 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 6 deletions(-) (limited to 'docs/game_event_condition_save.md') diff --git a/docs/game_event_condition_save.md b/docs/game_event_condition_save.md index 97589e1..2711cce 100644 --- a/docs/game_event_condition_save.md +++ b/docs/game_event_condition_save.md @@ -1,7 +1,78 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [game_event_condition_save](game_event_condition_save) +# game\_event\_condition\_save -Column | Type | Description ---- | --- | --- -EventEntry | tinyint(3) unsigned | -Condition_id | int(10) unsigned | -Done | float | +`Back-to:Characters` + +**The \`game\_event\_condition\_save\` table** + +`table-no-description` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

eventEntry

tinyint(3)

unsigned

PRI

NO

 

 

 

condition_id

int(10)

unsigned

PRI

NO

0

 

 

done

float

signed

 

YES

0

 

 

+ +**Description of the fields** + +### eventEntry + +This is a link to the event entry in the game\_event table. + +### condition\_id + +See game\_event\_condition.condition\_id + +### done + +Indicates how much has been done. See game\_event\_condition.req\_num -- cgit