Osiris/API/CharacterIgnoreActiveCrimes

From Divinity Engine Wiki
Revision as of 17:01, 28 August 2018 by Kevin (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''CharacterIgnoreActiveCrimes'''('''[in]'''''(CHARACTERGUID)'''''_character''', '''[out]'''''(INTEGER)'''''_bool''') ===== Description =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.