mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-11 10:11:40 +00:00
Lua documentation update and config.ld for LDoc
This commit is contained in:
parent
a70d0cd939
commit
c17ecc141e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue