This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gamedev:servicemodules [2024/09/08 11:44] – [DragonScript Module] dragonlord | gamedev:servicemodules [2024/09/08 11:46] (current) – [DragonScript Module] dragonlord | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| The DragonScript module provides support to handle Service using the classes # | The DragonScript module provides support to handle Service using the classes # | ||
| - | To simplify using different services providing similar functionality some helper interfaces are present per group of functionality. You can use '' | + | To simplify using different services providing similar functionality some helper interfaces are present per group of functionality. It is highly recommended to use these interfaces as they hide a good deal of complexity. You can use '' |
| ^ Interface ^ Functionality ^ | ^ Interface ^ Functionality ^ | ||
| Line 43: | Line 43: | ||
| | # | | # | ||
| + | See the linked documentation (or inside VSCode using the DragonScript Language Extension) for details on how to use these functionalities. | ||
| ====== Service Listing ====== | ====== Service Listing ====== | ||