|
| | ~TESObjectCELL () override |
| |
| void | ClearData () override |
| |
| bool | Load (TESFile *a_mod) override |
| |
| TESForm * | CreateDuplicateForm (bool a_createEditorID, void *a_arg2) override |
| |
| bool | FindInFileFast (TESFile *a_mod) override |
| |
| void | SaveGame (BGSSaveFormBuffer *a_buf) override |
| |
| void | LoadGame (BGSLoadFormBuffer *a_buf) override |
| |
| void | Revert (BGSLoadFormBuffer *a_buf) override |
| |
| void | InitItemImpl () override |
| |
| void | GetFormDetailedString (char *a_buf, std::uint32_t a_bufLen) override |
| |
| void | SetAltered (bool a_set) override |
| |
| bool | BelongsInGroup (FORM *a_form, bool a_allowParentGroups, bool a_currentOnly) override |
| |
| void | CreateGroupData (FORM *a_form, FORM_GROUP *a_group) override |
| |
| const char * | GetFormEditorID () const override |
| |
| bool | SetFormEditorID (const char *a_str) override |
| |
| bool | IsParentForm () override |
| |
| bool | IsFormTypeChild (FormType a_type) override |
| |
| TESNPC * | GetActorOwner () |
| |
| bhkWorld * | GetbhkWorld () const |
| |
| void | ForEachReference (std::function< BSContainer::ForEachResult(TESObjectREFR *)> a_callback) const |
| |
| void | ForEachReferenceInRange (const NiPoint3 &a_origin, float a_radius, std::function< BSContainer::ForEachResult(TESObjectREFR *)> a_callback) const |
| |
| EXTERIOR_DATA * | GetCoordinates () |
| |
| TESFaction * | GetFactionOwner () |
| |
| INTERIOR_DATA * | GetLighting () |
| |
| BGSLocation * | GetLocation () const |
| |
| float | GetNorthRotation () |
| |
| TESForm * | GetOwner () |
| |
| float | GetExteriorWaterHeight () const |
| |
| TESRegionList * | GetRegionList (bool a_createIfMissing) |
| |
| bool | GetWaterHeight (const NiPoint3 &a_pos, float &a_waterHeight) |
| |
| bool | IsAttached () const |
| |
| bool | IsExteriorCell () const |
| |
| bool | IsInteriorCell () const |
| |
| void | SetActorOwner (TESNPC *a_owner) |
| |
| void | SetFactionOwner (TESFaction *a_owner) |
| |
| void | SetFogColor (Color a_near, Color a_far) |
| |
| void | SetFogPlanes (float a_near, float a_far) |
| |
| void | SetFogPower (float a_power) |
| |
| void | SetHandChanged (bool a_changed) |
| |
| void | SetOwner (TESForm *a_owner) |
| |
| void | SetPublic (bool a_public) |
| |
| bool | UsesSkyLighting () const |
| |
| RUNTIME_DATA & | GetRuntimeData () noexcept |
| |
| const RUNTIME_DATA & | GetRuntimeData () const noexcept |
| |
| | ~TESForm () override |
| |
| void | InitializeDataComponent () override |
| |
| void | ClearDataComponent () override |
| |
| void | CopyComponent (BaseFormComponent *a_rhs) override |
| |
| virtual void | InitializeData () |
| |
| virtual bool | LoadPartial (TESFile *a_mod) |
| |
| virtual bool | LoadEdit (TESFile *a_mod) |
| |
| virtual bool | AddChange (std::uint32_t a_changeFlags) |
| |
| virtual void | RemoveChange (std::uint32_t a_changeFlags) |
| |
| virtual bool | CheckSaveGame (BGSSaveFormBuffer *a_buf) |
| |
| virtual void | InitLoadGame (BGSLoadFormBuffer *a_buf) |
| |
| virtual void | FinishLoadGame (BGSLoadFormBuffer *a_buf) |
| |
| virtual TESFile * | GetDescriptionOwnerFile () const |
| |
| virtual FormType | GetSavedFormType () const |
| |
| virtual bool | GetKnown () const |
| |
| virtual bool | GetRandomAnim () const |
| |
| virtual bool | GetPlayable () const |
| |
| virtual bool | IsHeadingMarker () const |
| |
| virtual bool | GetDangerous () const |
| |
| virtual bool | QHasCurrents () const |
| |
| virtual bool | GetObstacle () const |
| |
| virtual bool | QIsLODLandObject () const |
| |
| virtual bool | GetOnLocalMap () const |
| |
| virtual bool | GetMustUpdate () const |
| |
| virtual void | SetOnLocalMap (bool a_set) |
| |
| virtual bool | GetIgnoredBySandbox () const |
| |
| virtual void | SetDelete (bool a_set) |
| |
| virtual void | SaveObjectBound () |
| |
| virtual void | LoadObjectBound (TESFile *a_mod) |
| |
| virtual bool | IsBoundObject () const |
| |
| virtual bool | IsObject () const |
| |
| virtual bool | IsMagicItem () const |
| |
| virtual bool | IsWater () const |
| |
| virtual TESObjectREFR * | AsReference1 () |
| |
| virtual const TESObjectREFR * | AsReference2 () const |
| |
| virtual std::uint32_t | GetRefCount () const |
| |
| virtual const char * | GetTextForParsedSubTag (const BSFixedString &a_tag) const |
| |
| virtual void | Copy (TESForm *a_srcForm) |
| |
| virtual bool | IsParentFormTree () |
| |
| virtual bool | Activate (TESObjectREFR *a_targetRef, TESObjectREFR *a_activatorRef, std::uint8_t a_arg3, TESBoundObject *a_object, std::int32_t a_targetCount) |
| |
| virtual void | SetFormID (FormID a_id, bool a_updateFile) |
| |
| virtual const char * | GetObjectTypeName () const |
| |
| virtual bool | QAvailableInGame () const |
| |
| template<class T , class = std::enable_if_t< std::negation_v< std::disjunction< std::is_pointer<T>, std::is_reference<T>, std::is_const<T>, std::is_volatile<T>>>>> |
| T * | As () noexcept |
| |
| template<class T , class = std::enable_if_t< std::negation_v< std::disjunction< std::is_pointer<T>, std::is_reference<T>, std::is_const<T>, std::is_volatile<T>>>>> |
| const T * | As () const noexcept |
| |
| TESObjectREFR * | AsReference () |
| |
| const TESObjectREFR * | AsReference () const |
| |
| TESFile * | GetFile (std::int32_t a_idx=-1) const |
| |
| std::uint32_t | GetFormFlags () const noexcept |
| |
| FormID | GetFormID () const noexcept |
| |
| FormType | GetFormType () const noexcept |
| |
| std::int32_t | GetGoldValue () const |
| |
| FormID | GetRawFormID () const |
| |
| FormID | GetLocalFormID () const |
| |
| const char * | GetName () const |
| |
| float | GetWeight () const |
| |
| bool | HasKeywordInArray (const std::vector< BGSKeyword * > &a_keywords, bool a_matchAll) const |
| |
| bool | HasAnyKeywordByEditorID (const std::vector< std::string > &editorIDs) const |
| |
| bool | HasKeywordByEditorID (std::string_view a_editorID) |
| |
| bool | HasKeywordInList (BGSListForm *a_keywordList, bool a_matchAll) const |
| |
| bool | HasVMAD () const |
| |
| bool | HasWorldModel () const noexcept |
| |
| void | InitItem () |
| |
| bool | Is (FormType a_type) const noexcept |
| |
| template<class... Args> |
| bool | Is (Args... a_args) const noexcept requires(std |
| |
| bool | IsAmmo () const noexcept |
| |
| bool | IsArmor () const noexcept |
| |
| bool | IsBook () const noexcept |
| |
| bool | IsDeleted () const noexcept |
| |
| bool | IsDynamicForm () const noexcept |
| |
| bool | IsGold () const noexcept |
| |
| bool | IsIgnored () const noexcept |
| |
| bool | IsInventoryObject () const |
| |
| bool | IsInitialized () const noexcept |
| |
| bool | IsKey () const noexcept |
| |
| bool | IsLockpick () const noexcept |
| |
| bool | IsNot (FormType a_type) const noexcept |
| |
| template<class... Args> |
| bool | IsNot (Args... a_args) const noexcept requires(std |
| |
| bool | IsNote () const noexcept |
| |
| bool | IsPlayer () const noexcept |
| |
| bool | IsPlayerRef () const noexcept |
| |
| bool | IsSkooma () const noexcept |
| |
| bool | IsSoulGem () const noexcept |
| |
| bool | IsWeapon () const noexcept |
| |
| void | SetPlayerKnows (bool a_known) |
| |
| virtual | ~BaseFormComponent () |
| |
| | TES_HEAP_REDEFINE_NEW () |
| |
| | ~TESFullName () override |
| |
| void | InitializeDataComponent () override |
| |
| void | ClearDataComponent () override |
| |
| void | CopyComponent (BaseFormComponent *a_rhs) override |
| |
| virtual std::uint32_t | GetFullNameLength () const |
| |
| virtual const char * | GetFullName () const |
| |
| void | SetFullName (const char *a_name) |
| |