Table of Contents

Class FileSystemScriptLoader

Namespace
MoonSharp.Interpreter.Loaders
Assembly
Assembly-CSharp.dll
public class FileSystemScriptLoader : ScriptLoaderBase, IScriptLoader
Inheritance
FileSystemScriptLoader
Implements
Derived
Inherited Members
Extension Methods

Constructors

FileSystemScriptLoader()

public FileSystemScriptLoader()

Methods

LoadFile(string, Table)

public override object LoadFile(string file, Table globalContext)

Parameters

file string
globalContext Table

Returns

object

ScriptFileExists(string)

public override bool ScriptFileExists(string name)

Parameters

name string

Returns

bool