light .target .position .set  (  LightObjectID ,  PosX ,  PosY ,  PosZ  )  
                                               
Description :

This instruction sets the world space position for the target of a light.

Parameters :

  • ObjectID of the light.
  • X Component of the position.
  • Y Component of the position.
  • Z Component of the position.

Notes :


This instruction is only valid for lights that have a target.

Examples :