LuaCompileOptions๏ƒ

Experimental: This class may be changed or removed in future versions.

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties๏ƒ

int

coverage_level

0

int

debug_level

1

int

optimization_level

1

int

type_info_level

0


Property Descriptions๏ƒ

int coverage_level = 0 ๐Ÿ”—

  • void set_coverage_level(value: int)

  • int get_coverage_level()

There is currently no description for this property. Please help us by contributing one!


int debug_level = 1 ๐Ÿ”—

  • void set_debug_level(value: int)

  • int get_debug_level()

There is currently no description for this property. Please help us by contributing one!


int optimization_level = 1 ๐Ÿ”—

  • void set_optimization_level(value: int)

  • int get_optimization_level()

There is currently no description for this property. Please help us by contributing one!


int type_info_level = 0 ๐Ÿ”—

  • void set_type_info_level(value: int)

  • int get_type_info_level()

There is currently no description for this property. Please help us by contributing one!