class Godot::DisposedObjectError

Overview

Raised when an operation is attempted on a Godot Object that has been deleted or freed.

Defined in:

libgodot/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : UInt64 = 0_u64, msg : String | Nil = nil) #

[View source]

Instance Method Detail

def instance_id : UInt64 #

[View source]