コード例 #1
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int)
RuntimeScriptValue Sc_wjuFakeKeypress(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(wjuFakeKeypress);
}
コード例 #2
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int a)
RuntimeScriptValue Sc_Joystick_Click(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(Joystick_Click);
}
コード例 #3
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int Param1)
RuntimeScriptValue Sc_SetFlashlightInt1(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(SetFlashlightInt1);
}
コード例 #4
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int a)
RuntimeScriptValue Sc_Joystick_EnableEvents(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(Joystick_EnableEvents);
}
コード例 #5
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int value)
RuntimeScriptValue Sc_srSetWindSpeed(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srSetWindSpeed);
}
コード例 #6
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int amount)
RuntimeScriptValue Sc_srSetRainAmount(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srSetRainAmount);
}
コード例 #7
0
ファイル: global_plugin.cpp プロジェクト: Kitai/agsfr
// void (int amount)
RuntimeScriptValue Sc_srChangeSnowAmount(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(srChangeSnowAmount);
}
コード例 #8
0
ファイル: system.cpp プロジェクト: CalinLeafshade/ags
// void (int newValue)
RuntimeScriptValue Sc_System_SetVsync(const RuntimeScriptValue *params, int32_t param_count)
{
    API_SCALL_VOID_PINT(System_SetVsync);
}