Definition at line 41 of file cs_wp.cpp.
◆ wp_commandscript()
| wp_commandscript::wp_commandscript |
( |
| ) |
|
|
inline |
◆ GetCommands()
◆ HandleWpAddCommand()
Add a waypoint to a creature.
The user can either select an npc or provide its GUID.
The user can even select a visual waypoint - then the new waypoint is placed after the selected one - this makes insertion of new waypoints possible.
eg: .wp add 12345 -> adds a waypoint to the npc with the GUID 12345
.wp add -> adds a waypoint to the currently selected creature
- Parameters
-
- Returns
- true - command did succeed, false - something went wrong
Definition at line 84 of file cs_wp.cpp.
◆ HandleWpLoadCommand()
| static bool wp_commandscript::HandleWpLoadCommand |
( |
ChatHandler * |
handler, |
|
|
uint32 |
pathid |
|
) |
| |
|
inlinestatic |
◆ HandleWpModifyCommand()
◆ HandleWpReloadCommand()
| static bool wp_commandscript::HandleWpReloadCommand |
( |
ChatHandler * |
handler, |
|
|
uint32 |
id |
|
) |
| |
|
inlinestatic |
◆ HandleWpShowCommand()
◆ HandleWpUnLoadCommand()
| static bool wp_commandscript::HandleWpUnLoadCommand |
( |
ChatHandler * |
handler | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: