Created
November 9, 2021 23:58
-
-
Save triacontane/efdcc87f11e04124e05d5a566eca99d7 to your computer and use it in GitHub Desktop.
指定した名称と一致するデータベースのインデックスを取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$dataCommonEvents.findIndex(item => item && item.name === 'コモンイベント名称'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
指定した名称と一致するデータベースのインデックスを取得します。
ツクールMV1.6.0以降およびツクールMZで使用可能です。