Difference between revisions of "Osiris/API/CharacterIgnoreActiveCrimes"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''CharacterIgnoreActiveCrimes'''('''[in]'''''(CHARACTERGUID)'''''_character''', '''[out]'''''(INTEGER)'''''_bool''') ===== Description =...")
(No difference)

Revision as of 17: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.