(int index)
| 1378 | List<LuaCSFunction> fix_cs_functions = new List<LuaCSFunction>(); |
| 1379 | |
| 1380 | internal LuaCSFunction GetFixCSFunction(int index) |
| 1381 | { |
| 1382 | return fix_cs_functions[index]; |
| 1383 | } |
| 1384 | |
| 1385 | internal void PushFixCSFunction(RealStatePtr L, LuaCSFunction func) |
| 1386 | { |