GE Lua Documentation

Press F to search!

GetDirtyReason

Definition


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

Callers

@/lua/ge/extensions/editor/missionPlaybook/missionTreeViewer.lua
      ui_flowgraph_editor.End()
      if (bit.band(tonumber(ui_flowgraph_editor.GetDirtyReason()), ui_flowgraph_editor.Dirty_Position) ~= 0) then
        dump("AD")
@/lua/ge/extensions/editor/flowgraph/main.lua
              --else
                --im.Text("Dirty: " .. tonumber(ui_flowgraph_editor.GetDirtyReason()))
              end

          if (bit.band(tonumber(ui_flowgraph_editor.GetDirtyReason()), ui_flowgraph_editor.Dirty_Position) ~= 0) then --and im.IsMouseReleased(0) then
            if self.mgr._ignoreMove then
@/lua/ge/extensions/editor/flowgraphEditor.lua
  end
  --print(tonumber(ui_flowgraph_editor.GetDirtyReason()))