Skip to content

G_FindMap and G_FindMapByNameOrCode for Lua

James R. requested to merge g_findmap-lua into next

G_FindMap actually returns a table because I've had enough with userdata.

local map, name, stat = G_FindMap("egg 3")

find.lua

Merge request reports