Lua is brokey

the names in ffi declarations are not cleared when a script is reloaded
[neverlose] [“script name”]:ind: attempt to redefine ‘declaration name’ at line number

Ex: this will error out when you load it twice

ffi.cdef[[
    struct penis
    {
        char padding[69420];
        float m_Doyouknowjoe;
    };
]]
1 Like
ffi.cdef[[
   typedef struct {
        char padding[69420];
        float m_Doyouknowjoe;
    } penis;
]]

read what I said dumbass, this is a bug with the new api

1 Like

bump cuz still no workey?
also hi onion <3

1 Like