Module: Godot
- Includes:
- RubyScript::Autoloads
- Included in:
- Variant
- Defined in:
- lib/godot_rb/object.rb,
lib/godot_rb/objects.rb,
lib/godot_rb/variant.rb,
lib/godot_rb/version.rb,
lib/godot_rb/enumerable.rb,
lib/godot_rb/ruby_script.rb,
lib/godot_rb/ruby_language.rb
Defined Under Namespace
Modules: Mixins Classes: Array, Dictionary, Object, RubyLanguage, RubyScript, Variant
Constant Summary collapse
- VERSION =
'0.0.0'
Class Method Summary collapse
Class Method Details
.init_level ⇒ Object
26 27 28 |
# File 'ext/godot_rb/setup.c', line 26 VALUE godot_rb_mGodot_m_init_level(RB_UNUSED_VAR(VALUE self)) { return INT2FIX(godot_rb_init_level_next - 1); } |