CollectGarbageOption

CollectGarbageOption(String)

package lua

import lua.Lua

Available on lua

Enum for describing garbage collection options

Variables

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部