Skip to content

OnBradleyApcHunt

Usage

  • Return a non-null value to override default behavior

Example Autogenerated

csharp
private void OnBradleyApcHunt( BradleyAPC instance )
{
    Puts( "OnBradleyApcHunt works!" );
}

Location

  • BradleyAPC::UpdateMovement_Hunt()
csharp
public void UpdateMovement_Hunt()
{
	if (Interface.CallHook("OnBradleyApcHunt", this) != null)
	{
		return;
	}
	if (this.patrolPath == null)
	{
//---

Released under the MIT License.