C# Class GarrysModLuaShared.menu

The menu library.
ファイルを表示 Open project: OmegaExtern/gmod-csharp-binary-module

Public Methods

Method Description
RecordFrame ( LuaState luaState ) : void

Used by "Demo to Video" to record the frame.

Method Details

RecordFrame() public static method

Used by "Demo to Video" to record the frame.
public static RecordFrame ( LuaState luaState ) : void
luaState LuaState Pointer to lua_State struct.
return void