Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

File metadata and controls

19 lines (12 loc) · 470 Bytes

Specs

Component that holds a lua table that can be used to store arbitrary information in the Entity.

  • Reflectible
  • Not serializable (contains pointers and internal lua state)
  • Not processed by any system (used to store arbitrary user data)

Members

table

sol::table table;

Lua scripts can set this value to anything they desire.