Get All Players |
Get all the players in the current game, and return a list of players. |
Get All Teams |
Get all teams in the current game and return the team list. |
Set All Players Move Status |
Sets whether all players can move |
Log Info |
Print logs to the console |
Break loop |
Interrupt the current loop and exit the loop |
Continue to next |
Skip the remaining loop body, enter the next loop directly |
Return |
End the current execution process and return directly to the calling location. Can return with data |
Wait For Next Frame |
Wait until the next logical frame starts |
On the server, if you turn on the low frame rate mode, you will wait longer |
|
On the client, the waiting time is affected by the device performance and the complexity of the current frame logic |
|
The function using |
|
Wait for Millisecond |
To wait for a certain period of time, the function using this API needs to be declared as async. |
NOT |
Logical inversion, input value: true or false, return value: false or true |
Color Get |
Construct a color value with a fixed transparency of decimal 255. First, convert the channel to a binary number, with each 8 bits representing a channel. Concatenate the numbers according to R, G, B, and transparency, and then convert the binary number to |
Check null |
Determine whether the object is empty |
Get Server Timestamp |
Get server timestamp |
Get Server Region |
Get Server Region |
Set property |
Set the attribute value of the target entity. This attribute must have been defined. |
Get property |
Get the value of an entity’s attribute |
Create Icon[Obsolete] |
Create an icon using the specified icon type. If there are more properties to set, further set its entity properties through the entity (deprecated, please use CreateLevelObject) |
Remove icon[Obsolete] |
Remove the specified icon (deprecated, please use DeleteEntity) |
Create text[Obsolete] |
Create a text with the specified text content. If there are more properties to be set, further set its entity properties through the entity (deprecated, please use CreateLevelObject) |
Remove text[Obsolete] |
Remove the specified text (deprecated, please use DeleteEntity) |
Create visual effects[Obsolete] |
Create an icon using the specified effect type. If there are more properties to set, further set its entity properties through the entity (deprecated, please use CreateEffect) |
Create visual effects[Obsolete] |
Create an icon using the specified special effect type. If there are more properties that need to be set, further set its entity properties through the entity. |
Delete visual effects[Obsolete] |
Remove the specified effect (deprecated, please use DeleteEntity) |
Play sound effect[Obsolete] |
Play the specified sound effect. If there are more properties to set, further set its entity properties through the entity (deprecated, please use CreateSound) |
Pause sound effect[Obsolete] |
Interrupt the playing sound entity (deprecated, please use PauseSound) |
Play sound effect[Obsolete] |
Continue playing the sound effect, you can choose whether to play it from the beginning (deprecated, please use ResumeSound) |
Notify Play Sound |
Notify the target player’s client to play the sound effect |
Notify Show Tips |
Notify the target player’s client to display Pop-up text |
This Entity |
Return the entity bound to the current script |
Get global |
Get the Global entity of that game |
Teleport[Obsolete] |
Teleport player to specific coordinates (deprecated, use Teleport) |
Obtain nearby teammates’ locations[Obsolete] |
Gets the position near teammates, will circumvent the position of players who can’t stand (deprecated, please use GetTeammateNearPosition) |
Get Owner |
Get the player to which the entity belongs |
Clone |
Clone the selected entity and all its properties in the original position |
SpawnNextWave |
The generator immediately spawns the next wave of unit entities |
Get Type |
Get the target type when calling this API |
Type Is |
Determine whether the target variable is of the specified type |
Is Sub Type Of |
Determines whether the target variable is a subtype of a certain type. The return value is a Boolean value. |
Has Component |
Determine if the target entity has a component |
Dispatch Event |
Make the target entity to trigger a specified custom event |
Filter Entity |
Get all the entities in the game that meet the filter criteria |
Add Script |
Add script to target entity |
Remove Script |
Uninstall the script for the target entity |
Has Script |
Check if the specified script exists on the target entity |
Destroy |
Destroy designated entities |
Add Tag |
Add labels to entities |
Remove Tag |
Remove labels for entities |
Has Tag |
Determine whether the target entity contains the specified label |
Set Active |
Set the active state of the target entity and its children nodes; availability, visibility, collisions, etc. are turned off for inactive objects |
Set Parent |
Setting the parent node requires that both parent and child have the Transform component |
Get Children |
Get all child nodes of the target parent node entity |
Get Child By Index |
Get the specified child node of the target parent node entity according to the index |
Get Child By Name |
Get the specified child node of the target parent node entity by name |
Get Parent |
Get the parent node of the target child node entity |
Clear All Children |
Delete all child nodes under the specified parent node entity. The node must have a Transform component. |
Set Property Smoothly |
Smoothly sets the properties of the target entity, the properties change immediately, but the client plays a smooth transition performance |
Create From Prefab |
Using prefab as template to create entity |
Instantiate Prefab |
Create a prefab instance with the option to process it asynchronously |
Set Player Can Quit Midway |
Set whether the player can exit freely |
Get Color Channel |
Get the channel values of the target color |
Timestamp To Localization String |
Create a timestamp localized string |
Profanity Filter |
Dirty word filtering |
Create Sound Effect[Obsolete] |
Play the specified sound effect. If there are more properties that need to be set, further set its entity properties through the entity. |
Pause sound effect[Obsolete] |
Interrupt the playing sound entity |
Play sound effect[Obsolete] |
Continue playing the sound effect, you can choose whether to play from the beginning |
Create Bot |
Add Bot |
Destroy Bot |
Destroy the specified Bot |
Create Damage Num |
Create damage tick |
Log Warning |
Print the target content to the console as a warning |
Log Error |
Print the target content to the console as an error |
Upload Game Result |
Upload custom settlement information |
Set Parent |
Set the parent node of the object entity, supporting entities with Transform, SkeletonPart, Player, and MountPoint components mounted on them |
Notify Play Icon Animation |
Play icon animation effect, the icon moves from the starting position to the end position at the play speed |
Add Component |
Add components to entities. Only custom components created by users are supported |
Remove Component |
Remove component from an entity. Only custom components are supported |
Apply Quit Midway UI Config |
Customize the interface of player quitting mid-game |
Get Local Player |
Get the current client’s corresponding player |
Add AOI Special Follow |
Added AOI special attention, always synchronized regardless of distance |
Remove AOI Special Follow |
Remove AOI special attention and cancel AOI synchronization outside line of sight |
Clear AOI Special Follow |
Clear all AOIs of the specified target. |
Has AOI Special Follow |
Determine whether there is AOI of special concern |
Switch AOI Proxy Observer |
Toggle the player’s proxy observer |
Notify Start Plot |
Start playing the specified plot for the triggering player |
Get Local Language |
Get the client language used by the player |