#include "scp_parser.h"Go to the source code of this file.
Compounds | |
| class | cTriggerContext |
Entry points | |
| void | triggerItem (NXWSOCKET ts, P_ITEM pi, int eventType) |
| Entry Point for dynamic item triggers. | |
| void | triggerNpc (NXWSOCKET ts, P_CHAR pc, int eventType) |
| Entry point for all npc triggers. | |
| void | triggerTile (NXWSOCKET ts) |
| Entry point for envoked statics. | |
Defines | |
| #define | TRIGTYPE_DBLCLICK 1 |
| #define | TRIGTYPE_WALKOVER 2 |
| #define | TRIGTYPE_NPCWORD 3 |
| #define | TRIGTYPE_NPCTARG 4 |
| #define | TRIGTYPE_ENVOKED 64 |
| #define | TRIGTYPE_NPCENVOKED 65 |
| #define | TRIGTYPE_TARGET 128 |
Functions | |
| void | triggernpc (NXWSOCKET ts, int ti, int ttype) |
| bool | checkenvoke (UI16 eid) |
| Check if an item is an envoker. | |
Variables | |
| bool | g_bStepInTriggers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check if an item is an envoker.
|
|
||||||||||||||||
|
Entry Point for dynamic item triggers.
|
|
||||||||||||||||
|
Entry point for all npc triggers.
|
|
||||||||||||||||
|
|
|
|
Entry point for envoked statics.
|
|
|
|