Skip to content
View zolo-mario's full-sized avatar
Block or Report

Block or report zolo-mario

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LuaVal is a C++ structure that is co... LuaVal is a C++ structure that is convertible from a lua table and to a lua table. Usage instructions at the bottom as a comment. Allows passing lua table between multiple lua states. Supports string, table, bool and number.
    1
    enum LuaTypeTag
    2
    {
    3
        TNIL,
    4
        TSTRING,
    5
        TTABLE,