aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/ttw/falloutttwscriptextender.cpp
blob: ab9474e5c03e848af00fff2edb747435c0ab37d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "falloutttwscriptextender.h"

#include <QString>
#include <QStringList>

FalloutTTWScriptExtender::FalloutTTWScriptExtender(GameGamebryo const* game)
    : GamebryoScriptExtender(game)
{}

QString FalloutTTWScriptExtender::BinaryName() const
{
  return "nvse_loader.exe";
}

QString FalloutTTWScriptExtender::PluginPath() const
{
  return "nvse/plugins";
}