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

#include <QString>
#include <QStringList>

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

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

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