Skip to content

OnScientistRecalled

Usage

  • No return behavior

Example Autogenerated

csharp
private void OnScientistRecalled( BradleyAPC instance, ScientistNPC scientist )
{
    Puts( "OnScientistRecalled works!" );
}

Location

  • BradleyAPC::OnScientistMounted(ScientistNPC scientist)
csharp
//---
		{
			mountedScientistPrefabs.Add(value);
		}
		activeScientists.Remove(scientist);
		numberOfScientistsToSpawn++;
		Interface.CallHook("OnScientistRecalled", this, scientist);
	}
}

Released under the MIT License.