Jump to content

RefCollectionAlias + RegisterForRemoteEvent Question


Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...