OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
Processor.h File Reference
#include <string>
#include "Engine/Pid.h"

Functions

void initDecorationEvents ()
 
void checkDecorationEvents ()
 
void eventProcessor (int eventId, Pid targetObj, bool canShowMessages, int startStep=0)
 
bool npcDialogueEventProcessor (int eventId, int startStep=0)
 
bool hasEventHint (int eventId)
 
std::string getEventHintString (int eventId)
 
void onMapLoad ()
 
void onMapLeave ()
 
void onTimer ()
 

Variables

int savedEventID
 
int savedEventStep
 
LevelDecorationsavedDecoration
 

Function Documentation

◆ checkDecorationEvents()

void checkDecorationEvents ( )
Original binary offset:
0x46CC4B

◆ eventProcessor()

void eventProcessor ( int  eventId,
Pid  targetObj,
bool  canShowMessages,
int  startStep = 0 
)

◆ getEventHintString()

std::string getEventHintString ( int  eventId)

◆ hasEventHint()

bool hasEventHint ( int  eventId)

◆ initDecorationEvents()

void initDecorationEvents ( )
Original binary offset:
0x4613C4

◆ npcDialogueEventProcessor()

bool npcDialogueEventProcessor ( int  eventId,
int  startStep = 0 
)

◆ onMapLeave()

void onMapLeave ( )

◆ onMapLoad()

void onMapLoad ( )

◆ onTimer()

void onTimer ( )

Variable Documentation

◆ savedDecoration

LevelDecoration* savedDecoration
extern

◆ savedEventID

int savedEventID
extern

◆ savedEventStep

int savedEventStep
extern