Difference between revisions of "stateful.lua"

m (Added: Other Languages)
m (Other Languages)
 
Line 15: Line 15:
  
 
== Other Languages ==
 
== Other Languages ==
{{i18n|tateful.lua}}
+
{{i18n|stateful.lua}}

Latest revision as of 15:29, 15 December 2019

Original forum thread .

Latest version:

https://github.com/kikito/stateful.lua

stateful.lua allows the addition of states to objects in Lua. An object can have different states, and behave differently depending on which state it is in.

Please refer to the forum post above or the latest version link for examples of use.

Other Languages