GE Lua Documentation

Press F to search!

setSelectedIconColor

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
  if path == "gizmos.objectIcons.monoIconColor" then worldEditorCppApi.setMonoIconColor(value) end
  if path == "gizmos.objectIcons.selectedIconColor" then worldEditorCppApi.setSelectedIconColor(value) end
  if path == "gizmos.objectIcons.iconShadowColor" then worldEditorCppApi.setIconShadowColor(value) end