Background for Starfield
Member of the Actor script

Description

Documentation Comment

Received when player completely surveyed a planet


Parameters

  1. PlanetakPlanet


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPlayerPlanetSurveyComplete(Planet akPlanet)
    Debug.trace("Event received - OnPlayerPlanetSurveyComplete: akPlanet = " + akPlanet)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.