diff options
author | skyleo <skyleo@skyleo.de> | 2019-10-03 18:39:58 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2020-03-08 20:56:27 +0100 |
commit | d4a40467c5fb99b34b235a7fa8cde423fbdf24c0 (patch) | |
tree | f11a83ce835c667ddb7a0c608788d1436da64575 /src | |
parent | a51003dda282a5aeed0e63b93b8a213acd82cafb (diff) | |
download | hercules-d4a40467c5fb99b34b235a7fa8cde423fbdf24c0.tar.gz hercules-d4a40467c5fb99b34b235a7fa8cde423fbdf24c0.tar.bz2 hercules-d4a40467c5fb99b34b235a7fa8cde423fbdf24c0.tar.xz hercules-d4a40467c5fb99b34b235a7fa8cde423fbdf24c0.zip |
Add documentation for unit->walktoxy_sub
Diffstat (limited to 'src')
-rw-r--r-- | src/map/unit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index f0125ec79..db4fc47e7 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -116,6 +116,11 @@ static struct unit_data *unit_bl2ud2(struct block_list *bl) return unit->bl2ud(bl); } +/** + * TODO: understand purpose of this function + * @param bl block_list to process + * @return 0: success, 1: fail, 2: nullpointer + */ static int unit_walktoxy_sub(struct block_list *bl) { int i; |