Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L,...

13
Chapter 1: Introduction to Lua

Transcript of Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L,...

Page 1: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value

Chapter 1: Introduction to Lua

Page 2: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 3: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 4: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 5: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 6: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 7: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value

Chapter 2: Working with Lua

Page 8: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 9: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value

Chapter 3: Tables and Objects

Page 10: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value

Chapter 5: Debugging Lua

Page 11: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 12: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value
Page 13: Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value

Chapter 6: Embedding Lua