Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/gdscript/tests/scripts/completion/assignment_options/enum_identifier.cfg
10286 views
[output]
include=[
    {"display": "Control.SIZE_EXPAND"},
    {"display": "Control.SIZE_EXPAND_FILL"},
    {"display": "Control.SIZE_FILL"},
    {"display": "Control.SIZE_SHRINK_BEGIN"},
    {"display": "Control.SIZE_SHRINK_CENTER"},
    {"display": "Control.SIZE_SHRINK_END"},
]
exclude=[
    {"display": "contro_var"}
]