mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-15 09:21:27 +00:00
16 lines
No EOL
187 B
C
16 lines
No EOL
187 B
C
/* luamodule test */
|
|
|
|
int a;
|
|
|
|
/* test */
|
|
void test() {
|
|
|
|
}
|
|
|
|
/*
|
|
* \function test.func(float a, entity b);
|
|
* \param float a "this is a";
|
|
* \desc test 123;
|
|
* \desc "test
|
|
* test2";
|
|
*/ |