Sonolus Wiki

Engine Rom

Engine Rom block contains read only memory provided by engine.

Identifier

const EngineRomId = 3000

Values

IndexInitial ValueDescription
0?Value of 0th element
1?Value of 1st element
2?Value of 2nd element
.........

Values are read from engine rom resource.

Access

CallbackReadWrite
preprocess
render

Remarks

Engine Rom provides an efficient way to store and use large amount of data for engines with such a need.