RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

Mihil 複数のピクチャを一気に消去 - Mihil_ErasePictures.js

シェア用テキスト:
▼Mihil 複数のピクチャを一気に消去(Mihiraghi様作) - Mihil_ErasePictures.js
https://plugin.fungamemake.com/archives/31971
複数のピクチャを一気に消去します

ふりがな:ふくすうのぴくちゃをいっきにしょうきょ

機能概要: 複数のピクチャを一気に消去します

利用規約(ライセンス): MITライセンス

作者:Mihiraghi

作者サイト:https://x.com/digi_loli

解説ページ:https://github.com/asakayu/Mihil_RPGMakerMV_plugins

ダウンロードページ:https://raw.githubusercontent.com/asakayu/Mihil_RPGMake…

ファイル名:Mihil_ErasePictures.js

プラグインのヘルプ:

/*:
 * @plugindesc 複数のピクチャを一気に消去します
 * @author Mihiraghi
 * @target MZ
 * 
 * @help $gameScreen.erasePicturesExcludes(残すピクチャID)
 * で括弧の中に入れたIDのピクチャを残して、他を全て消去します。
 * $gameScreen.erasePicturesExcludes(1,2,3)
 * だとピクチャID1,2,3のピクチャだけが画面に残ります。
 * 
 * $gameScreen.erasePicturesExcludes()
 * だと全てのピクチャが消えますが、
 * $gameScreen.clearPictures()で消したほうが速いです。
 * 
 * $gameScreen.erasePicturesIncludes(消去するピクチャID)
 * で括弧の中に入れたIDのピクチャを消去します。
 * $gameScreen.erasePicturesIncludes(1,3,9)
 * だとピクチャID1,3,9のピクチャだけが消えます。
 * 
 * Ver1.0.0 配布
 * 
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2025 All Rights Reserved.