Exemplo n.º 1
0
// void (int)
RuntimeScriptValue Sc_wjuFakeKeypress(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(wjuFakeKeypress);
}
Exemplo n.º 2
0
// void (int a)
RuntimeScriptValue Sc_Joystick_Click(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(Joystick_Click);
}
Exemplo n.º 3
0
// void (int Param1)
RuntimeScriptValue Sc_SetFlashlightInt1(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(SetFlashlightInt1);
}
Exemplo n.º 4
0
// void (int a)
RuntimeScriptValue Sc_Joystick_EnableEvents(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(Joystick_EnableEvents);
}
Exemplo n.º 5
0
// void (int value)
RuntimeScriptValue Sc_srSetWindSpeed(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srSetWindSpeed);
}
Exemplo n.º 6
0
// void (int amount)
RuntimeScriptValue Sc_srSetRainAmount(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srSetRainAmount);
}
Exemplo n.º 7
0
// void (int amount)
RuntimeScriptValue Sc_srChangeSnowAmount(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srChangeSnowAmount);
}
Exemplo n.º 8
0
// void (int newValue)
RuntimeScriptValue Sc_System_SetVsync(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(System_SetVsync);
}