Skip to content

OnExperimentEnded

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnExperimentEnded( Workbench instance )
{
    Puts( "OnExperimentEnded works!" );
}

Location

  • Workbench::ExperimentComplete()
csharp
//---
	}
	base.SetFlag(BaseEntity.Flags.On, false, false, true);
	this.pendingBlueprint = null;
	base.inventory.SetLocked(false);
	base.SendNetworkUpdate(BasePlayer.NetworkQueue.Update);
	Interface.CallHook("OnExperimentEnded", this);
}

Released under the MIT License.