18 #include "precompiled.h"
35 return m_Script.Call<
fixed>(
"ApplyModifications", valueName, currentValue, entity);
40 return m_Script.Call<
u32>(
"ApplyModifications", valueName, currentValue, entity);
A simple fixed-point number class.
#define END_INTERFACE_WRAPPER(iname)
Technology manager interface.
#define DEFAULT_SCRIPT_WRAPPER(cname)
virtual u32 ApplyModifications(std::wstring valueName, u32 currentValue, entity_id_t entity)
#define BEGIN_INTERFACE_WRAPPER(iname)
#define REGISTER_COMPONENT_SCRIPT_WRAPPER(cname)
u32 entity_id_t
Entity ID type.