GE Lua Documentation

Press F to search!

logCommandFunction

Definition


-- @/lua/ge/extensions/core/vehicleBridge.lua:10
M.logCommandFunction = function(veh, command)
  log("D","","To Vehicle " .. dumps(veh:getId()) .." -> " ..dumps(command))
end

Callers