当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
DarkPlasma 複数のピクチャを消去する - DarkPlasma_ErasePictures.js
シェア用テキスト:
▼DarkPlasma 複数のピクチャを消去する(DarkPlasma様作) - DarkPlasma_ErasePictures.js
https://plugin-mz.fungamemake.com/archives/5309
指定したIDの範囲のピクチャを消去するプラグインコマンドを提供します。
ふりがな:ふくすうのぴくちゃをしょうきょする
機能概要: 指定したIDの範囲のピクチャを消去するプラグインコマンドを提供します。
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
解説ページ:https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree…
ダウンロードページ:https://raw.githubusercontent.com/elleonard/DarkPlasma-…
ファイル名:DarkPlasma_ErasePictures.js
プラグインのヘルプ:
/*:ja * @plugindesc 複数のピクチャを消去する * @author DarkPlasma * @license MIT * * @target MZ * @url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release * * @command erasePictures * @text 指定範囲のピクチャを消去する * @arg start * @text 開始ID * @type number * @default 1 * @min 1 * @arg end * @text 終了ID * @type number * @default 100 * * @help * version: 1.0.0 * 指定したIDの範囲のピクチャを消去するプラグインコマンドを提供します。 */