index
:
advtrains.git
atcjit
doc
l10n
luaatcdebug
master
new-ks
new-ks-orwell
profiler
route_prog_rework
techage
tracy
trainhud
trainhud-unifont
Advtrains mod for minetest.
orwell
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assets
/
blender
/
industrial
/
industry_loc.blend11
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'assets/blender/industrial/industry_loc.blend11')
0 files changed, 0 insertions, 0 deletions
er of elements in the enum */
}
TMS
;
#define gfasttm(g,et,e) ((et) == NULL ? NULL : \
((et)->flags & (1u<<(e))) ? NULL : luaT_gettm(et, e, (g)->tmname[e]))
#define fasttm(l,et,e) gfasttm(G(l), et, e)
LUAI_DATA
const char
*
const
luaT_typenames
[];
LUAI_FUNC
const
TValue
*
luaT_gettm
(
Table
*
events
,
TMS event
,
TString
*
ename
);
LUAI_FUNC
const
TValue
*
luaT_gettmbyobj
(
lua_State
*
L
,
const
TValue
*
o
,
TMS event
);
LUAI_FUNC
void
luaT_init
(
lua_State
*
L
);
#endif