VE Lua Documentation

Press F to search!

queueWebViewStreamJS

Definition


-- @/=[C]:-1
function queueWebViewStreamJS(...)

Callers

@/lua/vehicle/htmlTexture.lua
  --print('call(' .. tostring(self.webViewTag) .. ',' .. tostring(jsMethod) .. ',' .. dumps(data) .. ')')
  obj:queueWebViewStreamJS(self.webViewTag, streamName, string.format("%s(%s)", jsMethod, jsonEncode(data)))
end