API Summary
Last updated
Was this helpful?
Last updated
Was this helpful?
This function is called once when running the app for the first time.
Once onInit is called, this event lets all connected players enter and then operates whenever a new player enters afterward.
This function is called once after players have entered via onJoinPlayer.
This function runs periodically about every 20ms.
This function operates whenever a player exits. After that, this function kicks all players from the app when another app is launched or the installed Game Block is destroyed.
It operates when another app is launched or the installed Game Block is destroyed.
This calls spaceHashID and mapHashID of the Space where an app is installed. (Understanding Spaces and Maps)
This calls the ID value of the player who executed the app.
This calls a list of all players on the map as an array.
This calls the number of all players on the map where the app is installed.
App.cameraEffect: variable value to set the type of camera effect
App.cameraEffectParam1: range value of camera effect
Value to control display zooming (Default value: 1)
App value storage space in the Space (Limited to Space)
This shows whether the appβs follow function is enabled. (Default value: false)
This shows whether the player's nickname is hidden. (Default value: true)
This function operates when a player enters chat.
This function operates when an avatar collides with another avatar.
This function operates when an avatar collides with an object.
οΈThis function operates when an avatar collides with an object with a key value.
This function operates when a player attacks another avatar with Z.
This function operates when a player attacks an object with the Z key.
This function operates when a player touches the Sidebar app.
This function that when an avatar interacts with an object with the F key.
This function operates when an avatar attacks an object with a key value with the Z key.
This executes a callback function after a period of time (in seconds).
This executes a callback function when a player gets to the designated X and Y coordinates.
This executes a callback function when a player gets to the designated area specified by the Map Editor.
This executes a callback when a player presses the specified key.
This executes a callback after time (ms).
This executes a callback at a specified time interval (ms).
This executes by pressing a custom button added in the mobile environment.
This adds a punch button in the mobile environment when "enable" is "true."
This function adds a punch button using a image loaded.
This function reads a sprite sheet picture file and makes it an object.
This function displays text for 3 seconds at the designated location for all players.
This function displays text for 3 seconds at the designated location for all players.
You can decorate the text by inserting span
tags in the text part.
This function displays text in the chat window.
This function loads the HTML file as a widget at the align position specified for all players.
This function displays a purchase widget to a player and executes a callback function that runs when a purchase is completed.
This function closes a player's purchase widget.
This function calls the YouTube video corresponding to the link to the widget.
This function moves the player corresponding to playerID to tileX and tileY coordinates.
This function kicks the player corresponding to playerID.
This function shuts down the mini-game app.
This function deletes all chat history.
This function returns a player corresponding to the id.
This function plays the sound file to all players.
This function plays the sound corresponding to the link to all players.
This function stops all playing sounds.
This function changes the poke (Z key) sound effects.
This function calls for HTTP Get request.
This function calls for HTTP Post request.
This function calls for HTTP Post request in JSON.
This function applies the updated app-related field values when changes are made.
This function applies the updated app storage values when changes are made.
Calls the mapβs width and height values.
This function applies a tile effect to the specified coordinates.
This function installs objects at once by entering coordinates to place objects in a two-dimensional array. This allows you to reduce the load when you install many objects at once.
This function places an object on the specified coordinates (Reference coordinates: Left-Top)
This function gets the information of the object with the corresponding key value.
This function activates the object animation at the corresponding coordinates.
The above function must be preceded by the Map.putObject function.
This function executes the object's sprite animation whose key value matches.
This function moves the object from the objectβs x,y coordinates to the target x,y coordinates for a certain amount of time (secs).
The above function must be preceded by the Map.putObject function.
This function moves an object with a key value to the specified coordinates.
This function removes all objects created by the ZEP script.
This returns the type value of the tile at the x and y coordinates of the corresponding layer. If no tile, this returns "-1."
This function checks if the corresponding location exists in the map and returns true or false accordingly.
This function returns the objects that correspond to Type.
This function returns the top objects that correspond to each type.
This function displays a word balloon above an object with a key value.
This calls the player ID and nickname values.
Title is a yellow text that displays above the avatarβs nickname.
Role is the playerβs permission rolesβ number value.
The following values will be displayed depending on the playerβs role.
Guest
-1
Staff
2000
Member
0
Admin
3000
Editor
1000
Owner
3001
The x axis value and y axis value of where the playerβs avatar is standing.
The direction the playerβs avatar is looking.
The following values are displayed depending on the direction the avatar is looking.
Left
1
Top-Left
5
Up
2
Bottom-Left
6
Right
3
Top-Right
7
Down
4
Bottom-Right
8
This is the playerβs movement speed value. (Default value: 80)
A sprite image of the playerβs avatar. (Resets to the default avatar image when inputting null)
Give necessary attribute values to a player by using tag.
If the hidden attribute value is true, the corresponding player is not visible to other players.
This activates or deactivates the playerβs spotlight feature.
This activates or deactivates the playerβs video/audio features.
This is a playerβs attack type performed by pressing z. (Default value: 0)
This is an attribute for the attack imageβs distance range shown when pressing z. The attackβs possible distance range does not increase.
This is an attribute for distance available for attack. This is only valid when attackType is set to a ranged attack.
This is an attribute for the attack image shown when pressing z.
This is the playerβs wallet address.
This is the storage space for the player value within the space. (Limited to the Space)
This displays whether the player is connected via mobile in true or false.
If the player is moving, this function returns True. If not, this returns False.
If the player is jumping, this function returns True. If not, this returns False.
This field saves the value received as a query string. How to Use URL Query Strings
This function zooms the player's display in or out. (Default Value: 1)
This function can read and change the player title's color.
This function reads the hash value of the player's email.
If the player is not signed in, this function returns True.
This function displays text for 3 seconds at a designated location to the corresponding player.
This function displays a text for 3 seconds at a specific location to all players.
You can decorate the text by adding span
tags to the text.
This function calls the html file as a widget to the playerβs designated align location.
This function displays a purchase widget to a player and executes a callback function that runs when a purchase is completed.
This function sends a private message to a player in the chat window.
This function displays an input window and executes a callback function that runs according to a player's response.
This function displays an confirm window and executes a callback function that runs when a player clicks "OK". When a player clicks "Cancel," this callback function doesn't operate.
This function displays an alert window and executes a callback function that runs when a player clicks "OK".
This function displays the widget by defining the top/bottom/left/right margin using a responsive percentage of the screen size.
This function opens a web URL as an embed in the designated location.
This function opens a web URL in a new tab or window to a player.
Depending on whether the corresponding playerβs email is the same as the parameter value, the value will return as true when it matches and false when it does not match.
This displays the location name of where the player is standing.
This moves the playerβs avatar to look in the designated direction when on tileX and tileY coordinates.
This moves the playerβs avatar to a specific area called name and makes them look in a designated direction.
This moves the player to the corresponding Spaceβs map.
This function plays sound to the corresponding player.
This function plays sound for all players.
This function applies the changed value whenever field values pertaining to App or Player are changed.
This function applies the changed value whenever values pertaining to App or Player storage are changed.
This calls the widgetβs id value.
Callback function that activates when a message is sent from the widget to the App.
This sends data to the widget from the App.
This function closes the widget.
This function places the object at the specified coordinates. (Reference coordinates: Left-Top) β What are