|
|
@ -16,6 +16,8 @@ namespace MWScript
|
|
|
|
{
|
|
|
|
{
|
|
|
|
struct ExplicitRef
|
|
|
|
struct ExplicitRef
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
static const bool implicit = false;
|
|
|
|
|
|
|
|
|
|
|
|
MWWorld::Ptr operator() (Interpreter::Runtime& runtime, bool required=true,
|
|
|
|
MWWorld::Ptr operator() (Interpreter::Runtime& runtime, bool required=true,
|
|
|
|
bool activeOnly = false) const
|
|
|
|
bool activeOnly = false) const
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -31,6 +33,8 @@ namespace MWScript
|
|
|
|
|
|
|
|
|
|
|
|
struct ImplicitRef
|
|
|
|
struct ImplicitRef
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
static const bool implicit = true;
|
|
|
|
|
|
|
|
|
|
|
|
MWWorld::Ptr operator() (Interpreter::Runtime& runtime, bool required=true,
|
|
|
|
MWWorld::Ptr operator() (Interpreter::Runtime& runtime, bool required=true,
|
|
|
|
bool activeOnly = false) const
|
|
|
|
bool activeOnly = false) const
|
|
|
|
{
|
|
|
|
{
|
|
|
|