enum
Godot::ScriptLanguageExtension::CodeCompletionLocation
Defined in:
libgodot/generated/classes/classes_part5.crEnum Members
-
LocationLocal =
0_i64 -
LocationParentMask =
256_i64 -
LocationOtherUserCode =
512_i64 -
LocationOther =
1024_i64
Instance Method Summary
-
#location_local?
Returns
trueif this enum value equalsLocationLocal -
#location_other?
Returns
trueif this enum value equalsLocationOther -
#location_other_user_code?
Returns
trueif this enum value equalsLocationOtherUserCode -
#location_parent_mask?
Returns
trueif this enum value equalsLocationParentMask