Changeset 109 for trunk/src/bindings/scripts/ScriptMgr.h
- Timestamp:
- 11/19/08 13:36:49 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bindings/scripts/ScriptMgr.h
r44 r109 66 66 extern Script *m_scripts[MAX_SCRIPTS]; 67 67 68 // Localized Text function69 const char* GetEventAILocalizedText(uint32 entry);70 71 //EventAI text function72 const char* GetEventAIText(uint32 entry); // TODO: Locales73 74 68 //Generic scripting text function 75 69 void DoScriptText(int32 textEntry, WorldObject* pSource, Unit* target = NULL);