Skip to content

Commit

Permalink
Link to explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Jul 2, 2024
1 parent 46a7b62 commit 5295ca9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Sources/SwiftGodot/SwiftGodot.docc/Variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ func getBoolValue (variant: Variant) -> Bool? {
}
```

SwiftGodot provides convenience failable initializers for all the types that can
be stored in a Variant. If the variant does not contain the type you are
requesting the result of the call is `nil`.
SwiftGodot provides convenience [failable
initializers](https://developer.apple.com/swift/blog/?id=17) for all the types
that can be stored in a Variant. If the variant does not contain the type you
are requesting the result of the call is `nil`.


## Common Usage Patterns
Expand Down

0 comments on commit 5295ca9

Please sign in to comment.