Document
Introduction
Summary
arcalet ?
Capabilities
Object Model
arcalet API
Synchronization
Event Processing
Callback
API Class
Objects Summary
Error Code
Reference
ArcaletGame
Constructor
Method
Property
Event
ArcaletScene
Constructor
Method
Property
Event
ArcaletItem
Method
Super User
ArcaletScore
Method
Super User
ArcaletShop
Method
ArcaletSystem
Method
ArcaletThreadPool
Method
ReferenceArcaletScene

ArcaletScene

ArcaletScene objects are game scene objects, which include two kinds of scene: 'static' and 'dynamic'.The establishment and management of the scenes takes place in the background on the arcalet website http://api.arcalet.com. When developers create a new scene in the background, the system will generate a single scene ID, called the scene GUID, referred to as SGUID.
There are three objects in the scene constructor,  please refer to the instructions later for details. When an object is created, the programmer must then call Launch() to enter the scene, or use Match() and FairMatch() in dynamic scenes. After calling the methods, the arcalet server then pairs the object up with the established copies of the dynamic scenes.

When players enter a scene, whether successfully or not, this will trigger an OnCompletion() event. If successful, the SID of the scene will be stored in the object properties. What makes SID different from SGUID is that SID only shows up when games are on. Therefore we usually refer to SGUID as Class ID of the scene and SID is known as the scene of the entity (Instance ID).

Constructor
Method
Property
Event
Was this page helpful?
Yes No