List of all events generated by the main normcore scripts?
Is it possible to get a list of all events fired by normcore scripts?
11 Replies
Hi @cryptomax. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The provided extracts do not contain a list of all events fired by Normcore scripts. However, you can refer to the Normcore Documentation (https://normcore.io/documentation) for more detailed information.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@401986039964631060> kapa.ai is still learning and improving, please let us know how it did by reacting below
@Normcore Assistant can you provide events you have access to in your documentation?
Let me check the knowledge base for you. One moment! :books:
----------------------
Based on the provided extracts, there are two events that are mentioned in the Normcore documentation:
1.
didConnectToRoom
: This event is fired when Realtime is connected to a room and all realtime prefabs and realtime views in the scene have been successfully connected to the datastore. Source (https://normcore.io/documentation/reference/classes/Normal.Realtime.Realtime)
2. didDisconnectFromRoom
: This event is fired when Realtime is disconnected from a room. Source (https://normcore.io/documentation/reference/classes/Normal.Realtime.Realtime)
Please note that this is not a comprehensive list of all events in Normcore. For a complete list, you should refer to the official Normcore documentation.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@401986039964631060> kapa.ai is still learning and improving, please let us know how it did by reacting below
@cryptomax For models I believe it's only
model.ownerIDSelfDidChange
and any custom callbacks you requested on a RealtimeProperty to generateI was hoping it could just tell me anything there might be that I don't know about but maybe it isn't actually many
On a model with no property callbacks, all I have is that one
is that on realtime transform as well though?
ah ha i'm apprently using the version of normcore before the ownerIDselfDidChange not firing on self was fixed