LibiadaCore.Core.AbstractChain.ClearAndSetNewLength C# (CSharp) Method

ClearAndSetNewLength() public abstract method

Deletes chain (building and alphabet) and creates new empty chain with given length.
public abstract ClearAndSetNewLength ( int length ) : void
length int /// New chain length. ///
return void
        public abstract void ClearAndSetNewLength(int length);