ACR_BuilderPlugin.PluginMain.SetCreatureHPMax C# (CSharp) Méthode

SetCreatureHPMax() private méthode

private SetCreatureHPMax ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void SetCreatureHPMax(object sender, EventArgs e)
        {
            if (MessageBox.Show("This tool will set creature hit points across the module. To blacklist a creature from this feature, add a local variable of type int with a name of ABP_SETHP_OVERRIDE and a value of -1. For further uses of ABP_SETHP_OVERRIDE, see the wiki.", "Set Creature Hit Points", MessageBoxButtons.OKCancel) == DialogResult.Cancel) return;
            SetCreatureHP(CreatureHelper.HPType.Maximum);
        }