+ All Categories
Home > Documents > Chapter 1: Introduction to Lua · 2019. 6. 11. · lua setfield void lua setfield (lua State *L,...

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

Date post: 16-Oct-2020
Category:
Upload: others
View: 24 times
Download: 0 times
Share this document with a friend
13
Chapter 1: Introduction to Lua
Transcript
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


Recommended