C# Класс LuaSharp.Tests.LuaScripts

Represents helpers for getting the Lua scripts.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetScriptStream ( string name ) : Stream

Gets a script from the assembly.

GetScriptString ( string name ) : String

Gets a script from the assembly.

Описание методов

GetScriptStream() публичный статический Метод

Gets a script from the assembly.
public static GetScriptStream ( string name ) : Stream
name string /// The name of the script. ///
Результат Stream

GetScriptString() публичный статический Метод

Gets a script from the assembly.
public static GetScriptString ( string name ) : String
name string /// The name of the script. ///
Результат String