share/hedgewars/Data/Scripts/CMakeLists.txt
author sheepluva
Wed, 04 Dec 2013 10:47:15 +0100
changeset 9751 7a6038c3faa2
parent 8443 2debc9b9f917
permissions -rw-r--r--
lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)

file(GLOB luafiles *.lua)

install(FILES
    ${luafiles}
    DESTINATION ${SHAREPATH}Data/Scripts)

add_subdirectory(Multiplayer)