Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created November 9, 2021 23:58
Show Gist options
  • Save triacontane/efdcc87f11e04124e05d5a566eca99d7 to your computer and use it in GitHub Desktop.
Save triacontane/efdcc87f11e04124e05d5a566eca99d7 to your computer and use it in GitHub Desktop.
指定した名称と一致するデータベースのインデックスを取得
$dataCommonEvents.findIndex(item => item && item.name === 'コモンイベント名称');
@triacontane
Copy link
Author

指定した名称と一致するデータベースのインデックスを取得します。
ツクールMV1.6.0以降およびツクールMZで使用可能です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment