VMF Loader: little style changes

This commit is contained in:
bi 2018-06-08 11:20:47 +03:00
parent b34a00d57f
commit a79d879de0

View file

@ -6,9 +6,9 @@ VT1 = (type(script_data["eac-untrusted"]) == "nil")
-- Native mod object used by Fatshark mod manager
local vmf_mod_object = {}
-- ####################################################################################################################
-- ##### Initialization ###############################################################################################
-- ####################################################################################################################
-- #####################################################################################################################
-- ##### Initialization ################################################################################################
-- #####################################################################################################################
function vmf_mod_object:init()
dofile("scripts/mods/vmf/modules/vmf_mod_manager")
@ -47,9 +47,9 @@ function vmf_mod_object:init()
end)
end
-- ####################################################################################################################
-- ##### Events #######################################################################################################
-- ####################################################################################################################
-- #####################################################################################################################
-- ##### Events ########################################################################################################
-- #####################################################################################################################
function vmf_mod_object:update(dt)
vmf.mods_update_event(dt)
@ -105,8 +105,8 @@ function vmf_mod_object:on_game_state_changed(status, state)
end
end
-- ####################################################################################################################
-- ##### Return #######################################################################################################
-- ####################################################################################################################
-- #####################################################################################################################
-- ##### Return ########################################################################################################
-- #####################################################################################################################
return vmf_mod_object