Player_GetAtkTotal()
対応バージョン
Section titled “対応バージョン”Player_GetAtkTotal()プレイヤーの全ての種類の攻撃力(ATK)の合計を取得します。
攻撃力、武器攻撃力、バトル中の場合は一時攻撃力も含まれます。
サンプルコード
Section titled “サンプルコード”Dialog_Add("Your total attack power is " + string(Player_GetAtkTotal()) + "!")Dialog_Add("With that power, you might just be able to defeat the final boss!");Dialog_Start();上記コードは、プレイヤーの合計攻撃力を取得し、ダイアログに含んで表示します。