ACR_Movement.ACR_Movement.CloneScriptProgram C# (CSharp) 메소드

CloneScriptProgram() 공개 메소드

This routine is invoked when the script context is being cloned for the creation of a script situation. Its purpose is to create a new SampleManagedNWScript object and transfer any state desired to the new script object.
public CloneScriptProgram ( ) : IGeneratedScriptProgram
리턴 IGeneratedScriptProgram
        public IGeneratedScriptProgram CloneScriptProgram()
        {
            return new ACR_Movement(this);
        }