ok

    Methods that return GodotError return ok when no error occurred.

    core-defs.swift:1093
    case ok

    Since ok has value 0, and all other error constants are positive integers, it can also be used in boolean checks.

    Example:

    Other cases