AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
go_razorscale_mole_machine Class Reference
Inheritance diagram for go_razorscale_mole_machine:
GameObjectScript ScriptObject UpdatableScript< GameObject >

Classes

struct  go_razorscale_mole_machineAI
 

Public Member Functions

 go_razorscale_mole_machine ()
 
GameObjectAIGetAI (GameObject *go) const override
 
- Public Member Functions inherited from GameObjectScript
bool IsDatabaseBound () const override
 
virtual bool OnGossipHello (Player *, GameObject *)
 
virtual bool OnGossipSelect (Player *, GameObject *, uint32, uint32)
 
virtual bool OnGossipSelectCode (Player *, GameObject *, uint32, uint32, char const *)
 
virtual bool OnQuestAccept (Player *, GameObject *, Quest const *)
 
virtual bool OnQuestReward (Player *, GameObject *, Quest const *, uint32)
 
virtual uint32 GetDialogStatus (Player *, GameObject *)
 
virtual void OnDestroyed (GameObject *, Player *)
 
virtual void OnDamaged (GameObject *, Player *)
 
virtual void OnModifyHealth (GameObject *, Unit *, int32 &, SpellInfo const *)
 
virtual void OnLootStateChanged (GameObject *, uint32, Unit *)
 
virtual void OnGameObjectStateChanged (GameObject *, uint32)
 
- Public Member Functions inherited from ScriptObject
virtual bool isAfterLoadScript () const
 
virtual void checkValidity ()
 
std::string const & GetName () const
 
uint16 GetTotalAvailableHooks ()
 
- Public Member Functions inherited from UpdatableScript< GameObject >
virtual void OnUpdate (GameObject *, uint32)
 

Additional Inherited Members

- Protected Member Functions inherited from GameObjectScript
 GameObjectScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name, uint16 totalAvailableHooks=0)
 
virtual ~ScriptObject ()=default
 
- Protected Member Functions inherited from UpdatableScript< GameObject >
 UpdatableScript ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ go_razorscale_mole_machine()

go_razorscale_mole_machine::go_razorscale_mole_machine ( )
inline
1289 : GameObjectScript("go_razorscale_mole_machine")
1290 { }
Definition GameObjectScript.h:25

Member Function Documentation

◆ GetAI()

GameObjectAI * go_razorscale_mole_machine::GetAI ( GameObject go) const
inlineoverridevirtual

Reimplemented from GameObjectScript.

1313 {
1314 return GetUlduarAI<go_razorscale_mole_machineAI>(go);
1315 }

The documentation for this class was generated from the following file: