Cosmos Journeyer API Documentation - v1.10.3
    Preparing search index...

    Describes information used by mission nodes to update their state

    type MissionContext = {
        currentItinerary: DeepReadonly<Itinerary> | null;
        currentSystem: StarSystemController;
        physicsEngine: PhysicsEngineV2;
        playerPosition: Vector3;
    }
    Index

    Properties

    currentItinerary: DeepReadonly<Itinerary> | null

    The current itinerary of the player

    currentSystem: StarSystemController

    The current star system the player is in

    physicsEngine: PhysicsEngineV2

    Reference to the physics engine for ray/shape casting

    playerPosition: Vector3

    The world position of the player