Created
June 14, 2021 15:37
-
-
Save triacontane/673b0248f1acde40633d6935b253e73f 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
$gameMap.events() | |
.filter(e => e.isPrefab()) | |
.forEach(e => $gameMap.eraseEvent(e.eventId())); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment