Battle_GetPlayerTempAtk()
対応バージョン
Section titled “対応バージョン”Battle_GetPlayerTempAtk()プレイヤーの一時攻撃力(ATK)を取得します。
サンプルコード
Section titled “サンプルコード”Dialog_Add("Your determination is surging, and your attack power has increased by " +string(Battle_GetPlayerTempAtk()) + "!");Dialog_Start();上記コードは、プレイヤーの一時攻撃力を取得し、テキストに表示します。