Jump to content

FormList strange "anomaly"...


LukeH

Recommended Posts

Ah, that explains why "FList.GetAt(i)" was often returning "none" after I had done this:

 

Flist.AddForm(obj.PlaceAtMe(myBaseObject))

 

I should have flagged the PlaceAtMe to force persistent references:

 

Flist.AddForm(obj.PlaceAtMe(myBaseObject, 1, true))

 

Thanks. Very helpful post.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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