Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `game_tele` table

This table contains a list of teleport locations that can be used with the .tele command in-game. Entries in this table can be added/deleted manually or with the .addtele/.deltele commands.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment id

Game tele tc2

mediumint(8)

unsigned

PRI

NO

NULL

Auto increment

  position_x

Game tele tc2

float

signed

 

NO

0

 

  position_y

Game tele tc2

float

signed

 

NO

0

 

  position_z

Game tele tc2

float

signed

 

NO

0

 

  orientation

Game tele tc2

float

signed

 

NO

0

 

  map

Game tele tc2

smallint(5)

unsigned

 

NO

0

 

  name

Game tele tc2

varchar(100)

signed

 

NO

NULL

 

 

...