Page 1 of 1

[0.11.6] Car accelerationperenergymodifier is read-only

Posted: Wed Dec 17, 2014 12:38 pm
by Rahjital
The accelerationperenergymodifier Lua variable of car entities is read-only despite being read-write in 0.10; the other two car Lua properties (frictionmodifier and consumption modifier) are still read-write, so this seems to be a mistake done when car entities were rewritten for 0.11

Re: [0.11.6] Car accelerationperenergymodifier is read-only

Posted: Sat Dec 20, 2014 9:08 pm
by kovarex
Ok, so I noticed we renamed this to the "effectivitymodifier", but we just forgot to rename the read property, so from 0.11.8 both will be accessed as effectivitymodifier.

Thanks for the notice.