コード例 #1
0
        public static bool GetBattleState()
        {
            var battlePointer = LegacyMemoryReader.ReadUInt32(_offsetPartyPointer);

            return(battlePointer != 0);
        }
コード例 #2
0
ファイル: General.xaml.cs プロジェクト: redthefed/Farplane
 public void Refresh()
 {
     NumGil.Text = LegacyMemoryReader.ReadUInt32(_offsetCurrentGil).ToString();
 }