We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edbf36 commit bf458a4Copy full SHA for bf458a4
1 file changed
events/Element/onClientElementStreamOut.yaml
@@ -19,3 +19,7 @@ notes:
19
content: Be aware that this event triggers for local player (as itself being the
20
element that got streamed out) when said local player dies and respawns, as this
21
is the removal & recreation of entity local ped.
22
+- type: info
23
+ content: This event is not triggered for elements that are streamed-in at the point
24
+ of a destroyElement call. Use the onClientElementDestroy event in combination
25
+ with the isElementStreamedIn function to handle such a case.
0 commit comments