This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gamedev:servicemodules [2024/09/08 11:26] – created dragonlord | gamedev:servicemodules [2024/09/08 11:46] (current) – [DragonScript Module] dragonlord | ||
---|---|---|---|
Line 35: | Line 35: | ||
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. It is highly recommended to use these interfaces as they hide a good deal of complexity. You can use '' | ||
+ | |||
+ | ^ Interface ^ Functionality ^ | ||
+ | | # | ||
+ | | # | ||
+ | | # | ||
+ | |||
+ | See the linked documentation (or inside VSCode using the DragonScript Language Extension) for details on how to use these functionalities. | ||
+ | ====== Service Listing ====== | ||
+ | |||
+ | The following official services exist. | ||
+ | |||
+ | * [[service_steamsdk|Steam SDK]] | ||
+ | * [[service_eossdk|EPIC EOS SDK]] | ||
+ | * [[service_msgdk|Microsoft GDK]] | ||
+ | * [[service_modio|Mod.io]] | ||
+ | |||