Background for Fallout 4
Member of the InstanceData script
intfunctionGetAccuracyBonus(InstanceData:OwnerakOwner)NativeGlobal

Description

Wiki Description

Gets the accuracy bonus of an object.


Parameters

  1. InstanceData:OwnerakOwner

    CK Wiki Description

    The InstanceData Owner to get the value from.


Examples

; Get the gun's accuracy bonus
thisInstance = new InstanceData:Owner
thisInstance.owner = self as ObjectReference

int thisBonus = GetAccuracyBonus(thisInstance)

Auto-Generated Example

InstanceData:Owner myInstanceData_Owner__akOwner

int returnedValue = InstanceData.GetAccuracyBonus(myInstanceData_Owner__akOwner)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.