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

Description

Wiki Description

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

Documentation Comment

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


Caveats


Examples

; Get the value of items stolen from the Evil Corporation that they didn't witness
int itemValue = EvilCorporationFaction.GetStolenItemValueNoCrime()

Auto-Generated Example

int returnedValue = myFaction__toCallFunctionOn.GetStolenItemValueNoCrime()

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.