4 lines
No EOL
171 B
Lua
4 lines
No EOL
171 B
Lua
local vmf = get_mod("VMF")
|
|
|
|
-- Add vmf functions with a value of dummy_func if they need to be defined while a module is disabled.
|
|
local dummy_func = function() return end |