In this new design a plugin consists of a folder with Lua files, this should enable plugin developers to keep things separate and have more overview. git-svn-id: http://mc-server.googlecode.com/svn/trunk@172 0a769ca7-a7f5-676a-18bf-c427514a06d6
5 lines
150 B
Lua
5 lines
150 B
Lua
LOGINFO("tick.lua!! ")
|
|
|
|
function Tick( DeltaTime )
|
|
LOGINFO("Tick in tick.lua; LOOLOL = " .. LOOLOL .. " Plugin name = " .. PLUGIN:GetName() )
|
|
end |