GE Lua Documentation

Press F to search!

setRandomIconColorSeed

Definition


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

Callers

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