- Found in:
- Vanilla
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
