Sc waypoint linksTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 37: | Line 37: | ||
|} | |} | ||
== Flags == | |||
{| | |||
|- | |||
| TELEPORT | |||
| Use to have a NPC teleport from the start waypoint to the end waypoint. | |||
|- | |||
| ONEWAY | |||
| | |||
|- | |||
| NO_WANDER | |||
| | |||
|} | |||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Revision as of 21:53, 3 February 2011
field | type | foreign key | description |
---|---|---|---|
id | integer | ||
name | varchar | ||
type | varchar | ||
wp1 | integer | ||
wp2 | integer | ||
flags | varchar |
Flags
TELEPORT | Use to have a NPC teleport from the start waypoint to the end waypoint. |
ONEWAY | |
NO_WANDER |