Searched refs:UScriptInstructionShowProcess (Results 1 – 4 of 4) sorted by relevance
28 class UScriptInstructionShowProcess : public Uscript::UScriptInstruction {30 UScriptInstructionShowProcess() {} in UScriptInstructionShowProcess() function31 virtual ~UScriptInstructionShowProcess() {} in ~UScriptInstructionShowProcess()
41 int32_t UScriptInstructionShowProcess::Execute(Uscript::UScriptEnv &env, Uscript::UScriptContext &c… in Execute()
77 scriptManager_->AddInstruction("show_progress", new UScriptInstructionShowProcess()); in RegisterInstructions()
115 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()124 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()135 auto instruction = std::make_unique<UScriptInstructionShowProcess>(); in TestUpdateProcesserShowProcess()