Contents

Support Managers

Makaylah Wurgle
English
online
Aerielle Kiyori
English
offline
show offline managers  
English, Hindi, Russian  

SSTI_SERV_EVENT_CLOUD (SSTI API Event)

SSTI server sends us the cloud # (either by our request or after reading its config).

Cloud number is being used to launch several SSTI installations on the same sim. Read more here.

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description
link_message parameters:
num SSTI_SERV_EVENT_CLOUD
str the cloud #
id -- not used --

Comments

This event contains the SSTI cloud id. The event can be fired either:

The server initialization events order is the following:

  1. Server restarted
  2. SSTI_SERV_EVENT_RESET
  3. Server starts reading config, this takes 10-20 seconds
  4. Config notecard has been read, config is known now
  5. SSTI_SERV_EVENT_INITIALIZED
  6. SSTI_SERV_EVENT_GROUP (sent without your request)
  7. SSTI_SERV_EVENT_CLOUD (sent without your request)
  8. SSTI server starts doing its work

Important: The server may send you the cloud id without your request, e.g. on main script restart. Be prepared to get this event at any time (for example, customer edits the configuration notecard).

<< return back to SSTI API reference