C# Class GarrysModLuaShared.menu

The menu library.
Afficher le fichier Open project: OmegaExtern/gmod-csharp-binary-module

Méthodes publiques

Méthode Description
RecordFrame ( LuaState luaState ) : void

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

Method Details

RecordFrame() public static méthode

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