summaryrefslogtreecommitdiff
path: root/src/emap/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-30 17:15:08 +0300
commite2874a254e4270b58727a1fb3285cc167d04fa38 (patch)
tree0499a0cb67fde424e56ec2074af96e2c319e73fb /src/emap/script.h
parent22b54b7420404e83932114aae63acd54c06d4991 (diff)
downloadevol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.gz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.bz2
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.tar.xz
evol-hercules-e2874a254e4270b58727a1fb3285cc167d04fa38.zip
Split script.c into buildins and other script functions.
Diffstat (limited to 'src/emap/script.h')
-rw-r--r--src/emap/script.h66
1 files changed, 0 insertions, 66 deletions
diff --git a/src/emap/script.h b/src/emap/script.h
index a801189..852c997 100644
--- a/src/emap/script.h
+++ b/src/emap/script.h
@@ -14,70 +14,4 @@ char *eget_val_npcscope_str(struct script_state* st, struct reg_db *n, struct sc
void script_run_item_amount_script(TBL_PC *sd, struct script_code *itemScript, int itemId, int amount);
void script_run_card_script(TBL_PC *sd, struct script_code *itemScript, int itemId, int cardId);
-BUILDIN(l);
-BUILDIN(lg);
-BUILDIN(setCamNpc);
-BUILDIN(setCam);
-BUILDIN(moveCam);
-BUILDIN(restoreCam);
-BUILDIN(npcTalk3);
-BUILDIN(closeDialog);
-BUILDIN(shop);
-BUILDIN(getItemLink);
-BUILDIN(requestLang);
-BUILDIN(requestItem);
-BUILDIN(requestItems);
-BUILDIN(requestItemIndex);
-BUILDIN(requestItemsIndex);
-BUILDIN(requestCraft);
-BUILDIN(getq);
-BUILDIN(setq);
-BUILDIN(setNpcDir);
-BUILDIN(rif);
-BUILDIN(miscEffect);
-BUILDIN(setMapMask);
-BUILDIN(getMapMask);
-BUILDIN(addMapMask);
-BUILDIN(removeMapMask);
-BUILDIN(setNpcSex);
-BUILDIN(showAvatar);
-BUILDIN(setAvatarDir);
-BUILDIN(setAvatarAction);
-BUILDIN(clear);
-BUILDIN(changeMusic);
-BUILDIN(setNpcDialogTitle);
-BUILDIN(getMapName);
-BUILDIN(unequipById);
-BUILDIN(isPcDead);
-BUILDIN(areaTimer);
-BUILDIN(getAreaDropItem);
-BUILDIN(setMount);
-BUILDIN(clientCommand);
-BUILDIN(isUnitWalking);
-BUILDIN(failedRefIndex);
-BUILDIN(downRefIndex);
-BUILDIN(successRefIndex);
-BUILDIN(isStr);
-BUILDIN(npcSit);
-BUILDIN(npcStand);
-BUILDIN(npcWalkTo);
-BUILDIN(setBgTeam);
-BUILDIN(chatJoin);
-BUILDIN(checkNpcCell);
-BUILDIN(setCells);
-BUILDIN(delCells);
-BUILDIN(setSkin);
-BUILDIN(initCraft);
-BUILDIN(dumpCraft);
-BUILDIN(deleteCraft);
-BUILDIN(getCraftSlotId);
-BUILDIN(getCraftSlotAmount);
-BUILDIN(validateCraft);
-BUILDIN(getInvIndexLink);
-BUILDIN(emotion);
-BUILDIN(findCraftEntry);
-BUILDIN(useCraft);
-BUILDIN(getCraftCode);
-BUILDIN(setLook);
-
#endif // EVOL_MAP_SCRIPT