Docs.rs
  • rglua-1.0.0
    • rglua 1.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • thevurv
    • Dependencies
      • derive_more ^0.99.17 normal
      • libloading ^0.7.2 normal
      • once_cell ^1.8.0 normal
      • rglua-macros ^0.1.0 normal
      • thiserror ^1.0.30 normal
      • vtables ^0.1.0 normal
      • vtables_derive ^0.1.0 normal
    • Versions
    • 29.7% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
☰
logo

Module interface

  • Structs
  • Enums
  • Functions
  • Type Definitions
logo
Change settings

Module rglua::interface[−][src]

Structs

CLuaShared

https://github.com/danielga/garrysmod_common/blob/9981d4aaee15452a9b0f53436c1aa807f81f3fd6/include/GarrysMod/Lua/LuaShared.h#L57

EngineClient

VEngineClient015 Offsets are confirmed correct as of 12/19/2021

ICVar

VEngineCvar007 vstdlib.dll

ILuaInterface

https://github.com/danielga/garrysmod_common/blob/9981d4aaee15452a9b0f53436c1aa807f81f3fd6/include/GarrysMod/Lua/LuaInterface.h#L25 Basically what is given to ordinary C++ binary modules that do not interface with lua_shared. You can use this but should really just use the lua_shared bindings.

ILuaObject

https://github.com/danielga/garrysmod_common/blob/9981d4aaee15452a9b0f53436c1aa807f81f3fd6/include/GarrysMod/Lua/LuaObject.h#L24

IMaterialSystem
IPanel

Enums

InterfaceError

Functions

get_from_interface

Tries to get source interface from given interface name, and handle to it acquired from get_interface_handle

get_interface_handle⚠

Gets a handle to provided source interface

Type Definitions

CreateInterfaceFn