From c17ecc141e94a3bee82b148440d3225237836fe6 Mon Sep 17 00:00:00 2001 From: Walter Julius Hennecke Date: Mon, 29 Apr 2013 23:45:53 +0200 Subject: [PATCH] Lua documentation update and config.ld for LDoc --- code/game/lua_entity.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/lua_entity.c b/code/game/lua_entity.c index 1f22e5f..72dab67 100644 --- a/code/game/lua_entity.c +++ b/code/game/lua_entity.c @@ -6,6 +6,12 @@ extern qboolean G_CallSpawn(gentity_t *ent); #ifdef G_LUA + +/*** +Module to access entity functions and manage enities. Documentation under work. +@module entiy +*/ + // entity.MMBRefit() // this is just a function called from lua // it should be called before any other model work