mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[m] Lots of Doxygen fixes/additions - thanks to lfxGroove
This commit is contained in:
parent
b134615f92
commit
c94dbc84c2
960 changed files with 5905 additions and 6171 deletions
|
|
@ -48,6 +48,7 @@ The action to execute.
|
|||
-- --------------------------
|
||||
|
||||
Range in which the buddy defined in buddy_entry will be searched
|
||||
In case of SCRIPT_FLAG_BUDDY_BY_GUID this field is the buddy's guid!
|
||||
|
||||
-- --------------------------
|
||||
## data_flags
|
||||
|
|
@ -58,7 +59,10 @@ Field which holds a combination of these flags:
|
|||
SCRIPT_FLAG_BUDDY_AS_TARGET = 0x01
|
||||
SCRIPT_FLAG_REVERSE_DIRECTION = 0x02
|
||||
SCRIPT_FLAG_SOURCE_TARGETS_SELF = 0x04
|
||||
|
||||
SCRIPT_FLAG_COMMAND_ADDITIONAL = 0x08 (Only for some commands possible)
|
||||
SCRIPT_FLAG_BUDDY_BY_GUID = 0x10 (Interpret search_radius as buddy's guid)
|
||||
SCRIPT_FLAG_BUDDY_IS_PET = 0x20 (Do not search for an npc, but for a pet)
|
||||
|
||||
Detailed meaning described below!
|
||||
|
||||
|
|
@ -146,8 +150,6 @@ Where "A -> B" means that the command is executed from A with B as target.
|
|||
-- --------------------------
|
||||
|
||||
0 SCRIPT_COMMAND_TALK resultingSource = WorldObject, resultingTarget = Unit/none
|
||||
* datalong (see enum ChatType for supported CHAT_TYPE_'s)
|
||||
* datalong2 = language
|
||||
* dataint = text entry from db_script_string -table. dataint2-dataint4 optionally, for random selection of text
|
||||
|
||||
1 SCRIPT_COMMAND_EMOTE resultingSource = Unit, resultingTarget = Unit/none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue