Free Hero Mesh

Artifact [1e9bca73a1]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Artifact 1e9bca73a118b2f4decfbc104c99f4748d963dfb:

Wiki page [SQL tables] by zzo38 on 2018-04-28 04:42:50.
D 2018-04-28T04:42:50.889
L SQL\stables
P 7ae0579ee759ff52be31368126d436d3b20b8ed1
U zzo38
W 963
This document is a list of the available SQL tables and views that you can use in the customization of Free Hero Mesh. See also: [SQL functions].

(Note: This is only a draft and is likely to change in future.)

An asterisk in the heading indicates a virtual table; you cannot define triggers on a virtual table.

<h2>CLASSES *</h2>

This table is read-only.

<h2>INVENTORY *</h2>

This table is read-only.

<h2>LEVELS *</h2>

<h2>MOVES *</h2>

<h2>OBJECTS *</h2>

This table is read-only.

<h2>PICTURES</h2>
<verbatim-1>CREATE TEMPORARY TABLE "PICTURES"("ID" INTEGER PRIMARY KEY, "NAME" TEXT, "OFFSET" INT);</verbatim-1>

A list of all of the pictures that are available; loaded from the .xclass file. Probably only the NAME column is useful to the user; it is the lump name without the .IMG suffix.

While it is possible to write to this table, there is probably no use to do so.

<h2>USERCACHEDATA</h2>

<h2>USERCACHEINDEX</h2>

Z c0f4d13226e21b901ea54563a2dc4170