OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
zonetrigger.h
Go to the documentation of this file.
1#pragma once
2
3#include "abstracttrigger.h"
4
6 public:
7 ZoneTrigger(Vob* parent, World& world, const zenkit::VTriggerChangeLevel& data, Flags flags);
8
9 void onIntersect(Npc& n) override;
10
11 private:
12 std::string levelName;
13 std::string startVobName;
14 };
Definition npc.h:25
Definition vob.h:11
Flags
Definition vob.h:13
World & world
Definition vob.h:45
Definition world.h:31
void onIntersect(Npc &n) override