package lua
import lua.Lua
Available on lua
Enum for describing garbage collection options
inlineread onlyCollect:CollectGarbageOption = "collect"
inlineread onlyCount:CollectGarbageOption = "count"
inlineread onlyRestart:CollectGarbageOption = "restart"
inlineread onlySetPause:CollectGarbageOption = "setpause"
inlineread onlySetStepMul:CollectGarbageOption = "setstepmul"
inlineread onlyStep:CollectGarbageOption = "step"
inlineread onlyStop:CollectGarbageOption = "stop"
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/CollectGarbageOption.html