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()