Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
voidfunctionSetProjectileDataValue(ProjectileakProjectile, intaiIndexValue, floatafValue)NativeGlobal


Caveats


Parameters

ProjectileakProjectile

intaiIndexValue

floatafValue


Examples

Auto-Generated Example

Projectile myProjectile__akProjectile
int myInt__aiIndexValue
float myFloat__afValue

Lighthouse.SetProjectileDataValue(myProjectile__akProjectile, myInt__aiIndexValue, myFloat__afValue)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.