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

#include <QString>
#include <QStringList>

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

QString Fallout4VRScriptExtender::BinaryName() const
{
  return "f4se_loader.exe";
}

QString Fallout4VRScriptExtender::PluginPath() const
{
  return "f4se/plugins";
}