Difference between revisions of "Osiris/API/CharacterIgnoreActiveCrimes"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''CharacterIgnoreActiveCrimes'''('''[in]'''''(CHARACTERGUID)'''''_character''', '''[out]'''''(INTEGER)'''''_bool''') ===== Description =...") |
(No difference)
|
Revision as of 16:01, 28 August 2018
Full Definition(s)
- call CharacterIgnoreActiveCrimes([in](CHARACTERGUID)_character, [out](INTEGER)_bool)
Description
Remove all current pending crimes of a player character that can be removed.
Notes
- Returns failure if some crime cannot be removed. This can happen if a player is currently being interrogated for a crime.
- Despite failure, every crime that can be removed is removed.