GE Lua Documentation

Press F to search!

setUseIconColor

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.fadeIcons" then worldEditorCppApi.setFadeIcons(value) end
  if path == "gizmos.objectIcons.useIconColor" then worldEditorCppApi.setUseIconColor(value) end
  if path == "gizmos.objectIcons.randomIconColorSeed" then worldEditorCppApi.setRandomIconColorSeed(value) end