MZ用プラグイン

NUUN トリガー起動時のプレイヤーとイベントの向き状況取得 - NUUN_EventPlayerDirection.js

シェア用テキスト:
▼NUUN トリガー起動時のプレイヤーとイベントの向き状況取得(NUUN様作) - NUUN_EventPlayerDirection.js
https://plugin-mz.fungamemake.com/archives/5754
トリガー起動時のプレイヤーとイベントとの向き状況を取得します。

ふりがな:とりがーきどうじのぷれいやーといべんとのむきじょうきょうしゅとく

機能概要: トリガー起動時のプレイヤーとイベントとの向き状況を取得します。

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

作者:NUUN

作者サイト:https://github.com/nuun888

ダウンロードページ:https://raw.githubusercontent.com/nuun888/mz/master/NUU…

ファイル名:NUUN_EventPlayerDirection.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc トリガー起動時のプレイヤーとイベントの向き状況取得
 * @author NUUN
 * @version 1.0.3
 * 
 * @help
 * トリガー起動時のプレイヤーとイベントとの向き状況を取得します。
 * 
 * 利用規約
 * このプラグインはMITライセンスで配布しています。
 * 
 * 更新履歴
 * 2023/2/18 Ver.1.0.3
 * 先制、不意打ちEXプラグインからの参照で、スイッチIDを設定しなくても動作するように修正。
 * 2022/12/1 Ver.1.0.2
 * 日本語以外での表示を英語表示に変更。
 * 2022/7/31 Ver.1.0.1
 * 外部プラグインから背後の変数を取得するための処理を追加。
 * 2022/7/24 Ver.1.0.0
 * 初版
 * 
 * 
 * @param PlayerBackDirectionSwitch
 * @text プレイヤー背後スイッチID
 * @desc プレイヤーから見てイベントが後ろ方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param EventBackDirectionSwitch
 * @text イベント背後スイッチID
 * @desc イベントから見てプレイヤーが後ろ方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param PlayerFrontDirectionSwitch
 * @text プレイヤー正面スイッチID
 * @desc プレイヤーから見てイベントが正面方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param EventFrontDirectionSwitch
 * @text イベント正面スイッチID
 * @desc イベントから見てプレイヤーが正面方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param PlayerLeftDirectionSwitch
 * @text プレイヤー左側スイッチID
 * @desc プレイヤーから見てイベントが左方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param EventLeftDirectionSwitch
 * @text イベント左側スイッチID
 * @desc イベントから見てプレイヤーが左方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param PlayerRightDirectionSwitch
 * @text プレイヤー右側スイッチID
 * @desc プレイヤーから見てイベントが右方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 * 
 * @param EventRightDirectionSwitch
 * @text イベント右側スイッチID
 * @desc イベントから見てプレイヤーが右方向からトリガーが起動したときにONにするスイッチID。
 * @type switch
 * @default 0
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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