C# Class LuaSharp.Tests.LuaScripts

Represents helpers for getting the Lua scripts.
Mostra file Open project: jsimmons/LuaSharp Class Usage Examples

Public Methods

Method Description
GetScriptStream ( string name ) : Stream

Gets a script from the assembly.

GetScriptString ( string name ) : String

Gets a script from the assembly.

Method Details

GetScriptStream() public static method

Gets a script from the assembly.
public static GetScriptStream ( string name ) : Stream
name string /// The name of the script. ///
return Stream

GetScriptString() public static method

Gets a script from the assembly.
public static GetScriptString ( string name ) : String
name string /// The name of the script. ///
return String