Background for Fallout 4
Member of the Faction script
intfunctionGetStolenItemValueCrime()Native

Description

Wiki Description

Get the value of all items stolen by the player from this faction that was witnessed.

Documentation Comment

Obtains the value of all items stolen by the player from this faction that was witnessed


Caveats


Examples

; Get the value of items stolen from the Evil Corporation that they witnessed
int itemValue = EvilCorporationFaction.GetStolenItemValueCrime()

Auto-Generated Example

int returnedValue = myFaction__toCallFunctionOn.GetStolenItemValueCrime()

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.