Function eos_rs::api::gameplay::generate_mission
source · pub unsafe fn generate_mission(
unknown: &mut undefined,
mission_data: &mut mission
) -> Option<MissionGenerationResult>
Expand description
Attempts to generate a random mission.
Returns the result, None
is returned if the game returns an invalid result internally.
Safety
The caller must make sure the undefined params are valid for this function.