octodecoy Posted May 3, 2020 Share Posted May 3, 2020 I think that I already know the answer to this question, but I want to make sure. If I - RegisterForRemoteEvent(MyRefCollectionAlias, "OnActivate"), all of those references that may be within the RefCollectionAlias become persistent, right? Or did they become persistent when they were added to the RefCollectionAlias in the first place? OR, Not persistant until referenced directly? Link to comment Share on other sites More sharing options...
SKKmods Posted May 3, 2020 Share Posted May 3, 2020 Any ObjectReference added to a quest alias whether Ref or Collection will be persistent, because that object' instance's ObjectReference value can not change until it is released. Otherwise that "pointer" would not know what object it is pointing at. Link to comment Share on other sites More sharing options...
octodecoy Posted May 3, 2020 Author Share Posted May 3, 2020 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts