Regular API function

sim.restoreEntityColor

Description Restores the color of an entity, previously modified with sim.changeEntityColor.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
sim.restoreEntityColor(map[] originalColorData)
Lua
parameters
originalColorData: the data returned from a call to sim.changeEntityColor
Lua
return values
Python
synopsis
sim.restoreEntityColor(list originalColorData)