Background for Starfield
Member of the ActiveMagicEffect script
eventOnPlayerCreateRobot(ActorakNewRobot)

Description

Documentation Comment

Received when player creates a new robot


Parameters

  1. ActorakNewRobot


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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