enum Godot::CodeEdit::CodeCompletionLocation

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

LocationLocal = 0_i64
LocationParentMask = 256_i64
LocationOtherUserCode = 512_i64
LocationOther = 1024_i64

Instance Method Summary

Instance Method Detail

def location_local? #

Returns true if this enum value equals LocationLocal


[View source]
def location_other? #

Returns true if this enum value equals LocationOther


[View source]
def location_other_user_code? #

Returns true if this enum value equals LocationOtherUserCode


[View source]
def location_parent_mask? #

Returns true if this enum value equals LocationParentMask


[View source]