package lua
import lua.Lua
Available on luaEnum for describing garbage collection options
inline read only Collect:CollectGarbageOption = "collect" inline read only Count:CollectGarbageOption = "count" inline read only Restart:CollectGarbageOption = "restart" inline read only SetPause:CollectGarbageOption = "setpause" inline read only SetStepMul:CollectGarbageOption = "setstepmul" inline read only Step:CollectGarbageOption = "step" inline read only Stop:CollectGarbageOption = "stop"
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/lua/CollectGarbageOption.html