VE Lua Documentation

Press F to search!

dofile

Definition


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

Callers

@/lua/ge/extensions/editor/meshRoadEditor.lua
local logTag = 'editor_meshRoadEditor'
local meshEditor = dofile("/lua/ge/extensions/editor/meshEditor.lua")
meshEditor.type = "MeshRoad"
@/lua/ge/extensions/editor/riverEditor.lua
local logTag = 'editor_riverEditor'
local meshEditor = dofile("/lua/ge/extensions/editor/meshEditor.lua")
meshEditor.type = "River"