Skip to content
Snippets Groups Projects
Forked from STJr / SRB2
Source project has a limited visibility.
  • Monster Iestyn's avatar
    dc1e7165
    Created lua_blockmaplib.c, for Lua's blockmap library · dc1e7165
    Monster Iestyn authored
    my P_SearchBlockmap_* functions are now a single searchBlockmap function, you can choose between "objects" and "lines" with the first arg to decide what to iterate through. I also rearranged the argument order a bit for easy stack cleanup etc
    
    I'll remove the old stuff later, don't worry, it's disabled for now
    dc1e7165
    History
    Created lua_blockmaplib.c, for Lua's blockmap library
    Monster Iestyn authored
    my P_SearchBlockmap_* functions are now a single searchBlockmap function, you can choose between "objects" and "lines" with the first arg to decide what to iterate through. I also rearranged the argument order a bit for easy stack cleanup etc
    
    I'll remove the old stuff later, don't worry, it's disabled for now