Skip to content

Expose P_LineIsBlocking to Lua

SMS Alfredo requested to merge SMS_Alfredo/SRB2:blockedexposed into next

Technically PTR_LineIsBlocking, but I renamed it for consistency's sake, not just in Lua. Simply tells you whether or not an object would be blocked by a line if said object attempted to cross it.

Test exe and mod:

lineisblockingtest.exe

L_LineIsBlockingTest.lua

Merge request reports