Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created June 14, 2021 15:37
Show Gist options
  • Save triacontane/673b0248f1acde40633d6935b253e73f to your computer and use it in GitHub Desktop.
Save triacontane/673b0248f1acde40633d6935b253e73f to your computer and use it in GitHub Desktop.
全ての動的イベントを消去
$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