/** * @file script_impl.h * * @date Oct 5, 2014 * @author Andrey Belomutskiy, (c) 2012-2020 */ #pragma once #include void initScriptImpl(); float getCurveValue(int index, float key); expected getCurveIndexByName(const char *name); expected getTableIndexByName(const char *name); expected getSettingIndexByName(const char *name); ValueProvider3D *getscriptTable(int index);