-
Notifications
You must be signed in to change notification settings - Fork 1
deployment
This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.
- elements_deployment_get_deployments
- elements_deployment_create_new_deployment
- elements_deployment_get_deployment
- elements_deployment_delete_deployment
- elements_deployment_get_current_deployment
- elements_deployment_update_deployment
Elements Operation: getDeployments
This function retrieves the deployments for the given application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_get_deployments(_application_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the application. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationDeployment | |
| _request | ElementsRequest |
Elements Operation: createNewDeployment
This function creates a new deployment.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_create_new_deployment(_application_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the application. |
| _body | ElementsCreateDeploymentRequest | The body to be included in the HTTP request. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsDeployment | |
| _request | ElementsRequest |
Elements Operation: getDeployment
This function gets the deployment for the given application with the given ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_get_deployment(_application_id, _deployment_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the application. |
| _deployment_id | String | The ID of the deployment. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsDeployment | |
| _request | ElementsRequest |
Elements Operation: deleteDeployment
This function deletes the given deployment for the given application ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_delete_deployment(_application_id, _deployment_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the application. |
| _deployment_id | String | The ID of the deployment. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Undefined | |
| _request | ElementsRequest |
Elements Operation: getCurrentDeployment
This function gets the current deployment.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_get_current_deployment(_application_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the deployment. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsDeployment | |
| _request | ElementsRequest |
Elements Operation: updateDeployment
This function updates the deployment.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback Function.
Syntax:
elements_deployment_update_deployment(_application_id, _version, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_id | String | The ID of the application. |
| _version | String | The version to use. |
| _body | ElementsUpdateDeploymentRequest | The body to be included in the HTTP request. |
| _callback | Function | The function - with signature (status, data, request) - that will be executed upon request completion. |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsDeployment | |
| _request | ElementsRequest |
GameMaker 2026
- Application
- Auth
- Auth Scheme
- Blockchain
- Codegen
- Deployment
- Elements
- Elm
- Followee
- Follower
- Friend
- Health
- Index
- Inventory
- Invite
- Ios
- Item
- Large Object
- Large Object Mp
- Leaderboard
- Meta
- Metadata
- Metadata Spec
- Mission
- Mock Session
- Multi Match
- Notification
- Oidc
- Product
- Profile
- Progress
- Rank
- Receipt
- Reward Issuance
- Save Data
- Schedule
- Score
- Session
- Signup
- Steam
- User
- Verify
- Version