LibFire
Added new functions:
; Returns books in loaded cells within `afRadius` of `akOrigin`
ObjectReference[] Function FindNearbyBooks(ObjectReference akOrigin, Float afRadius) Global Native
; Attempts to affix full name of `akMessage` to display name for `akRef`, and returns whether operation was successful
; If `abPrepend` is True, the message name will be prepended. If False, the name will be appended.
; If `abForce` is True, display names set by quest aliases will be overridden.
Bool Function TryAffixDisplayName(ObjectReference akRef, Message akMessage, Bool abPrepend, Bool abForce) Global Native