Announcement

Collapse
No announcement yet.

GetStreamedObjects(false) react to object being attached but not detached

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    GetStreamedObjects(false) react to object being attached but not detached

    If you put GetStreamedObjects(false) in the OnGameTick event, you'll see that the amount of objects is going down when an object is attached but it is not going back up when it is detached. In other word, the client side function GetStreamedObjects() with the parameter false gives you all the objects that are not attached but fails to update when an object is detached.
    Last edited by NANO; 12-23-2019, 05:24 AM.

    #2
    Fix was fixed.

    Comment

    Working...
    X