void Completely clears this action log of its entries
if(this.isReplaying){ return; } this.entries = []; // save our updated state into persistent // storage if(this.autoSave){ this._save(); }