VMF Loader: little style changes
This commit is contained in:
parent
b34a00d57f
commit
a79d879de0
1 changed files with 9 additions and 9 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue